Uses of Class
com.alibaba.druid.sql.parser.SQLSelectListCache
-
-
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.athena.parser
Constructors in com.alibaba.druid.sql.dialect.athena.parser with parameters of type SQLSelectListCache Constructor Description AthenaSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.bigquery.parser
Constructors in com.alibaba.druid.sql.dialect.bigquery.parser with parameters of type SQLSelectListCache Constructor Description BigQuerySelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.clickhouse.parser
Constructors in com.alibaba.druid.sql.dialect.clickhouse.parser with parameters of type SQLSelectListCache Constructor Description CKSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.databricks.parser
Constructors in com.alibaba.druid.sql.dialect.databricks.parser with parameters of type SQLSelectListCache Constructor Description DatabricksSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.db2.parser
Constructors in com.alibaba.druid.sql.dialect.db2.parser with parameters of type SQLSelectListCache Constructor Description DB2SelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.doris.parser
Constructors in com.alibaba.druid.sql.dialect.doris.parser with parameters of type SQLSelectListCache Constructor Description DorisSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.h2.parser
Constructors in com.alibaba.druid.sql.dialect.h2.parser with parameters of type SQLSelectListCache Constructor Description H2SelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.hive.parser
Constructors in com.alibaba.druid.sql.dialect.hive.parser with parameters of type SQLSelectListCache Constructor Description HiveSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.hologres.parser
Constructors in com.alibaba.druid.sql.dialect.hologres.parser with parameters of type SQLSelectListCache Constructor Description HologresSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.impala.parser
Constructors in com.alibaba.druid.sql.dialect.impala.parser with parameters of type SQLSelectListCache Constructor Description ImpalaSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.infomix.parser
Constructors in com.alibaba.druid.sql.dialect.infomix.parser with parameters of type SQLSelectListCache Constructor Description InformixSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.mysql.parser
Constructors in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLSelectListCache Constructor Description MySqlSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.odps.parser
Constructors in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLSelectListCache Constructor Description OdpsSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.oracle.parser
Constructors in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLSelectListCache Constructor Description OracleSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.oscar.parser
Constructors in com.alibaba.druid.sql.dialect.oscar.parser with parameters of type SQLSelectListCache Constructor Description OscarSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.postgresql.parser
Constructors in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLSelectListCache Constructor Description PGSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.presto.parser
Constructors in com.alibaba.druid.sql.dialect.presto.parser with parameters of type SQLSelectListCache Constructor Description PrestoSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.redshift.parser
Constructors in com.alibaba.druid.sql.dialect.redshift.parser with parameters of type SQLSelectListCache Constructor Description RedshiftSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.spark.parser
Constructors in com.alibaba.druid.sql.dialect.spark.parser with parameters of type SQLSelectListCache Constructor Description SparkSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.sqlserver.parser
Constructors in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLSelectListCache Constructor Description SQLServerSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.starrocks.parser
Constructors in com.alibaba.druid.sql.dialect.starrocks.parser with parameters of type SQLSelectListCache Constructor Description StarRocksSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.supersql.parser
Constructors in com.alibaba.druid.sql.dialect.supersql.parser with parameters of type SQLSelectListCache Constructor Description SuperSqlSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.synapse.parser
Constructors in com.alibaba.druid.sql.dialect.synapse.parser with parameters of type SQLSelectListCache Constructor Description SynapseSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.dialect.teradata.parser
Constructors in com.alibaba.druid.sql.dialect.teradata.parser with parameters of type SQLSelectListCache Constructor Description TDSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.parser
Fields in com.alibaba.druid.sql.parser declared as SQLSelectListCache Modifier and Type Field Description protected SQLSelectListCacheSQLSelectParser. selectListCacheprotected SQLSelectListCacheSQLStatementParser. selectListCacheMethods in com.alibaba.druid.sql.parser that return SQLSelectListCache Modifier and Type Method Description SQLSelectListCacheSQLStatementParser. getSelectListCache()Methods in com.alibaba.druid.sql.parser with parameters of type SQLSelectListCache Modifier and Type Method Description voidSQLStatementParser. setSelectListCache(SQLSelectListCache selectListCache)Constructors in com.alibaba.druid.sql.parser with parameters of type SQLSelectListCache Constructor Description SQLSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLSelectListCache in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelectListCache Modifier and Type Method Description 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. parameterizeForTDDL(String sql, DbType dbType, SQLSelectListCache selectListCache, List<Object> outParameters, VisitorFeature... visitorFeatures)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)
-