Uses of Class
overit.geocall.sql.DBType
Packages that use DBType
-
Uses of DBType in overit.geocall.sql
Methods in overit.geocall.sql that return DBTypeModifier and TypeMethodDescriptionDBStatement.getDbType()Returns theDBTypeassociated to thePooledConnectioncurrently in use.StandardDBStatement.getDbType()ConnectionPool.getDBType()Returns theDBTypeof the database.PooledConnectionInfo.getDBType()Returns the DataBase type on which the connection worksMethods in overit.geocall.sql with parameters of type DBTypeModifier and TypeMethodDescriptionstatic DBCodeResolverReturns a DBCodeResolver depending on the connection usedConnectionPool.getDBObjectMap(@NotNull DBType dbType) Returns theDBObjectMap, the map between Java objects in memory and SQL objects, used by this instance of ConnectionPoolvoidSets theDBTypeof the database.