| Package | Description |
|---|---|
| ru.curs.celesta |
Root package of Celesta classes.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DBType |
DBType.getByNameIgnoreCase(String name)
Returns DB type by its name ignoring case.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DBType |
H2Adaptor.getType() |
abstract DBType |
DBAdaptor.getType()
Returns current database type.
|
DBType |
OraAdaptor.getType() |
DBType |
FirebirdAdaptor.getType() |
DBType |
MSSQLAdaptor.getType() |
DBType |
PostgresAdaptor.getType() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnDefiner |
ColumnDefinerFactory.getColumnDefiner(DBType dbType,
Class<? extends Column<?>> cls)
Returns a column definer depending on the DB type and column type.
|
| Modifier and Type | Method and Description |
|---|---|
DbAdaptorFactory |
DbAdaptorFactory.setDbType(DBType dbType)
Sets DB type.
|
| Modifier and Type | Method and Description |
|---|---|
List<NativeSqlElement> |
Grain.getAfterSqlList(DBType dbType) |
List<NativeSqlElement> |
Grain.getBeforeSqlList(DBType dbType) |
Copyright © 2023 CURS. All rights reserved.