类的使用
com.alibaba.druid.sql.parser.SQLExprParser
使用SQLExprParser的程序包
程序包
说明
-
com.alibaba.druid.sql.dialect.ads.parser中SQLExprParser的使用
限定符构造器说明AdsCreateTableParser(SQLExprParser exprParser) AdsSelectParser(SQLExprParser exprParser) AdsSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.antspark.parser中SQLExprParser的使用
-
com.alibaba.druid.sql.dialect.blink.parser中SQLExprParser的使用
-
com.alibaba.druid.sql.dialect.clickhouse.parser中SQLExprParser的使用
限定符构造器说明ClickhouseCreateTableParser(SQLExprParser exprParser) ClickhouseSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.db2.parser中SQLExprParser的使用
限定符构造器说明DB2CreateTableParser(SQLExprParser exprParser) DB2SelectParser(SQLExprParser exprParser) DB2SelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.h2.parser中SQLExprParser的使用
限定符构造器说明H2SelectParser(SQLExprParser exprParser) H2SelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.hive.parser中SQLExprParser的使用
限定符构造器说明HiveCreateTableParser(SQLExprParser exprParser) HiveSelectParser(SQLExprParser exprParser) HiveSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.mysql.parser中SQLExprParser的使用
限定符构造器说明MySqlCreateTableParser(SQLExprParser exprParser) MySqlSelectIntoParser(SQLExprParser exprParser) MySqlSelectParser(SQLExprParser exprParser) MySqlSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.odps.parser中SQLExprParser的使用
限定符构造器说明OdpsCreateTableParser(SQLExprParser exprParser) OdpsSelectParser(SQLExprParser exprParser) OdpsSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) OdpsStatementParser(SQLExprParser exprParser) -
com.alibaba.druid.sql.dialect.oracle.parser中SQLExprParser的使用
限定符构造器说明OracleSelectParser(SQLExprParser exprParser) OracleSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.oscar.parser中SQLExprParser的使用
限定符构造器说明OscarCreateTableParser(SQLExprParser exprParser) OscarSelectParser(SQLExprParser exprParser) OscarSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.phoenix.parser中SQLExprParser的使用
-
com.alibaba.druid.sql.dialect.postgresql.parser中SQLExprParser的使用
限定符构造器说明PGCreateTableParser(SQLExprParser exprParser) PGSelectParser(SQLExprParser exprParser) PGSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.presto.parser中SQLExprParser的使用
限定符构造器说明PrestoCreateTableParser(SQLExprParser exprParser) PrestoSelectParser(SQLExprParser exprParser) PrestoSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.sqlserver.parser中SQLExprParser的使用
限定符构造器说明SQLServerSelectParser(SQLExprParser exprParser) SQLServerSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
com.alibaba.druid.sql.dialect.starrocks.parser中SQLExprParser的使用
-
com.alibaba.druid.sql.parser中SQLExprParser的使用
修饰符和类型字段说明protected SQLExprParserSQLSelectParser.exprParserprotected SQLExprParserSQLStatementParser.exprParser修饰符和类型方法说明static SQLExprParserSQLParserUtils.createExprParser(String sql, DbType dbType, SQLParserFeature... features) SQLStatementParser.getExprParser()参数类型为SQLExprParser的com.alibaba.druid.sql.parser中的构造器限定符构造器说明SQLCreateTableParser(SQLExprParser exprParser) SQLDDLParser(SQLExprParser exprParser) SQLSelectParser(SQLExprParser exprParser) SQLSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) SQLStatementParser(SQLExprParser exprParser)