| Package | Description |
|---|---|
| com.centit.support.database.ddl | |
| com.centit.support.database.jsonmaptable | |
| com.centit.support.database.metadata | |
| com.centit.support.database.utils |
| Modifier and Type | Method and Description |
|---|---|
static GeneralDDLOperations |
GeneralDDLOperations.createDDLOperations(DBType dbtype) |
| Modifier and Type | Method and Description |
|---|---|
static GeneralJsonObjectDao |
GeneralJsonObjectDao.createJsonObjectDao(DBType dbtype,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
default DBType |
IDatabaseInfo.getDBType() |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseMetadata |
DatabaseMetadata.createDatabaseMetadata(DBType dbtype) |
| Modifier and Type | Method and Description |
|---|---|
static DBType |
DBType.mapDBType(Connection conn) |
static DBType |
DBType.mapDBType(String connurl) |
static DBType |
DBType.mapDBType(String connurl,
DBType defaultType) |
static DBType |
DBType.mapDialectToDBType(String dialectName) |
static DBType |
DBType.valueOf(int ordinal) |
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 |
|---|---|
static Set<DBType> |
DBType.allValues() |
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryUtils.buildLimitQuerySQL(String sql,
int offset,
int maxsize,
boolean asParameter,
DBType dbType) |
static String |
DBType.getDbDriver(DBType dt) |
static String |
DBType.getDBTypeName(DBType type) |
static String |
DBType.getDBValidationQuery(DBType type) |
static List<String> |
DDLUtils.makeAlterTableSqlList(TableInfo newTable,
TableInfo oldTable,
DBType dbType,
DDLOperations ddlOpt) |
static DBType |
DBType.mapDBType(String connurl,
DBType defaultType) |
static String |
FieldType.mapToDatabaseType(String ft,
DBType dt) |
static void |
DBType.setDbDriver(DBType dt,
String driverClassName) |
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.