Uses of Enum Class
ru.curs.celesta.DBType
Packages that use DBType
Package
Description
Package of Celesta central class.
Adaptors for various RDBMS.
Classes that define columns for various RDBMS.
Factory for DB Adaptors.
Package containing metadata of table structure.
-
Uses of DBType in ru.curs.celesta
Methods in ru.curs.celesta that return DBTypeModifier and TypeMethodDescriptionstatic DBTypeDBType.getByNameIgnoreCase(String name) Returns DB type by its name ignoring case.BaseAppSettings.getDBType()Returns database type on the basis of JDBC connection string.static DBTypeDBType.resolveByJdbcUrl(String url) Resolves DB type from JDBC URL string.static DBTypeReturns the enum constant of this class with the specified name.static DBType[]DBType.values()Returns an array containing the constants of this enum class, 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 -
Uses of DBType in ru.curs.celesta.dbutils.adaptors.column
Methods in ru.curs.celesta.dbutils.adaptors.column with parameters of type DBTypeModifier and TypeMethodDescriptionstatic ColumnDefinerColumnDefinerFactory.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 DBTypeModifier and TypeMethodDescriptionSets DB type. -
Uses of DBType in ru.curs.celesta.score
Methods in ru.curs.celesta.score with parameters of type DBTypeModifier and TypeMethodDescriptionGrain.getAfterSqlList(DBType dbType) Grain.getBeforeSqlList(DBType dbType)