| java.lang.Object org.h2.samples.Function
Function | public class Function (Code) | | This sample application shows how to define and use
custom (user defined) functions in this database.
|
isPrime | public static boolean isPrime(int value)(Code) | | Check if a value is a prime number.
Parameters: value - the value true if it is a prime number |
simpleResultSet | public static ResultSet simpleResultSet() throws SQLException(Code) | | Creates a simple result set with one row.
the result set |
|
|