Uses of Enum
com.alibaba.druid.DbType
Packages that use DbType
Package
Description
-
Uses of DbType in com.alibaba.druid
Methods in com.alibaba.druid that return DbTypeModifier and TypeMethodDescriptionstatic DbTypestatic DbTypeReturns 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.Methods in com.alibaba.druid with parameters of type DbType -
Uses of DbType in com.alibaba.druid.filter.stat
Methods in com.alibaba.druid.filter.stat that return DbTypeMethods in com.alibaba.druid.filter.stat with parameters of type DbType -
Uses of DbType in com.alibaba.druid.pool
Methods in com.alibaba.druid.pool with parameters of type DbType -
Uses of DbType in com.alibaba.druid.pool.vendor
Constructors in com.alibaba.druid.pool.vendor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql with parameters of type DbTypeModifier and TypeMethodDescriptionstatic voidSQLUtils.acceptAggregateFunction(String sql, DbType dbType, Consumer<SQLAggregateExpr> consumer, Predicate<SQLAggregateExpr> filter) static voidSQLUtils.acceptBinaryOpExpr(String sql, DbType dbType, Consumer<SQLBinaryOpExpr> consumer, Predicate<SQLBinaryOpExpr> filter) static voidSQLUtils.acceptBinaryOpExprGroup(String sql, DbType dbType, Consumer<SQLBinaryOpExprGroup> consumer, Predicate<SQLBinaryOpExprGroup> filter) static voidSQLUtils.acceptBooleanOr(String sql, DbType dbType, Consumer<SQLBinaryOpExprGroup> consumer) static voidSQLUtils.acceptFunction(String sql, DbType dbType, Consumer<SQLMethodInvokeExpr> consumer, Predicate<SQLMethodInvokeExpr> filter) static voidSQLUtils.acceptInsertInto(String sql, DbType dbType, Consumer<SQLInsertInto> consumer, Predicate<SQLInsertInto> filter) static voidSQLUtils.acceptSelectQueryBlock(String sql, DbType dbType, Consumer<SQLSelectQueryBlock> consumer, Predicate<SQLSelectQueryBlock> filter) static voidSQLUtils.acceptTableSource(String sql, DbType dbType, Consumer<SQLTableSource> consumer, Predicate<SQLTableSource> filter) static StringSQLUtils.addCondition(String sql, String condition, DbType dbType) static StringSQLUtils.addCondition(String sql, String condition, SQLBinaryOperator op, boolean left, DbType dbType) static StringSQLUtils.addSelectItem(String selectSql, String expr, String alias, boolean first, DbType dbType) static StringSQLUtils.addSelectItem(String selectSql, String expr, String alias, DbType dbType) static StringSQLUtils.buildToDate(String columnName, String tableAlias, String pattern, DbType dbType) static Object[]SQLUtils.clearLimit(String query, DbType dbType) static Stringstatic SQLASTOutputVisitorSQLUtils.createFormatOutputVisitor(Appendable out, List<SQLStatement> statementList, DbType dbType) static SQLASTOutputVisitorSQLUtils.createOutputVisitor(Appendable out, DbType dbType) static SchemaStatVisitorSQLUtils.createSchemaStatVisitor(DbType dbType) static SchemaStatVisitorSQLUtils.createSchemaStatVisitor(SchemaRepository repository, DbType dbType) static SchemaStatVisitorSQLUtils.createSchemaStatVisitor(List<SQLStatement> statementList, DbType dbType) Deprecated.static StringSQLUtils.forcedNormalize(String name, DbType dbType) static Stringstatic StringSQLUtils.format(String sql, DbType dbType, SQLUtils.FormatOption option) static Stringstatic Stringstatic StringSQLUtils.format(String sql, DbType dbType, List<Object> parameters, SQLUtils.FormatOption option, SQLParserFeature[] features) static intstatic SQLLimitSQLUtils.getLimit(SQLStatement statement, DbType dbType) static SQLLimitstatic longstatic booleanPagerUtils.hasUnorderedLimit(String sql, DbType dbType) static Stringstatic booleanstatic Stringstatic Stringstatic Stringstatic SQLStatementSQLUtils.parseSingleStatement(String sql, DbType dbType, boolean keepComments) static SQLStatementSQLUtils.parseSingleStatement(String sql, DbType dbType, SQLParserFeature... features) static List<SQLStatement>SQLUtils.parseStatements(String sql, DbType dbType) static List<SQLStatement>SQLUtils.parseStatements(String sql, DbType dbType, boolean keepComments) static List<SQLStatement>SQLUtils.parseStatements(String sql, DbType dbType, SQLParserFeature... features) static Stringstatic String重新排序建表语句,解决建表语句的依赖关系static List<SQLInsertStatement>SQLUtils.splitInsertValues(DbType dbType, String insertSql, int size) static SQLSelectOrderByItemSQLUtils.toOrderByItem(String sql, DbType dbType) static SQLSelectItemSQLUtils.toSelectItem(String sql, DbType dbType) static SQLExprstatic StringSQLUtils.toSQLString(SQLObject sqlObject, DbType dbType) static StringSQLUtils.toSQLString(SQLObject sqlObject, DbType dbType, SQLUtils.FormatOption option) static StringSQLUtils.toSQLString(SQLObject sqlObject, DbType dbType, SQLUtils.FormatOption option, VisitorFeature... features) static StringSQLUtils.toSQLString(List<SQLStatement> statementList, DbType dbType) static StringSQLUtils.toSQLString(List<SQLStatement> statementList, DbType dbType, SQLUtils.FormatOption option) static StringSQLUtils.toSQLString(List<SQLStatement> statementList, DbType dbType, List<Object> parameters) static StringSQLUtils.toSQLString(List<SQLStatement> statementList, DbType dbType, List<Object> parameters, SQLUtils.FormatOption option) static StringSQLUtils.toSQLString(List<SQLStatement> statementList, DbType dbType, List<Object> parameters, SQLUtils.FormatOption option, Map<String, String> tableMapping) static List<SQLStatement>SQLUtils.toStatementList(String sql, DbType dbType) static SQLUpdateSetItemSQLUtils.toUpdateSetItem(String sql, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as DbTypeMethods in com.alibaba.druid.sql.ast that return DbTypeModifier and TypeMethodDescriptionSQLArrayDataType.getDbType()SQLDataType.getDbType()SQLDataTypeImpl.getDbType()SQLDbTypedObject.getDbType()SQLMapDataType.getDbType()SQLRowDataType.getDbType()SQLStatement.getDbType()SQLStatementImpl.getDbType()SQLStructDataType.getDbType()SQLTableDataType.getDbType()Methods in com.alibaba.druid.sql.ast with parameters of type DbTypeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidConstructors in com.alibaba.druid.sql.ast with parameters of type DbTypeModifierConstructorDescriptionSQLArrayDataType(SQLDataType componentType, DbType dbType) SQLMapDataType(SQLDataType keyType, SQLDataType valueType, DbType dbType) SQLRowDataType(DbType dbType) SQLStatementImpl(DbType dbType) SQLStructDataType(DbType dbType) SQLTableDataType(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.ast.expr
Fields in com.alibaba.druid.sql.ast.expr declared as DbTypeMethods in com.alibaba.druid.sql.ast.expr that return DbTypeMethods in com.alibaba.druid.sql.ast.expr with parameters of type DbTypeModifier and TypeMethodDescriptionstatic SQLDataTypeSQLExprUtils.createDataTypeFromJdbc(DbType dbType, int jdbType, Integer precision, Integer scale) static booleanstatic booleanstatic booleanstatic StringvoidConstructors in com.alibaba.druid.sql.ast.expr with parameters of type DbTypeModifierConstructorDescriptionSQLBinaryOpExpr(DbType dbType) SQLBinaryOpExpr(SQLExpr left, SQLBinaryOperator operator, SQLExpr right, DbType dbType) SQLBinaryOpExprGroup(SQLBinaryOperator operator, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as DbTypeModifier and TypeFieldDescriptionprotected DbTypeSQLColumnDefinition.dbTypeprotected DbTypeSQLConstraintImpl.dbTypeprotected DbTypeSQLSelectQueryBlock.dbTypeMethods in com.alibaba.druid.sql.ast.statement that return DbTypeModifier and TypeMethodDescriptionSQLColumnDefinition.getDbType()SQLConstraintImpl.getDbType()SQLInsertStatement.getDbType()SQLSelect.getDbType()SQLSelectQueryBlock.getDbType()SQLUnionQuery.getDbType()Methods in com.alibaba.druid.sql.ast.statement with parameters of type DbTypeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidConstructors in com.alibaba.druid.sql.ast.statement with parameters of type DbTypeModifierConstructorDescriptionSQLAlterDatabaseStatement(DbType dbType) SQLAlterOutlineStatement(DbType dbType) SQLAlterTableGroupStatement(DbType dbType) SQLAlterTableStatement(DbType dbType) SQLAlterViewStatement(DbType dbType) SQLBeginStatement(DbType dbType) SQLCallStatement(DbType dbType) SQLCreateDatabaseStatement(DbType dbType) SQLCreateIndexStatement(DbType dbType) SQLCreateRoleStatement(DbType dbType) SQLCreateTableGroupStatement(DbType dbType) SQLCreateTableStatement(DbType dbType) SQLCreateTriggerStatement(DbType dbType) SQLCreateViewStatement(DbType dbType) SQLDeleteStatement(DbType dbType) SQLDropCatalogStatement(DbType dbType) SQLDropDatabaseStatement(DbType dbType) SQLDropEventStatement(DbType dbType) SQLDropFunctionStatement(DbType dbType) SQLDropIndexStatement(DbType dbType) SQLDropLogFileGroupStatement(DbType dbType) SQLDropOfflineModelStatement(DbType dbType) SQLDropOutlineStatement(DbType dbType) SQLDropProcedureStatement(DbType dbType) SQLDropResourceGroupStatement(DbType dbType) SQLDropResourceStatement(DbType dbType) SQLDropRoleStatement(DbType dbType) SQLDropSequenceStatement(DbType dbType) SQLDropServerStatement(DbType dbType) SQLDropSynonymStatement(DbType dbType) SQLDropTableGroupStatement(DbType dbType) SQLDropTableSpaceStatement(DbType dbType) SQLDropTableStatement(DbType dbType) SQLDropTableStatement(SQLName name, DbType dbType) SQLDropTableStatement(SQLExprTableSource tableSource, DbType dbType) SQLDropTriggerStatement(DbType dbType) SQLDropTypeStatement(DbType dbType) SQLDropUserStatement(DbType dbType) SQLDropViewStatement(DbType dbType) SQLExplainAnalyzeStatement(DbType dbType) SQLExplainStatement(DbType dbType) SQLGrantStatement(DbType dbType) SQLPrivilegeStatement(DbType dbType) SQLPurgeLogsStatement(DbType dbType) SQLPurgeRecyclebinStatement(DbType dbType) SQLPurgeTableStatement(DbType dbType) SQLReleaseSavePointStatement(DbType dbType) SQLReturnStatement(DbType dbType) SQLRevokeStatement(DbType dbType) SQLRollbackStatement(DbType dbType) SQLSavePointStatement(DbType dbType) SQLSelectQueryBlock(DbType dbType) SQLSelectStatement(DbType dbType) SQLSelectStatement(SQLSelect select, DbType dbType) SQLSetStatement(DbType dbType) SQLSetStatement(SQLExpr target, SQLExpr value, DbType dbType) SQLStartTransactionStatement(DbType dbType) SQLTruncateStatement(DbType dbType) SQLUnionQuery(DbType dbType) SQLUpdateStatement(DbType dbType) SQLUseStatement(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.builder
Methods in com.alibaba.druid.sql.builder with parameters of type DbTypeModifier and TypeMethodDescriptionstatic SQLDeleteBuilderSQLBuilderFactory.createDeleteBuilder(DbType dbType) static SQLDeleteBuilderSQLBuilderFactory.createDeleteBuilder(String sql, DbType dbType) static SQLSelectBuilderSQLBuilderFactory.createSelectSQLBuilder(DbType dbType) static SQLSelectBuilderSQLBuilderFactory.createSelectSQLBuilder(String sql, DbType dbType) static SQLUpdateBuilderSQLBuilderFactory.createUpdateBuilder(DbType dbType) static SQLUpdateBuilderSQLBuilderFactory.createUpdateBuilder(String sql, DbType dbType) Constructors in com.alibaba.druid.sql.builder with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl with parameters of type DbTypeConstructors in com.alibaba.druid.sql.builder.impl with parameters of type DbTypeModifierConstructorDescriptionSQLDeleteBuilderImpl(DbType dbType) SQLDeleteBuilderImpl(SQLDeleteStatement stmt, DbType dbType) SQLDeleteBuilderImpl(String sql, DbType dbType) SQLSelectBuilderImpl(DbType dbType) SQLSelectBuilderImpl(SQLSelectStatement stmt, DbType dbType) SQLSelectBuilderImpl(String sql, DbType dbType) SQLUpdateBuilderImpl(DbType dbType) SQLUpdateBuilderImpl(SQLUpdateStatement stmt, DbType dbType) SQLUpdateBuilderImpl(String sql, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.ads.visitor
Constructors in com.alibaba.druid.sql.dialect.ads.visitor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.antspark.visitor
Constructors in com.alibaba.druid.sql.dialect.antspark.visitor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.blink.vsitor
Constructors in com.alibaba.druid.sql.dialect.blink.vsitor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.clickhouse.visitor
Constructors in com.alibaba.druid.sql.dialect.clickhouse.visitor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.h2.visitor
Constructors in com.alibaba.druid.sql.dialect.h2.visitor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.hive.stmt
Constructors in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.hive.visitor
Constructors in com.alibaba.druid.sql.dialect.hive.visitor with parameters of type DbTypeModifierConstructorDescriptionHiveOutputVisitor(Appendable appender, DbType dbType) HiveSchemaStatVisitor(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.mysql.ast.statement
Constructors in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor that return DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor that return DbType -
Uses of DbType in com.alibaba.druid.sql.dialect.starrocks.parser
Constructors in com.alibaba.druid.sql.dialect.starrocks.parser with parameters of type DbTypeModifierConstructorDescriptionStarRocksExprParser(Lexer lexer, DbType dbType) StarRocksExprParser(String sql, DbType dbType, SQLParserFeature... features) -
Uses of DbType in com.alibaba.druid.sql.dialect.starrocks.visitor
Constructors in com.alibaba.druid.sql.dialect.starrocks.visitor with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.parser
Fields in com.alibaba.druid.sql.parser declared as DbTypeMethods in com.alibaba.druid.sql.parser that return DbTypeMethods in com.alibaba.druid.sql.parser with parameters of type DbTypeModifier and TypeMethodDescriptionstatic StringSQLParserUtils.addBackQuote(String sql, DbType dbType) static booleanSQLParserUtils.containsAny(String sql, DbType dbType, Token token) static booleanSQLParserUtils.containsAny(String sql, DbType dbType, Token... tokens) static booleanSQLParserUtils.containsAny(String sql, DbType dbType, Token token1, Token token2) static booleanstatic SQLExprParserSQLParserUtils.createExprParser(String sql, DbType dbType, SQLParserFeature... features) static LexerSQLParserUtils.createLexer(String sql, DbType dbType) static LexerSQLParserUtils.createLexer(String sql, DbType dbType, SQLParserFeature... features) static SQLSelectQueryBlockSQLParserUtils.createSelectQueryBlock(DbType dbType) static SQLStatementParserSQLParserUtils.createSQLStatementParser(String sql, DbType dbType) static SQLStatementParserSQLParserUtils.createSQLStatementParser(String sql, DbType dbType, boolean keepComments) static SQLStatementParserSQLParserUtils.createSQLStatementParser(String sql, DbType dbType, SQLParserFeature... features) static ObjectSQLParserUtils.getSimpleSelectValue(String sql, DbType dbType) static ObjectSQLParserUtils.getSimpleSelectValue(String sql, DbType dbType, SQLParserUtils.SimpleValueEvalHandler handler) static SQLTypeSQLParserUtils.getSQLType(String sql, DbType dbType) static SQLTypeSQLParserUtils.getSQLTypeV2(String sql, DbType dbType) static StringLexer.parameterize(String sql, DbType dbType) static StringSQLParserUtils.removeComment(String sql, DbType dbType) static StringSQLParserUtils.removeLeftComment(String sql, DbType dbType) static StringSQLParserUtils.replaceBackQuote(String sql, DbType dbType) SQLParserUtils.splitAndRemoveComment(String sql, DbType dbType) static booleanSQLParserUtils.startsWithHint(String sql, DbType dbType) Constructors in com.alibaba.druid.sql.parser with parameters of type DbTypeModifierConstructorDescriptionLexer(String input, Lexer.CommentHandler commentHandler, DbType dbType) SQLExprParser(Lexer lexer, DbType dbType) SQLExprParser(String sql, DbType dbType, SQLParserFeature... features) SQLParser(String sql, DbType dbType, SQLParserFeature... features) SQLSelectListCache(DbType dbType) protectedSQLStatementParser(Lexer lexer, DbType dbType) SQLStatementParser(String sql, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository declared as DbTypeModifier and TypeFieldDescriptionprotected DbTypeSchemaRepository.dbTypeprotected DbTypeSchemaRepository.schemaDbTypeMethods in com.alibaba.druid.sql.repository that return DbTypeMethods in com.alibaba.druid.sql.repository with parameters of type DbTypeModifier and TypeMethodDescriptionConstructors in com.alibaba.druid.sql.repository with parameters of type DbTypeModifierConstructorDescriptionSchemaRepository(DbType dbType) SchemaRepository(DbType dbType, DbType schemaDbType) -
Uses of DbType in com.alibaba.druid.sql.semantic
Methods in com.alibaba.druid.sql.semantic with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.transform
Fields in com.alibaba.druid.sql.transform declared as DbTypeModifier and TypeFieldDescriptionprotected DbTypeSQLTranformImpl.sourceDbTypeprotected DbTypeSQLTranformImpl.targetDbTypeMethods in com.alibaba.druid.sql.transform that return DbTypeModifier and TypeMethodDescriptionSQLTranform.getSourceDbType()SQLTranformImpl.getSourceDbType()SQLTranform.getTargetDbType()SQLTranformImpl.getTargetDbType()Methods in com.alibaba.druid.sql.transform with parameters of type DbTypeConstructors in com.alibaba.druid.sql.transform with parameters of type DbType -
Uses of DbType in com.alibaba.druid.sql.visitor
Fields in com.alibaba.druid.sql.visitor declared as DbTypeModifier and TypeFieldDescriptionprotected DbTypeSchemaStatVisitor.dbTypeprotected DbTypeSQLASTOutputVisitor.dbTypeprotected DbTypeSQLASTParameterizedVisitor.dbTypeprotected DbTypeSQLASTVisitorAdapter.dbTypeMethods in com.alibaba.druid.sql.visitor that return DbTypeModifier and TypeMethodDescriptionParameterizedVisitor.getDbType()SchemaStatVisitor.getDbType()SQLASTOutputVisitor.getDbType()SQLASTParameterizedVisitor.getDbType()Methods in com.alibaba.druid.sql.visitor with parameters of type DbTypeModifier and TypeMethodDescriptionstatic voidSQLDataTypeValidator.check(List<SQLStatement> stmtList, DbType dbType) static SQLEvalVisitorSQLEvalVisitorUtils.createEvalVisitor(DbType dbType) static ExportParameterVisitorExportParameterVisitorUtils.createExportParameterVisitor(Appendable out, DbType dbType) static ParameterizedVisitorParameterizedOutputVisitorUtils.createParameterizedOutputVisitor(Appendable out, DbType dbType) static Objectstatic Objectstatic ObjectSQLEvalVisitorUtils.eval(DbType dbType, SQLObject sqlObject, List<Object> parameters, boolean throwError) static Objectstatic Objectstatic SQLDataTypeValidatorstatic StringParameterizedOutputVisitorUtils.parameterize(SQLStatement stmt, DbType dbType) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, SQLSelectListCache selectListCache) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, SQLParserFeature[] features, VisitorFeature... visitorFeatures) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, VisitorFeature... features) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, List<Object> outParameters) static StringParameterizedOutputVisitorUtils.parameterize(String sql, DbType dbType, List<Object> outParameters, VisitorFeature... features) static StringParameterizedOutputVisitorUtils.parameterize(List<SQLStatement> statementList, DbType dbType) static StringParameterizedOutputVisitorUtils.parameterizeForTDDL(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures) static StringParameterizedOutputVisitorUtils.parameterizeForTDDL(String sql, DbType dbType, List<Object> outParameters, VisitorFeature... features) static longParameterizedOutputVisitorUtils.parameterizeHash(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters) static longParameterizedOutputVisitorUtils.parameterizeHash(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures) static longParameterizedOutputVisitorUtils.parameterizeHash(String sql, DbType dbType, List<Object> outParameters) static SQLStatementParameterizedOutputVisitorUtils.parameterizeOf(String sql, DbType dbType) static SQLStatementParameterizedOutputVisitorUtils.parameterizeOf(String sql, List<Object> outParameters, DbType dbType) static Stringstatic StringConstructors in com.alibaba.druid.sql.visitor with parameters of type DbTypeModifierConstructorDescriptionSchemaStatVisitor(DbType dbType) SchemaStatVisitor(DbType dbType, List<Object> parameters) SQLASTOutputVisitor(Appendable appender, DbType dbType) SQLASTParameterizedVisitor(DbType dbType) SQLASTParameterizedVisitor(DbType dbType, List<Object> parameters) SQLSubQueryGroupVisitor(DbType dbType) -
Uses of DbType in com.alibaba.druid.stat
Constructors in com.alibaba.druid.stat with parameters of type DbType -
Uses of DbType in com.alibaba.druid.util
Fields in com.alibaba.druid.util declared as DbTypeModifier and TypeFieldDescriptionstatic final DbTypeJdbcConstants.ALI_ORACLEstatic final DbTypeJdbcConstants.ALIYUN_DRDSstatic final DbTypeJdbcConstants.CLICKHOUSEstatic final DbTypeJdbcConstants.DB2static final DbTypeJdbcConstants.DERBYstatic final DbTypeJdbcConstants.DMstatic final DbTypeJdbcConstants.ENTERPRISEDBstatic final DbTypeJdbcConstants.GBASEstatic final DbTypeJdbcConstants.GREENPLUMGreenPlumstatic final DbTypeJdbcConstants.H2static final DbTypeJdbcConstants.HIVEstatic final DbTypeJdbcConstants.HSQLstatic final DbTypeJdbcConstants.INFORMIXstatic final DbTypeJdbcConstants.JTDSstatic final DbTypeJdbcConstants.KINGBASEstatic final DbTypeJdbcConstants.MYSQLstatic final DbTypeJdbcConstants.OCEANBASEstatic final DbTypeJdbcConstants.OCEANBASE_ORACLEstatic final DbTypeJdbcConstants.ODPS阿里云odpsstatic final DbTypeJdbcConstants.ORACLEstatic final DbTypeJdbcConstants.OSCARoscarstatic final DbTypeJdbcConstants.POLARDBAliyun PolarDBstatic final DbTypeJdbcConstants.POSTGRESQLstatic final DbTypeJdbcConstants.SQL_SERVERstatic final DbTypeJdbcConstants.SYBASEstatic final DbTypeJdbcConstants.TIDBstatic final DbTypeJdbcConstants.TYDBstatic final DbTypeJdbcConstants.XUGUMethods in com.alibaba.druid.util that return DbTypeModifier and TypeMethodDescriptionstatic DbTypeJdbcUtils.getDbTypeRaw(String rawUrl, String driverClassName) Methods in com.alibaba.druid.util with parameters of type DbTypeModifier and TypeMethodDescriptionstatic StringJdbcUtils.getCreateTableScript(Connection conn, DbType dbType) static StringJdbcUtils.getCreateTableScript(Connection conn, DbType dbType, boolean sorted, boolean simplify) static booleanJdbcUtils.isMysqlDbType(DbType dbType) static booleanJdbcUtils.isOracleDbType(DbType dbType) static booleanJdbcUtils.isPgsqlDbType(DbType dbType) static booleanJdbcUtils.isSqlserverDbType(DbType dbType) JdbcUtils.showTables(Connection conn, DbType dbType) -
Uses of DbType in com.alibaba.druid.wall
Fields in com.alibaba.druid.wall declared as DbTypeMethods in com.alibaba.druid.wall that return DbTypeMethods in com.alibaba.druid.wall with parameters of type DbTypeModifier and TypeMethodDescriptionstatic WallContextstatic WallContextWallContext.createIfNotExists(DbType dbType) voidConstructors in com.alibaba.druid.wall with parameters of type DbTypeModifierConstructorDescriptionWallContext(DbType dbType) WallProvider(WallConfig config, DbType dbType) -
Uses of DbType in com.alibaba.druid.wall.spi
Methods in com.alibaba.druid.wall.spi that return DbTypeModifier and TypeMethodDescriptionClickhouseWallVisitor.getDbType()DB2WallVisitor.getDbType()MySqlWallVisitor.getDbType()OracleWallVisitor.getDbType()PGWallVisitor.getDbType()SQLiteWallVisitor.getDbType()SQLServerWallVisitor.getDbType()Methods in com.alibaba.druid.wall.spi with parameters of type DbType