Uses of Class
org.h2gis.utilities.dbtypes.DBTypes
-
Packages that use DBTypes Package Description org.h2gis.utilities org.h2gis.utilities.dbtypes -
-
Uses of DBTypes in org.h2gis.utilities
Methods in org.h2gis.utilities that return DBTypes Modifier and Type Method Description DBTypesTableLocation. getDbTypes()Return the dbtype used by tablelocation.Methods in org.h2gis.utilities with parameters of type DBTypes Modifier and Type Method Description static StringTableLocation. capsIdentifier(String identifier, DBTypes dbTypes)Change case of parameters to make it more user-friendly.static StringTableUtilities. caseIdentifier(TableLocation requestedTable, String tableName, DBTypes dbType)Return the table identifier in the best fit depending on database typestatic StringTableLocation. format(String identifier, DBTypes dbTypes)Format the identifier is necessary.static TableLocationTableLocation. parse(String concatenatedTableLocation, DBTypes dbTypes)Convert catalog.schema.table, schema.table or table into a TableLocation instance.static StringTableLocation. quoteIdentifier(String identifier, DBTypes dbTypes)Quote identifier only if necessary.StringTableLocation. toString(DBTypes dbTypes)String representation of Table location, for insertion in SQL statement.static StringTableLocation. unFormat(String identifier, DBTypes dbTypes)Constructors in org.h2gis.utilities with parameters of type DBTypes Constructor Description TableLocation(String catalog, String schema, String table, DBTypes dbTypes)TableLocation(String schema, String table, DBTypes dbTypes)TableLocation(String table, DBTypes dbTypes) -
Uses of DBTypes in org.h2gis.utilities.dbtypes
Fields in org.h2gis.utilities.dbtypes with type parameters of type DBTypes Modifier and Type Field Description static Map<String,DBTypes>Constants. DB_NAME_TYPE_MAPMap used to convert URI scheme to DBTypestatic Map<String,DBTypes>Constants. driverDBTypeMapMap used to convert URI scheme to DBTypestatic Map<String,DBTypes>Constants. SCHEME_DBTYPE_MAPMap used to convert URI scheme to DBTypeMethods in org.h2gis.utilities.dbtypes that return DBTypes Modifier and Type Method Description static DBTypesDBUtils. getDBType(String url)Return theDBTypesdeduced from the database URL.static DBTypesDBUtils. getDBType(URI uri)Return theDBTypesdeduced from the database URI.static DBTypesDBUtils. getDBType(Connection connection)Return theDBTypesof aConnection.static DBTypesDBTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DBTypes[]DBTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-