枚举的使用
com.alibaba.druid.DbType
使用DbType的程序包
程序包
说明
-
com.alibaba.druid中DbType的使用
返回DbType的com.alibaba.druid中的方法修饰符和类型方法说明static DbTypestatic DbType返回带有指定名称的该类型的枚举常量。static DbType[]DbType.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。参数类型为DbType的com.alibaba.druid中的方法 -
com.alibaba.druid.filter.stat中DbType的使用
参数类型为DbType的com.alibaba.druid.filter.stat中的方法 -
com.alibaba.druid.pool中DbType的使用
参数类型为DbType的com.alibaba.druid.pool中的方法 -
com.alibaba.druid.pool.vendor中DbType的使用
参数类型为DbType的com.alibaba.druid.pool.vendor中的构造器 -
com.alibaba.druid.sql中DbType的使用
参数类型为DbType的com.alibaba.druid.sql中的方法修饰符和类型方法说明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) Builds a SQL expression to convert a column's value to a date format based on the provided pattern and database type.static Object[]SQLUtils.clearLimit(String query, DbType dbType) Clears the LIMIT clause from the provided SQL query and returns the modified query and the extracted LIMIT information.static Stringstatic 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) 已过时。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 intRetrieves the limit value from the provided SQL query string based on the specified database type.static 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 StringSorts the SQL statements in the provided SQL query string based on the specified database type.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) -
com.alibaba.druid.sql.ast中DbType的使用
声明为DbType的com.alibaba.druid.sql.ast中的字段修饰符和类型方法说明SQLArrayDataType.getDbType()SQLDataType.getDbType()SQLDataTypeImpl.getDbType()SQLDbTypedObject.getDbType()SQLMapDataType.getDbType()SQLRowDataType.getDbType()SQLStatement.getDbType()SQLStatementImpl.getDbType()SQLStructDataType.getDbType()SQLTableDataType.getDbType()参数类型为DbType的com.alibaba.druid.sql.ast中的方法修饰符和类型方法说明voidvoidvoidvoidvoidvoidvoidvoid参数类型为DbType的com.alibaba.druid.sql.ast中的构造器限定符构造器说明SQLArrayDataType(SQLDataType componentType, DbType dbType) SQLMapDataType(SQLDataType keyType, SQLDataType valueType, DbType dbType) SQLRowDataType(DbType dbType) SQLStatementImpl(DbType dbType) SQLStructDataType(DbType dbType) SQLTableDataType(DbType dbType) -
com.alibaba.druid.sql.ast.expr中DbType的使用
参数类型为DbType的com.alibaba.druid.sql.ast.expr中的方法修饰符和类型方法说明static SQLDataTypeSQLExprUtils.createDataTypeFromJdbc(DbType dbType, int jdbType, Integer precision, Integer scale) static booleanstatic booleanstatic booleanstatic Stringvoid参数类型为DbType的com.alibaba.druid.sql.ast.expr中的构造器限定符构造器说明SQLBinaryOpExpr(DbType dbType) SQLBinaryOpExpr(SQLExpr left, SQLBinaryOperator operator, SQLExpr right, DbType dbType) SQLBinaryOpExprGroup(SQLBinaryOperator operator, DbType dbType) -
com.alibaba.druid.sql.ast.statement中DbType的使用
修饰符和类型字段说明protected DbTypeSQLColumnDefinition.dbTypeprotected DbTypeSQLConstraintImpl.dbTypeprotected DbTypeSQLSelectQueryBlock.dbType修饰符和类型方法说明SQLColumnDefinition.getDbType()SQLConstraintImpl.getDbType()SQLInsertStatement.getDbType()SQLSelect.getDbType()SQLSelectQueryBlock.getDbType()SQLUnionQuery.getDbType()修饰符和类型方法说明voidvoidvoidvoidvoid参数类型为DbType的com.alibaba.druid.sql.ast.statement中的构造器限定符构造器说明SQLAlterDatabaseStatement(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) -
com.alibaba.druid.sql.builder中DbType的使用
参数类型为DbType的com.alibaba.druid.sql.builder中的方法修饰符和类型方法说明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) 参数类型为DbType的com.alibaba.druid.sql.builder中的构造器 -
com.alibaba.druid.sql.builder.impl中DbType的使用
参数类型为DbType的com.alibaba.druid.sql.builder.impl中的方法参数类型为DbType的com.alibaba.druid.sql.builder.impl中的构造器限定符构造器说明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) -
com.alibaba.druid.sql.dialect.ads.visitor中DbType的使用
-
com.alibaba.druid.sql.dialect.antspark.visitor中DbType的使用
-
com.alibaba.druid.sql.dialect.blink.vsitor中DbType的使用
-
com.alibaba.druid.sql.dialect.clickhouse.ast中DbType的使用
-
com.alibaba.druid.sql.dialect.clickhouse.visitor中DbType的使用
-
com.alibaba.druid.sql.dialect.h2.visitor中DbType的使用
-
com.alibaba.druid.sql.dialect.hive.stmt中DbType的使用
-
com.alibaba.druid.sql.dialect.hive.visitor中DbType的使用
限定符构造器说明HiveOutputVisitor(StringBuilder appender, DbType dbType) HiveSchemaStatVisitor(DbType dbType) -
com.alibaba.druid.sql.dialect.mysql.ast.statement中DbType的使用
-
com.alibaba.druid.sql.dialect.mysql.visitor中DbType的使用
-
com.alibaba.druid.sql.dialect.postgresql.ast.stmt中DbType的使用
限定符构造器说明PGAlterDatabaseStatement(DbType dbType) PGAnalyzeStatement(DbType dbType) PGShowStatement(DbType dbType) PGVacuumStatement(DbType dbType) -
com.alibaba.druid.sql.dialect.postgresql.visitor中DbType的使用
-
com.alibaba.druid.sql.dialect.presto.ast.stmt中DbType的使用
-
com.alibaba.druid.sql.dialect.starrocks.ast.statement中DbType的使用
-
com.alibaba.druid.sql.dialect.starrocks.parser中DbType的使用
限定符构造器说明StarRocksExprParser(Lexer lexer, DbType dbType) StarRocksExprParser(String sql, DbType dbType, SQLParserFeature... features) -
com.alibaba.druid.sql.dialect.starrocks.visitor中DbType的使用
-
com.alibaba.druid.sql.parser中DbType的使用
参数类型为DbType的com.alibaba.druid.sql.parser中的方法修饰符和类型方法说明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 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) 参数类型为DbType的com.alibaba.druid.sql.parser中的构造器限定符构造器说明Lexer(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) -
com.alibaba.druid.sql.repository中DbType的使用
修饰符和类型字段说明protected DbTypeSchemaRepository.dbTypeprotected DbTypeSchemaRepository.schemaDbType参数类型为DbType的com.alibaba.druid.sql.repository中的方法参数类型为DbType的com.alibaba.druid.sql.repository中的构造器 -
com.alibaba.druid.sql.semantic中DbType的使用
参数类型为DbType的com.alibaba.druid.sql.semantic中的方法 -
com.alibaba.druid.sql.transform中DbType的使用
修饰符和类型字段说明protected DbTypeSQLTranformImpl.sourceDbTypeprotected DbTypeSQLTranformImpl.targetDbType修饰符和类型方法说明SQLTranform.getSourceDbType()SQLTranformImpl.getSourceDbType()SQLTranform.getTargetDbType()SQLTranformImpl.getTargetDbType()参数类型为DbType的com.alibaba.druid.sql.transform中的方法参数类型为DbType的com.alibaba.druid.sql.transform中的构造器 -
com.alibaba.druid.sql.visitor中DbType的使用
修饰符和类型字段说明protected DbTypeSchemaStatVisitor.dbTypeprotected DbTypeSQLASTOutputVisitor.dbTypeprotected DbTypeSQLASTParameterizedVisitor.dbTypeprotected DbTypeSQLASTVisitorAdapter.dbType修饰符和类型方法说明ParameterizedVisitor.getDbType()SchemaStatVisitor.getDbType()SQLASTOutputVisitor.getDbType()SQLASTParameterizedVisitor.getDbType()参数类型为DbType的com.alibaba.druid.sql.visitor中的方法修饰符和类型方法说明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 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 String参数类型为DbType的com.alibaba.druid.sql.visitor中的构造器限定符构造器说明SchemaStatVisitor(DbType dbType) SchemaStatVisitor(DbType dbType, List<Object> parameters) SQLASTOutputVisitor(StringBuilder appender, DbType dbType) SQLASTParameterizedVisitor(DbType dbType) SQLASTParameterizedVisitor(DbType dbType, List<Object> parameters) SQLSubQueryGroupVisitor(DbType dbType) -
com.alibaba.druid.stat中DbType的使用
参数类型为DbType的com.alibaba.druid.stat中的构造器 -
com.alibaba.druid.util中DbType的使用
声明为DbType的com.alibaba.druid.util中的字段修饰符和类型字段说明static 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.VERTICAverticastatic final DbTypeJdbcConstants.XUGU返回DbType的com.alibaba.druid.util中的方法参数类型为DbType的com.alibaba.druid.util中的方法修饰符和类型方法说明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) JdbcUtils.showTables(Connection conn, DbType dbType) -
com.alibaba.druid.wall中DbType的使用
声明为DbType的com.alibaba.druid.wall中的字段返回DbType的com.alibaba.druid.wall中的方法参数类型为DbType的com.alibaba.druid.wall中的方法修饰符和类型方法说明static WallContextstatic WallContextWallContext.createIfNotExists(DbType dbType) WallProviderCreator.createWallConfig(DataSourceProxy dataSource, WallConfig config, DbType dbType) void参数类型为DbType的com.alibaba.druid.wall中的构造器 -
com.alibaba.druid.wall.spi中DbType的使用
修饰符和类型方法说明ClickhouseWallVisitor.getDbType()DB2WallVisitor.getDbType()MySqlWallVisitor.getDbType()OracleWallVisitor.getDbType()PGWallVisitor.getDbType()SQLiteWallVisitor.getDbType()SQLServerWallVisitor.getDbType()参数类型为DbType的com.alibaba.druid.wall.spi中的方法