| 限定符和类型 | 方法和说明 |
|---|---|
static DbType |
DbType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DbType[] |
DbType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DbType |
EzMybatisContent.getDbType(org.apache.ibatis.session.Configuration configuration)
获取数据库类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends SqlStruct> |
EzMybatisContent.addConverter(DbType dbType,
Class<T> sqlStruct,
Converter<T> converter)
注册转换器
|
static <T extends SqlStruct> |
EzMybatisContent.getConverter(DbType dbType,
Class<T> sqlStruct)
获取转换器
|
static void |
EzMybatisContent.setDbType(org.apache.ibatis.session.Configuration configuration,
DbType dbType)
设置数据库类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
OracleEntityInfoBuilder.getSupportedDbType() |
DbType |
MySqlEntityInfoBuilder.getSupportedDbType() |
DbType |
EntityInfoBuilder.getSupportedDbType() |
DbType |
DmEntityInfoBuilder.getSupportedDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SqlGenerate |
SqlGenerateFactory.getSqlGenerate(DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
Converter.getSupportDbType()
获取支持的数据库
|
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
DmWhereConverter.getSupportDbType() |
DbType |
DmUpdateFieldItemConverter.getSupportDbType() |
DbType |
DmUpdateColumnItemConverter.getSupportDbType() |
DbType |
DmUnionConverter.getSupportDbType() |
DbType |
DmSubPartitionConverter.getSupportDbType() |
DbType |
DmSqlTableConverter.getSupportDbType() |
DbType |
DmSqlHintConverter.getSupportDbType() |
DbType |
DmSqlConditionConverter.getSupportDbType() |
DbType |
DmSelectTableAllItemConverter.getSupportDbType() |
DbType |
DmSelectConverter.getSupportDbType() |
DbType |
DmSelectAllItemConverter.getSupportDbType() |
DbType |
DmPageConverter.getSupportDbType() |
DbType |
DmOrderItemConverter.getSupportDbType() |
DbType |
DmOrderByConverter.getSupportDbType() |
DbType |
DmNormalPartitionConverter.getSupportDbType() |
DbType |
DmLimitConverter.getSupportDbType() |
DbType |
DmHavingConverter.getSupportDbType() |
DbType |
DmGroupFormulaElementConverter.getSupportDbType() |
DbType |
DmGroupConditionConverter.getSupportDbType() |
DbType |
DmGroupByConverter.getSupportDbType() |
DbType |
DmFunctionConverter.getSupportDbType() |
DbType |
DmFromConverter.getSupportDbType() |
DbType |
DmFormulaConverter.getSupportDbType() |
DbType |
DmEzQueryTableConverter.getSupportDbType() |
DbType |
DmEzQueryConverter.getSupportDbType() |
DbType |
DmEntityTableConverter.getSupportDbType() |
DbType |
DmDbTableConverter.getSupportDbType() |
DbType |
DmCaseWhenConverter.getSupportDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
MySqlWhereConverter.getSupportDbType() |
DbType |
MySqlUpdateFieldItemConverter.getSupportDbType() |
DbType |
MySqlUpdateColumnItemConverter.getSupportDbType() |
DbType |
MySqlUnionConverter.getSupportDbType() |
DbType |
MySqlTableColumnConverter.getSupportDbType() |
DbType |
MySqlSubPartitionConverter.getSupportDbType() |
DbType |
MySqlSqlTableConverter.getSupportDbType() |
DbType |
MySqlSqlHintConverter.getSupportDbType() |
DbType |
MySqlSqlConverter.getSupportDbType() |
DbType |
MySqlSqlConditionConverter.getSupportDbType() |
DbType |
MySqlSelectTableAllItemConverter.getSupportDbType() |
DbType |
MySqlSelectOperandConverter.getSupportDbType() |
DbType |
MySqlSelectConverter.getSupportDbType() |
DbType |
MySqlSelectAllItemConverter.getSupportDbType() |
DbType |
MySqlPageConverter.getSupportDbType() |
DbType |
MySqlOrderItemConverter.getSupportDbType() |
DbType |
MySqlOrderByConverter.getSupportDbType() |
DbType |
MySqlObjArgConverter.getSupportDbType() |
DbType |
MySqlNormalPartitionConverter.getSupportDbType() |
DbType |
MySqlLimitConverter.getSupportDbType() |
DbType |
MySqlKeywordsConverter.getSupportDbType() |
DbType |
MySqlJoinConverter.getSupportDbType() |
DbType |
MySqlHavingConverter.getSupportDbType() |
DbType |
MySqlGroupFormulaElementConverter.getSupportDbType() |
DbType |
MySqlGroupConditionConverter.getSupportDbType() |
DbType |
MySqlGroupByConverter.getSupportDbType() |
DbType |
MySqlFunctionConverter.getSupportDbType() |
DbType |
MySqlFromConverter.getSupportDbType() |
DbType |
MySqlFormulaOperandElementConverter.getSupportDbType() |
DbType |
MySqlFormulaConverter.getSupportDbType() |
DbType |
MySqlEzQueryTableConverter.getSupportDbType() |
DbType |
MySqlEzQueryConverter.getSupportDbType() |
DbType |
MySqlExistsConverter.getSupportDbType() |
DbType |
MySqlEntityTableConverter.getSupportDbType() |
DbType |
MySqlEntityFieldConverter.getSupportDbType() |
DbType |
MySqlDbTableConverter.getSupportDbType() |
DbType |
MySqlCaseWhenConverter.getSupportDbType() |
DbType |
MySqlArgCompareArgConditionConverter.getSupportDbType() |
DbType |
MySqlAliasConverter.getSupportDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
OracleWhereConverter.getSupportDbType() |
DbType |
OracleUpdateFieldItemConverter.getSupportDbType() |
DbType |
OracleUpdateColumnItemConverter.getSupportDbType() |
DbType |
OracleUnionConverter.getSupportDbType() |
DbType |
OracleSubPartitionConverter.getSupportDbType() |
DbType |
OracleSqlTableConverter.getSupportDbType() |
DbType |
OracleSqlHintConverter.getSupportDbType() |
DbType |
OracleSqlConditionConverter.getSupportDbType() |
DbType |
OracleSelectTableAllItemConverter.getSupportDbType() |
DbType |
OracleSelectConverter.getSupportDbType() |
DbType |
OracleSelectAllItemConverter.getSupportDbType() |
DbType |
OraclePageConverter.getSupportDbType() |
DbType |
OracleOrderItemConverter.getSupportDbType() |
DbType |
OracleOrderByConverter.getSupportDbType() |
DbType |
OracleNormalPartitionConverter.getSupportDbType() |
DbType |
OracleLimitConverter.getSupportDbType() |
DbType |
OracleHavingConverter.getSupportDbType() |
DbType |
OracleGroupFormulaElementConverter.getSupportDbType() |
DbType |
OracleGroupConditionConverter.getSupportDbType() |
DbType |
OracleGroupByConverter.getSupportDbType() |
DbType |
OracleFunctionConverter.getSupportDbType() |
DbType |
OracleFromConverter.getSupportDbType() |
DbType |
OracleFormulaConverter.getSupportDbType() |
DbType |
OracleEzQueryTableConverter.getSupportDbType() |
DbType |
OracleEzQueryConverter.getSupportDbType() |
DbType |
OracleEntityTableConverter.getSupportDbType() |
DbType |
OracleDbTableConverter.getSupportDbType() |
DbType |
OracleCaseWhenConverter.getSupportDbType() |
DbType |
OracleArgCompareArgConditionConverter.getSupportDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
PostgreSqlUpdateFieldItemConverter.getSupportDbType() |
DbType |
PostgreSqlUpdateColumnItemConverter.getSupportDbType() |
DbType |
PostgreSqlPageConverter.getSupportDbType() |
DbType |
PostgreSqlLimitConverter.getSupportDbType() |
DbType |
PostgreSqlHintConverter.getSupportDbType() |
DbType |
PostgreSqlArgCompareArgConditionConverter.getSupportDbType() |
Copyright © 2024. All Rights Reserved.