Uses of Class
org.h2gis.utilities.JDBCUtilities.FUNCTION_TYPE
-
Packages that use JDBCUtilities.FUNCTION_TYPE Package Description org.h2gis.utilities -
-
Uses of JDBCUtilities.FUNCTION_TYPE in org.h2gis.utilities
Methods in org.h2gis.utilities that return JDBCUtilities.FUNCTION_TYPE Modifier and Type Method Description static JDBCUtilities.FUNCTION_TYPEJDBCUtilities.FUNCTION_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static JDBCUtilities.FUNCTION_TYPE[]JDBCUtilities.FUNCTION_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-