Uses of Class
com.alibaba.druid.DbType
-
-
Uses of DbType in com.alibaba.druid
Methods in com.alibaba.druid that return DbType Modifier and Type Method Description static DbTypeDbType. of(String name)static DbTypeDbType. 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.Methods in com.alibaba.druid with parameters of type DbType Modifier and Type Method Description static booleanDbType. isPostgreSQLDbStyle(DbType dbType)static longDbType. of(DbType... types) -
Uses of DbType in com.alibaba.druid.filter.stat
Methods in com.alibaba.druid.filter.stat that return DbType Modifier and Type Method Description DbTypeStatFilter. getDbType()Methods in com.alibaba.druid.filter.stat with parameters of type DbType Modifier and Type Method Description StringStatFilter. mergeSql(String sql, DbType dbType)voidStatFilter. setDbType(DbType dbType) -
Uses of DbType in com.alibaba.druid.pool
Methods in com.alibaba.druid.pool with parameters of type DbType Modifier and Type Method Description voidDruidAbstractDataSource. setDbType(DbType dbType) -
Uses of DbType in com.alibaba.druid.pool.vendor
Constructors in com.alibaba.druid.pool.vendor with parameters of type DbType Constructor Description OceanBaseValidConnectionChecker(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql
Methods in com.alibaba.druid.sql that return DbType Modifier and Type Method Description DbTypeSQLDialect. getDbType()Methods in com.alibaba.druid.sql with parameters of type DbType Modifier and Type Method Description static 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 StringPagerUtils. count(String sql, DbType dbType)static SQLASTOutputVisitorSQLUtils. createFormatOutputVisitor(StringBuilder out, List<SQLStatement> statementList, DbType dbType)static SQLASTOutputVisitorSQLUtils. createOutputVisitor(StringBuilder 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 StringSQLUtils. format(String sql, DbType dbType)static StringSQLUtils. format(String sql, DbType dbType, SQLUtils.FormatOption option)static StringSQLUtils. format(String sql, DbType dbType, List<Object> parameters)static StringSQLUtils. format(String sql, DbType dbType, List<Object> parameters, SQLUtils.FormatOption option)static StringSQLUtils. format(String sql, DbType dbType, List<Object> parameters, SQLUtils.FormatOption option, SQLParserFeature[] features)static intPagerUtils. getLimit(String sql, DbType dbType)Retrieves the limit value from the provided SQL query string based on the specified database type.static SQLLimitSQLUtils. getLimit(SQLStatement statement, DbType dbType)static SQLLimitSQLUtils. getLimit(String query, DbType dbType)static longSQLUtils. hash(String sql, DbType dbType)static booleanPagerUtils. hasUnorderedLimit(String sql, DbType dbType)static StringPagerUtils. limit(SQLSelect select, DbType dbType, int offset, int count)static booleanPagerUtils. limit(SQLSelect select, DbType dbType, int offset, int count, boolean check)static StringPagerUtils. limit(String sql, DbType dbType, int offset, int count)static StringPagerUtils. limit(String sql, DbType dbType, int offset, int count, boolean check)static StringSQLUtils. normalize(String name, DbType dbType)static SQLDialectSQLDialect. of(DbType dbType)static 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 StringSQLUtils. refactor(String sql, DbType dbType, Map<String,String> tableMapping)static StringSQLUtils. sort(String sql, DbType dbType)重新排序建表语句,解决建表语句的依赖关系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 SQLExprSQLUtils. toSQLExpr(String sql, DbType dbType)static SQLExprSQLUtils. toSQLExpr(String sql, DbType dbType, SQLParserFeature... features)static 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, SQLASTOutputVisitor visitor)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 StringSQLUtils. toSQLString(List<SQLStatement> statementList, DbType dbType, List<Object> parameters, Map<String,String> tableMapping, SQLASTOutputVisitor visitor)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 DbType Modifier and Type Field Description protected DbTypeSQLStatementImpl. dbTypeMethods in com.alibaba.druid.sql.ast that return DbType Modifier and Type Method Description DbTypeSQLArrayDataType. getDbType()DbTypeSQLDataType. getDbType()DbTypeSQLDataTypeImpl. getDbType()DbTypeSQLDbTypedObject. getDbType()DbTypeSQLMapDataType. getDbType()DbTypeSQLRowDataType. getDbType()DbTypeSQLStatement. getDbType()DbTypeSQLStatementImpl. getDbType()DbTypeSQLStructDataType. getDbType()DbTypeSQLTableDataType. getDbType()Methods in com.alibaba.druid.sql.ast with parameters of type DbType Modifier and Type Method Description voidSQLArrayDataType. setDbType(DbType dbType)voidSQLDataType. setDbType(DbType dbType)voidSQLDataTypeImpl. setDbType(DbType dbType)voidSQLMapDataType. setDbType(DbType dbType)voidSQLRowDataType. setDbType(DbType dbType)voidSQLStatementImpl. setDbType(DbType dbType)voidSQLStructDataType. setDbType(DbType dbType)voidSQLTableDataType. setDbType(DbType dbType)Constructors in com.alibaba.druid.sql.ast with parameters of type DbType Constructor Description SQLArrayDataType(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 DbType Modifier and Type Field Description protected DbTypeSQLBinaryOpExpr. dbTypeMethods in com.alibaba.druid.sql.ast.expr that return DbType Modifier and Type Method Description DbTypeSQLBinaryOpExpr. getDbType()Methods in com.alibaba.druid.sql.ast.expr with parameters of type DbType Modifier and Type Method Description static SQLDataTypeSQLExprUtils. createDataTypeFromJdbc(DbType dbType, int jdbType, Integer precision, Integer scale)static booleanSQLDateTimeExpr. isSupport(DbType dbType)static booleanSQLTimeExpr. isSupport(DbType dbType)static StringSQLExprUtils. quote(String str, DbType dbType, char quote)voidSQLBinaryOpExpr. setDbType(DbType dbType)Constructors in com.alibaba.druid.sql.ast.expr with parameters of type DbType Constructor Description SQLBinaryOpExpr(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 DbType Modifier and Type Field Description protected DbTypeSQLColumnDefinition. dbTypeprotected DbTypeSQLConstraintImpl. dbTypeprotected DbTypeSQLSelectQueryBlock. dbTypeMethods in com.alibaba.druid.sql.ast.statement that return DbType Modifier and Type Method Description DbTypeSQLColumnDefinition. getDbType()DbTypeSQLConstraintImpl. getDbType()DbTypeSQLInsertStatement. getDbType()DbTypeSQLSelect. getDbType()DbTypeSQLSelectQueryBlock. getDbType()DbTypeSQLUnionQuery. getDbType()Methods in com.alibaba.druid.sql.ast.statement with parameters of type DbType Modifier and Type Method Description voidSQLColumnDefinition. setDbType(DbType dbType)voidSQLConstraintImpl. setDbType(DbType dbType)voidSQLInsertStatement. setDbType(DbType dbType)voidSQLSelectQueryBlock. setDbType(DbType dbType)voidSQLUnionQuery. setDbType(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.builder
Methods in com.alibaba.druid.sql.builder with parameters of type DbType Modifier and Type Method Description static 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 Constructor Description SQLFunctionBuilder(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl with parameters of type DbType Modifier and Type Method Description static SQLExprSQLBuilderImpl. toSQLExpr(Object obj, DbType dbType)Constructors in com.alibaba.druid.sql.builder.impl with parameters of type DbType Constructor Description SQLDeleteBuilderImpl(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.blink.vsitor
Constructors in com.alibaba.druid.sql.dialect.blink.vsitor with parameters of type DbType Constructor Description BlinkOutputVisitor(StringBuilder appender, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.clickhouse.ast
Constructors in com.alibaba.druid.sql.dialect.clickhouse.ast with parameters of type DbType Constructor Description CKAlterTableStatement(DbType dbType)CKAlterTableUpdateStatement(DbType 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 Constructor Description CKOutputVisitor(StringBuilder appender, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.databricks.parser
Constructors in com.alibaba.druid.sql.dialect.databricks.parser with parameters of type DbType Constructor Description DatabricksLexer(String input, DbType dbType, SQLParserFeature... features) -
Uses of DbType in com.alibaba.druid.sql.dialect.doris.visitor
Constructors in com.alibaba.druid.sql.dialect.doris.visitor with parameters of type DbType Constructor Description DorisOutputVisitor(StringBuilder appender, DbType 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 Constructor Description H2OutputVisitor(StringBuilder appender, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.hive.parser
Constructors in com.alibaba.druid.sql.dialect.hive.parser with parameters of type DbType Constructor Description HiveExprParser(Lexer lexer, DbType dbType)HiveLexer(String input, DbType dbType)HiveLexer(String input, DbType dbType, SQLParserFeature... features) -
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 Constructor Description HiveCreateTableStatement(DbType 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 DbType Constructor Description HiveOutputVisitor(StringBuilder 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 Constructor Description MySqlExplainStatement(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor that return DbType Modifier and Type Method Description DbTypeMySqlSchemaStatVisitor. getDbType() -
Uses of DbType in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Constructors in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type DbType Constructor Description PGAlterDatabaseStatement(DbType dbType)PGAnalyzeStatement(DbType dbType)PGCreateDatabaseStatement(DbType dbType)PGDropDatabaseStatement(DbType dbType)PGShowStatement(DbType dbType)PGVacuumStatement(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor that return DbType Modifier and Type Method Description DbTypePGSchemaStatVisitor. getDbType()Constructors in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type DbType Constructor Description PGOutputVisitor(StringBuilder appender, DbType dbType)PGOutputVisitor(StringBuilder appender, DbType dbType, boolean parameterized) -
Uses of DbType in com.alibaba.druid.sql.dialect.presto.ast.stmt
Constructors in com.alibaba.druid.sql.dialect.presto.ast.stmt with parameters of type DbType Constructor Description PrestoCreateTableStatement(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.presto.parser
Constructors in com.alibaba.druid.sql.dialect.presto.parser with parameters of type DbType Constructor Description PrestoExprParser(Lexer lexer, DbType dbType)PrestoLexer(String input, DbType dbType, SQLParserFeature... features) -
Uses of DbType in com.alibaba.druid.sql.dialect.presto.visitor
Constructors in com.alibaba.druid.sql.dialect.presto.visitor with parameters of type DbType Constructor Description PrestoOutputVisitor(StringBuilder appender, DbType dbType)PrestoOutputVisitor(StringBuilder appender, DbType dbType, boolean parameterized) -
Uses of DbType in com.alibaba.druid.sql.dialect.spark.parser
Constructors in com.alibaba.druid.sql.dialect.spark.parser with parameters of type DbType Constructor Description SparkExprParser(Lexer lexer, DbType dbType)SparkLexer(String input, DbType dbType)SparkLexer(String input, DbType dbType, SQLParserFeature... features) -
Uses of DbType in com.alibaba.druid.sql.dialect.spark.visitor
Constructors in com.alibaba.druid.sql.dialect.spark.visitor with parameters of type DbType Constructor Description SparkOutputASTVisitor(StringBuilder appender, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.starrocks.ast.statement
Constructors in com.alibaba.druid.sql.dialect.starrocks.ast.statement with parameters of type DbType Constructor Description StarRocksCreateResourceStatement(DbType 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 DbType Constructor Description StarRocksExprParser(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 Constructor Description StarRocksOutputVisitor(StringBuilder appender, DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.dialect.teradata.ast
Constructors in com.alibaba.druid.sql.dialect.teradata.ast with parameters of type DbType Constructor Description TDCreateTableStatement(DbType dbType)TDSelectQueryBlock(DbType dbType) -
Uses of DbType in com.alibaba.druid.sql.parser
Fields in com.alibaba.druid.sql.parser declared as DbType Modifier and Type Field Description protected DbTypeLexer. dbTypeprotected DbTypeSQLParser. dbTypeMethods in com.alibaba.druid.sql.parser that return DbType Modifier and Type Method Description DbTypeLexer. getDbType()DbTypeSQLParser. getDbType()Methods in com.alibaba.druid.sql.parser with parameters of type DbType Modifier and Type Method Description static 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 booleanSQLParserUtils. containsAny(String sql, DbType dbType, Token token1, Token token2, Token token3)static 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 List<String>SQLParserUtils. getTables(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)static List<String>SQLParserUtils. split(String sql, DbType dbType)static List<String>SQLParserUtils. splitAndRemoveComment(String sql, DbType dbType)static booleanSQLParserUtils. startsWithHint(String sql, DbType dbType)Constructors in com.alibaba.druid.sql.parser with parameters of type DbType Constructor Description Lexer(String input, DbType dbType)Lexer(String input, Lexer.CommentHandler commentHandler, DbType dbType)SQLExprParser(Lexer lexer, DbType dbType)SQLExprParser(String sql, DbType dbType, SQLParserFeature... features)SQLParser(Lexer lexer, DbType dbType)SQLParser(String sql, DbType dbType, SQLParserFeature... features)SQLSelectListCache(DbType dbType)SQLStatementParser(Lexer lexer, DbType dbType)SQLStatementParser(String sql, DbType dbType)SQLStatementParser(String sql, DbType dbType, SQLParserFeature... features) -
Uses of DbType in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository declared as DbType Modifier and Type Field Description protected DbTypeSchemaRepository. dbTypeprotected DbTypeSchemaRepository. schemaDbTypeMethods in com.alibaba.druid.sql.repository that return DbType Modifier and Type Method Description DbTypeSchemaRepository. getDbType()Methods in com.alibaba.druid.sql.repository with parameters of type DbType Modifier and Type Method Description SchemaObjectSchemaRepository. acceptDDL(String ddl, DbType dbType)Constructors in com.alibaba.druid.sql.repository with parameters of type DbType Constructor Description SchemaRepository(DbType dbType)SchemaRepository(DbType dbType, DbType schemaDbType) -
Uses of DbType in com.alibaba.druid.sql.visitor
Fields in com.alibaba.druid.sql.visitor declared as DbType Modifier and Type Field Description protected DbTypeSchemaStatVisitor. dbTypeprotected DbTypeSQLASTOutputVisitor. dbTypeprotected DbTypeSQLASTParameterizedVisitor. dbTypeprotected DbTypeSQLASTVisitorAdapter. dbTypeMethods in com.alibaba.druid.sql.visitor that return DbType Modifier and Type Method Description DbTypeParameterizedVisitor. getDbType()DbTypeSchemaStatVisitor. getDbType()DbTypeSQLASTOutputVisitor. getDbType()DbTypeSQLASTParameterizedVisitor. getDbType()Methods in com.alibaba.druid.sql.visitor with parameters of type DbType Modifier and Type Method Description static voidSQLDataTypeValidator. check(List<SQLStatement> stmtList, DbType dbType)static SQLEvalVisitorSQLEvalVisitorUtils. createEvalVisitor(DbType dbType)static ExportParameterVisitorExportParameterVisitorUtils. createExportParameterVisitor(StringBuilder out, DbType dbType)static ParameterizedVisitorParameterizedOutputVisitorUtils. createParameterizedOutputVisitor(StringBuilder out, DbType dbType)static ObjectSQLEvalVisitorUtils. eval(DbType dbType, SQLObject sqlObject, Object... parameters)static ObjectSQLEvalVisitorUtils. eval(DbType dbType, SQLObject sqlObject, List<Object> parameters)static ObjectSQLEvalVisitorUtils. eval(DbType dbType, SQLObject sqlObject, List<Object> parameters, boolean throwError)static ObjectSQLEvalVisitorUtils. evalExpr(DbType dbType, String expr, Object... parameters)static ObjectSQLEvalVisitorUtils. evalExpr(DbType dbType, String expr, List<Object> parameters)static SQLDataTypeValidatorSQLDataTypeValidator. of(DbType dbType)static 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 StringParameterizedOutputVisitorUtils. restore(String sql, DbType dbType, List<Object> parameters)static StringParameterizedOutputVisitorUtils. restore(String sql, DbType dbType, Map<String,Object> parameters)Constructors in com.alibaba.druid.sql.visitor with parameters of type DbType Constructor Description SchemaStatVisitor(DbType dbType)SchemaStatVisitor(DbType dbType, List<Object> parameters)SQLASTOutputVisitor(StringBuilder appender, DbType dbType)SQLASTOutputVisitor(StringBuilder appender, DbType dbType, boolean parameterized)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 Constructor Description Column(String table, String name, DbType dbType) -
Uses of DbType in com.alibaba.druid.util
Fields in com.alibaba.druid.util declared as DbType Modifier and Type Field Description static DbTypeJdbcConstants. ALI_ORACLEstatic DbTypeJdbcConstants. ALIYUN_DRDSstatic DbTypeJdbcConstants. CLICKHOUSEstatic DbTypeJdbcConstants. DB2static DbTypeJdbcConstants. DERBYstatic DbTypeJdbcConstants. DMstatic DbTypeJdbcConstants. ENTERPRISEDBstatic DbTypeJdbcConstants. GBASEstatic DbTypeJdbcConstants. GREENPLUMGreenPlumstatic DbTypeJdbcConstants. H2static DbTypeJdbcConstants. HIVEstatic DbTypeJdbcConstants. HSQLstatic DbTypeJdbcConstants. INFORMIXstatic DbTypeJdbcConstants. JTDSstatic DbTypeJdbcConstants. KINGBASEstatic DbTypeJdbcConstants. LEALONEstatic DbTypeJdbcConstants. MYSQLstatic DbTypeJdbcConstants. OCEANBASEstatic DbTypeJdbcConstants. OCEANBASE_ORACLEstatic DbTypeJdbcConstants. ODPS阿里云odpsstatic DbTypeJdbcConstants. ORACLEstatic DbTypeJdbcConstants. OSCARoscarstatic DbTypeJdbcConstants. POLARDBAlibaba Cloud PolarDB-Oracle 1.0static DbTypeJdbcConstants. POLARDB2Alibaba Cloud PolarDB-Oracle 2.0static DbTypeJdbcConstants. POSTGRESQLstatic DbTypeJdbcConstants. SQL_SERVERstatic DbTypeJdbcConstants. SYBASEstatic DbTypeJdbcConstants. TIDBstatic DbTypeJdbcConstants. TYDBstatic DbTypeJdbcConstants. XUGUMethods in com.alibaba.druid.util that return DbType Modifier and Type Method Description static DbTypeJdbcUtils. getDbTypeRaw(String rawUrl, String driverClassName)Methods in com.alibaba.druid.util with parameters of type DbType Modifier and Type Method Description static 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)static List<String>JdbcUtils. showTables(Connection conn, DbType dbType) -
Uses of DbType in com.alibaba.druid.wall
Fields in com.alibaba.druid.wall declared as DbType Modifier and Type Field Description protected DbTypeWallProvider. dbTypeMethods in com.alibaba.druid.wall that return DbType Modifier and Type Method Description DbTypeWallContext. getDbType()DbTypeWallVisitor. getDbType()Methods in com.alibaba.druid.wall with parameters of type DbType Modifier and Type Method Description static WallContextWallContext. create(DbType dbType)static WallContextWallContext. createIfNotExists(DbType dbType)WallProviderWallProviderCreator. createWallConfig(DataSourceProxy dataSource, WallConfig config, DbType dbType)voidWallFilter. setDbType(DbType dbType)Constructors in com.alibaba.druid.wall with parameters of type DbType Constructor Description WallContext(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 DbType Modifier and Type Method Description DbTypeClickhouseWallVisitor. getDbType()DbTypeDB2WallVisitor. getDbType()DbTypeMySqlWallVisitor. getDbType()DbTypeOracleWallVisitor. getDbType()DbTypePGWallVisitor. getDbType()DbTypeSQLiteWallVisitor. getDbType()DbTypeSQLServerWallVisitor. getDbType()Methods in com.alibaba.druid.wall.spi with parameters of type DbType Modifier and Type Method Description static ObjectWallVisitorUtils. eval(WallVisitor wallVisitor, DbType dbType, SQLObject sqlObject, List<Object> parameters)
-