| 限定符和类型 | 方法和说明 |
|---|---|
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 |
DmValueFormulaElementConverter.getSupportDbType() |
DbType |
DmUpdateFieldItemConverter.getSupportDbType() |
DbType |
DmUpdateColumnItemConverter.getSupportDbType() |
DbType |
DmUnionConverter.getSupportDbType() |
DbType |
DmSubPartitionConverter.getSupportDbType() |
DbType |
DmSqlTableConverter.getSupportDbType() |
DbType |
DmSqlConditionConverter.getSupportDbType() |
DbType |
DmSelectValueConverter.getSupportDbType() |
DbType |
DmSelectTableAllItemConverter.getSupportDbType() |
DbType |
DmSelectSumFieldConverter.getSupportDbType() |
DbType |
DmSelectSumColumnConverter.getSupportDbType() |
DbType |
DmSelectMinFieldConverter.getSupportDbType() |
DbType |
DmSelectMinColumnConverter.getSupportDbType() |
DbType |
DmSelectMaxFieldConverter.getSupportDbType() |
DbType |
DmSelectMaxColumnConverter.getSupportDbType() |
DbType |
DmSelectKeywordsConverter.getSupportDbType() |
DbType |
DmSelectFunctionConverter.getSupportDbType() |
DbType |
DmSelectFormulaConverter.getSupportDbType() |
DbType |
DmSelectFieldConverter.getSupportDbType() |
DbType |
DmSelectCountFieldConverter.getSupportDbType() |
DbType |
DmSelectCountColumnConverter.getSupportDbType() |
DbType |
DmSelectConverter.getSupportDbType() |
DbType |
DmSelectColumnConverter.getSupportDbType() |
DbType |
DmSelectCaseWhenConverter.getSupportDbType() |
DbType |
DmSelectAvgFieldConverter.getSupportDbType() |
DbType |
DmSelectAvgColumnConverter.getSupportDbType() |
DbType |
DmSelectAllItemConverter.getSupportDbType() |
DbType |
DmOrderItemConverter.getSupportDbType() |
DbType |
DmOrderByConverter.getSupportDbType() |
DbType |
DmNotBetweenFieldConditionConverter.getSupportDbType() |
DbType |
DmNotBetweenColumnConditionConverter.getSupportDbType() |
DbType |
DmNotBetweenAliasConditionConverter.getSupportDbType() |
DbType |
DmNormalPartitionConverter.getSupportDbType() |
DbType |
DmNormalFieldConditionConverter.getSupportDbType() |
DbType |
DmNormalColumnConditionConverter.getSupportDbType() |
DbType |
DmNormalAliasConditionConverter.getSupportDbType() |
DbType |
DmLimitConverter.getSupportDbType() |
DbType |
DmKeywordsUpdateFieldItemConverter.getSupportDbType() |
DbType |
DmKeywordsUpdateColumnItemConverter.getSupportDbType() |
DbType |
DmKeywordsFormulaElementConverter.getSupportDbType() |
DbType |
DmIsNullFieldConditionConverter.getSupportDbType() |
DbType |
DmIsNullColumnConditionConverter.getSupportDbType() |
DbType |
DmIsNullAliasConditionConverter.getSupportDbType() |
DbType |
DmIsNotNullFieldConditionConverter.getSupportDbType() |
DbType |
DmIsNotNullColumnConditionConverter.getSupportDbType() |
DbType |
DmIsNotNullAliasConditionConverter.getSupportDbType() |
DbType |
DmHavingConverter.getSupportDbType() |
DbType |
DmGroupItemConverter.getSupportDbType() |
DbType |
DmGroupFormulaElementConverter.getSupportDbType() |
DbType |
DmGroupConditionConverter.getSupportDbType() |
DbType |
DmGroupByConverter.getSupportDbType() |
DbType |
DmFunFormulaElementConverter.getSupportDbType() |
DbType |
DmFunctionUpdateFieldItemConverter.getSupportDbType() |
DbType |
DmFunctionUpdateColumnItemConverter.getSupportDbType() |
DbType |
DmFunctionConverter.getSupportDbType() |
DbType |
DmFunctionCompareValueConditionConverter.getSupportDbType() |
DbType |
DmFromConverter.getSupportDbType() |
DbType |
DmFormulaUpdateFieldItemConverter.getSupportDbType() |
DbType |
DmFormulaUpdateColumnItemConverter.getSupportDbType() |
DbType |
DmFormulaFormulaElementConverter.getSupportDbType() |
DbType |
DmFormulaConverter.getSupportDbType() |
DbType |
DmFormulaCompareValueConditionConverter.getSupportDbType() |
DbType |
DmFieldFormulaElementConverter.getSupportDbType() |
DbType |
DmFieldCompareConditionConverter.getSupportDbType() |
DbType |
DmFieldCompareColumnConditionConverter.getSupportDbType() |
DbType |
DmEzQueryTableConverter.getSupportDbType() |
DbType |
DmEzQueryConverter.getSupportDbType() |
DbType |
DmEntityTableConverter.getSupportDbType() |
DbType |
DmDbTableConverter.getSupportDbType() |
DbType |
DmColumnFormulaElementConverter.getSupportDbType() |
DbType |
DmColumnCompareFieldConditionConverter.getSupportDbType() |
DbType |
DmColumnCompareConditionConverter.getSupportDbType() |
DbType |
DmCaseWhenUpdateFieldItemConverter.getSupportDbType() |
DbType |
DmCaseWhenUpdateColumnItemConverter.getSupportDbType() |
DbType |
DmCaseWhenFormulaElementConverter.getSupportDbType() |
DbType |
DmCaseWhenConverter.getSupportDbType() |
DbType |
DmBetweenFieldConditionConverter.getSupportDbType() |
DbType |
DmBetweenColumnConditionConverter.getSupportDbType() |
DbType |
DmBetweenAliasConditionConverter.getSupportDbType() |
DbType |
DmAliasCompareConditionConverter.getSupportDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
MySqlWhereConverter.getSupportDbType() |
DbType |
MySqlValueFormulaElementConverter.getSupportDbType() |
DbType |
MySqlUpdateFieldItemConverter.getSupportDbType() |
DbType |
MySqlUpdateColumnItemConverter.getSupportDbType() |
DbType |
MySqlUnionConverter.getSupportDbType() |
DbType |
MySqlSubPartitionConverter.getSupportDbType() |
DbType |
MySqlSqlTableConverter.getSupportDbType() |
DbType |
MySqlSqlConditionConverter.getSupportDbType() |
DbType |
MySqlSelectValueConverter.getSupportDbType() |
DbType |
MySqlSelectTableAllItemConverter.getSupportDbType() |
DbType |
MySqlSelectSumFieldConverter.getSupportDbType() |
DbType |
MySqlSelectSumColumnConverter.getSupportDbType() |
DbType |
MySqlSelectMinFieldConverter.getSupportDbType() |
DbType |
MySqlSelectMinColumnConverter.getSupportDbType() |
DbType |
MySqlSelectMaxFieldConverter.getSupportDbType() |
DbType |
MySqlSelectMaxColumnConverter.getSupportDbType() |
DbType |
MySqlSelectKeywordsConverter.getSupportDbType() |
DbType |
MySqlSelectFunctionConverter.getSupportDbType() |
DbType |
MySqlSelectFormulaConverter.getSupportDbType() |
DbType |
MySqlSelectFieldConverter.getSupportDbType() |
DbType |
MySqlSelectCountFieldConverter.getSupportDbType() |
DbType |
MySqlSelectCountColumnConverter.getSupportDbType() |
DbType |
MySqlSelectConverter.getSupportDbType() |
DbType |
MySqlSelectColumnConverter.getSupportDbType() |
DbType |
MySqlSelectCaseWhenConverter.getSupportDbType() |
DbType |
MySqlSelectAvgFieldConverter.getSupportDbType() |
DbType |
MySqlSelectAvgColumnConverter.getSupportDbType() |
DbType |
MySqlSelectAllItemConverter.getSupportDbType() |
DbType |
MySqlOrderItemConverter.getSupportDbType() |
DbType |
MySqlOrderByConverter.getSupportDbType() |
DbType |
MySqlNotBetweenFieldConditionConverter.getSupportDbType() |
DbType |
MySqlNotBetweenColumnConditionConverter.getSupportDbType() |
DbType |
MySqlNotBetweenAliasConditionConverter.getSupportDbType() |
DbType |
MySqlNormalPartitionConverter.getSupportDbType() |
DbType |
MySqlNormalFieldConditionConverter.getSupportDbType() |
DbType |
MySqlNormalColumnConditionConverter.getSupportDbType() |
DbType |
MySqlNormalAliasConditionConverter.getSupportDbType() |
DbType |
MySqlLimitConverter.getSupportDbType() |
DbType |
MySqlKeywordsUpdateFieldItemConverter.getSupportDbType() |
DbType |
MySqlKeywordsUpdateColumnItemConverter.getSupportDbType() |
DbType |
MySqlKeywordsFormulaElementConverter.getSupportDbType() |
DbType |
MySqlJoinConverter.getSupportDbType() |
DbType |
MySqlIsNullFieldConditionConverter.getSupportDbType() |
DbType |
MySqlIsNullColumnConditionConverter.getSupportDbType() |
DbType |
MySqlIsNullAliasConditionConverter.getSupportDbType() |
DbType |
MySqlIsNotNullFieldConditionConverter.getSupportDbType() |
DbType |
MySqlIsNotNullColumnConditionConverter.getSupportDbType() |
DbType |
MySqlIsNotNullAliasConditionConverter.getSupportDbType() |
DbType |
MySqlHavingConverter.getSupportDbType() |
DbType |
MySqlGroupItemConverter.getSupportDbType() |
DbType |
MySqlGroupFormulaElementConverter.getSupportDbType() |
DbType |
MySqlGroupConditionConverter.getSupportDbType() |
DbType |
MySqlGroupByConverter.getSupportDbType() |
DbType |
MySqlFunFormulaElementConverter.getSupportDbType() |
DbType |
MySqlFunctionUpdateFieldItemConverter.getSupportDbType() |
DbType |
MySqlFunctionUpdateColumnItemConverter.getSupportDbType() |
DbType |
MySqlFunctionConverter.getSupportDbType() |
DbType |
MySqlFunctionCompareValueConditionConverter.getSupportDbType() |
DbType |
MySqlFromConverter.getSupportDbType() |
DbType |
MySqlFormulaUpdateFieldItemConverter.getSupportDbType() |
DbType |
MySqlFormulaUpdateColumnItemConverter.getSupportDbType() |
DbType |
MySqlFormulaFormulaElementConverter.getSupportDbType() |
DbType |
MySqlFormulaConverter.getSupportDbType() |
DbType |
MySqlFormulaCompareValueConditionConverter.getSupportDbType() |
DbType |
MySqlFieldFormulaElementConverter.getSupportDbType() |
DbType |
MySqlFieldCompareConditionConverter.getSupportDbType() |
DbType |
MySqlFieldCompareColumnConditionConverter.getSupportDbType() |
DbType |
MySqlEzQueryTableConverter.getSupportDbType() |
DbType |
MySqlEzQueryConverter.getSupportDbType() |
DbType |
MySqlEntityTableConverter.getSupportDbType() |
DbType |
MySqlDbTableConverter.getSupportDbType() |
DbType |
MySqlColumnFormulaElementConverter.getSupportDbType() |
DbType |
MySqlColumnCompareFieldConditionConverter.getSupportDbType() |
DbType |
MySqlColumnCompareConditionConverter.getSupportDbType() |
DbType |
MySqlCaseWhenUpdateFieldItemConverter.getSupportDbType() |
DbType |
MySqlCaseWhenUpdateColumnItemConverter.getSupportDbType() |
DbType |
MySqlCaseWhenFormulaElementConverter.getSupportDbType() |
DbType |
MySqlCaseWhenConverter.getSupportDbType() |
DbType |
MySqlBetweenFieldConditionConverter.getSupportDbType() |
DbType |
MySqlBetweenColumnConditionConverter.getSupportDbType() |
DbType |
MySqlBetweenAliasConditionConverter.getSupportDbType() |
DbType |
MySqlAliasCompareConditionConverter.getSupportDbType() |
| 限定符和类型 | 方法和说明 |
|---|---|
DbType |
OracleWhereConverter.getSupportDbType() |
DbType |
OracleValueFormulaElementConverter.getSupportDbType() |
DbType |
OracleUpdateFieldItemConverter.getSupportDbType() |
DbType |
OracleUpdateColumnItemConverter.getSupportDbType() |
DbType |
OracleUnionConverter.getSupportDbType() |
DbType |
OracleSubPartitionConverter.getSupportDbType() |
DbType |
OracleSqlTableConverter.getSupportDbType() |
DbType |
OracleSqlConditionConverter.getSupportDbType() |
DbType |
OracleSelectValueConverter.getSupportDbType() |
DbType |
OracleSelectTableAllItemConverter.getSupportDbType() |
DbType |
OracleSelectSumFieldConverter.getSupportDbType() |
DbType |
OracleSelectSumColumnConverter.getSupportDbType() |
DbType |
OracleSelectMinFieldConverter.getSupportDbType() |
DbType |
OracleSelectMinColumnConverter.getSupportDbType() |
DbType |
OracleSelectMaxFieldConverter.getSupportDbType() |
DbType |
OracleSelectMaxColumnConverter.getSupportDbType() |
DbType |
OracleSelectKeywordsConverter.getSupportDbType() |
DbType |
OracleSelectFunctionConverter.getSupportDbType() |
DbType |
OracleSelectFormulaConverter.getSupportDbType() |
DbType |
OracleSelectFieldConverter.getSupportDbType() |
DbType |
OracleSelectCountFieldConverter.getSupportDbType() |
DbType |
OracleSelectCountColumnConverter.getSupportDbType() |
DbType |
OracleSelectConverter.getSupportDbType() |
DbType |
OracleSelectColumnConverter.getSupportDbType() |
DbType |
OracleSelectCaseWhenConverter.getSupportDbType() |
DbType |
OracleSelectAvgFieldConverter.getSupportDbType() |
DbType |
OracleSelectAvgColumnConverter.getSupportDbType() |
DbType |
OracleSelectAllItemConverter.getSupportDbType() |
DbType |
OracleOrderItemConverter.getSupportDbType() |
DbType |
OracleOrderByConverter.getSupportDbType() |
DbType |
OracleNotBetweenFieldConditionConverter.getSupportDbType() |
DbType |
OracleNotBetweenColumnConditionConverter.getSupportDbType() |
DbType |
OracleNotBetweenAliasConditionConverter.getSupportDbType() |
DbType |
OracleNormalPartitionConverter.getSupportDbType() |
DbType |
OracleNormalFieldConditionConverter.getSupportDbType() |
DbType |
OracleNormalColumnConditionConverter.getSupportDbType() |
DbType |
OracleNormalAliasConditionConverter.getSupportDbType() |
DbType |
OracleLimitConverter.getSupportDbType() |
DbType |
OracleKeywordsUpdateFieldItemConverter.getSupportDbType() |
DbType |
OracleKeywordsUpdateColumnItemConverter.getSupportDbType() |
DbType |
OracleKeywordsFormulaElementConverter.getSupportDbType() |
DbType |
OracleIsNullFieldConditionConverter.getSupportDbType() |
DbType |
OracleIsNullColumnConditionConverter.getSupportDbType() |
DbType |
OracleIsNullAliasConditionConverter.getSupportDbType() |
DbType |
OracleIsNotNullFieldConditionConverter.getSupportDbType() |
DbType |
OracleIsNotNullColumnConditionConverter.getSupportDbType() |
DbType |
OracleIsNotNullAliasConditionConverter.getSupportDbType() |
DbType |
OracleHavingConverter.getSupportDbType() |
DbType |
OracleGroupItemConverter.getSupportDbType() |
DbType |
OracleGroupFormulaElementConverter.getSupportDbType() |
DbType |
OracleGroupConditionConverter.getSupportDbType() |
DbType |
OracleGroupByConverter.getSupportDbType() |
DbType |
OracleFunFormulaElementConverter.getSupportDbType() |
DbType |
OracleFunctionUpdateFieldItemConverter.getSupportDbType() |
DbType |
OracleFunctionUpdateColumnItemConverter.getSupportDbType() |
DbType |
OracleFunctionConverter.getSupportDbType() |
DbType |
OracleFunctionCompareValueConditionConverter.getSupportDbType() |
DbType |
OracleFromConverter.getSupportDbType() |
DbType |
OracleFormulaUpdateFieldItemConverter.getSupportDbType() |
DbType |
OracleFormulaUpdateColumnItemConverter.getSupportDbType() |
DbType |
OracleFormulaFormulaElementConverter.getSupportDbType() |
DbType |
OracleFormulaConverter.getSupportDbType() |
DbType |
OracleFormulaCompareValueConditionConverter.getSupportDbType() |
DbType |
OracleFieldFormulaElementConverter.getSupportDbType() |
DbType |
OracleFieldCompareConditionConverter.getSupportDbType() |
DbType |
OracleFieldCompareColumnConditionConverter.getSupportDbType() |
DbType |
OracleEzQueryTableConverter.getSupportDbType() |
DbType |
OracleEzQueryConverter.getSupportDbType() |
DbType |
OracleEntityTableConverter.getSupportDbType() |
DbType |
OracleDbTableConverter.getSupportDbType() |
DbType |
OracleColumnFormulaElementConverter.getSupportDbType() |
DbType |
OracleColumnCompareFieldConditionConverter.getSupportDbType() |
DbType |
OracleColumnCompareConditionConverter.getSupportDbType() |
DbType |
OracleCaseWhenUpdateFieldItemConverter.getSupportDbType() |
DbType |
OracleCaseWhenUpdateColumnItemConverter.getSupportDbType() |
DbType |
OracleCaseWhenFormulaElementConverter.getSupportDbType() |
DbType |
OracleCaseWhenConverter.getSupportDbType() |
DbType |
OracleBetweenFieldConditionConverter.getSupportDbType() |
DbType |
OracleBetweenColumnConditionConverter.getSupportDbType() |
DbType |
OracleBetweenAliasConditionConverter.getSupportDbType() |
DbType |
OracleAliasCompareConditionConverter.getSupportDbType() |
Copyright © 2023. All Rights Reserved.