Uses of Class
ru.curs.celesta.DBType
-
Packages that use DBType Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils.adaptors Adaptors for various RDBMS.ru.curs.celesta.dbutils.adaptors.column Classes that define columns for various RDBMS.ru.curs.celesta.dbutils.adaptors.configuration Factory for DB Adaptors.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of DBType in ru.curs.celesta
Methods in ru.curs.celesta that return DBType Modifier and Type Method Description static DBType
DBType. getByNameIgnoreCase(String name)
Returns DB type by its name ignoring case.DBType
BaseAppSettings. getDBType()
Returns database type on the basis of JDBC connection string.static DBType
DBType. resolveByJdbcUrl(String url)
Resolves DB type from JDBC URL string.static DBType
DBType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DBType[]
DBType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DBType in ru.curs.celesta.dbutils.adaptors
Methods in ru.curs.celesta.dbutils.adaptors that return DBType Modifier and Type Method Description abstract DBType
DBAdaptor. getType()
Returns current database type.DBType
FirebirdAdaptor. getType()
DBType
H2Adaptor. getType()
DBType
MSSQLAdaptor. getType()
DBType
OraAdaptor. getType()
DBType
PostgresAdaptor. getType()
-
Uses of DBType in ru.curs.celesta.dbutils.adaptors.column
Methods in ru.curs.celesta.dbutils.adaptors.column with parameters of type DBType Modifier and Type Method Description static ColumnDefiner
ColumnDefinerFactory. getColumnDefiner(DBType dbType, Class<? extends Column<?>> cls)
Returns a column definer depending on the DB type and column type. -
Uses of DBType in ru.curs.celesta.dbutils.adaptors.configuration
Methods in ru.curs.celesta.dbutils.adaptors.configuration with parameters of type DBType Modifier and Type Method Description DbAdaptorFactory
DbAdaptorFactory. setDbType(DBType dbType)
Sets DB type. -
Uses of DBType in ru.curs.celesta.score
Methods in ru.curs.celesta.score with parameters of type DBType Modifier and Type Method Description List<NativeSqlElement>
Grain. getAfterSqlList(DBType dbType)
List<NativeSqlElement>
Grain. getBeforeSqlList(DBType dbType)
-