Uses of Class
com.alibaba.druid.sql.parser.SQLExprParser
-
-
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.athena.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.athena.parser Modifier and Type Class Description classAthenaExprParserMethods in com.alibaba.druid.sql.dialect.athena.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserAthenaSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.athena.parser with parameters of type SQLExprParser Constructor Description AthenaCreateTableParser(SQLExprParser exprParser)AthenaSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.bigquery.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.bigquery.parser Modifier and Type Class Description classBigQueryExprParserMethods in com.alibaba.druid.sql.dialect.bigquery.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserBigQuerySelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.bigquery.parser with parameters of type SQLExprParser Constructor Description BigQueryCreateTableParser(SQLExprParser exprParser)BigQuerySelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.blink.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.blink.parser Modifier and Type Class Description classBlinkExprParserConstructors in com.alibaba.druid.sql.dialect.blink.parser with parameters of type SQLExprParser Constructor Description BlinkCreateTableParser(SQLExprParser exprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.clickhouse.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.clickhouse.parser Modifier and Type Class Description classCKExprParserConstructors in com.alibaba.druid.sql.dialect.clickhouse.parser with parameters of type SQLExprParser Constructor Description CKCreateTableParser(SQLExprParser exprParser)CKSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.databricks.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.databricks.parser Modifier and Type Class Description classDatabricksExprParserMethods in com.alibaba.druid.sql.dialect.databricks.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserDatabricksSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.databricks.parser with parameters of type SQLExprParser Constructor Description DatabricksCreateTableParser(SQLExprParser exprParser)DatabricksSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.db2.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.db2.parser Modifier and Type Class Description classDB2ExprParserMethods in com.alibaba.druid.sql.dialect.db2.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserDB2SelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.db2.parser with parameters of type SQLExprParser Constructor Description DB2CreateTableParser(SQLExprParser exprParser)DB2SelectParser(SQLExprParser exprParser)DB2SelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.doris.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.doris.parser Modifier and Type Class Description classDorisExprParserConstructors in com.alibaba.druid.sql.dialect.doris.parser with parameters of type SQLExprParser Constructor Description DorisCreateTableParser(SQLExprParser exprParser)DorisSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)DorisStatementParser(SQLExprParser parser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.gaussdb.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.gaussdb.parser Modifier and Type Class Description classGaussDbExprParserConstructors in com.alibaba.druid.sql.dialect.gaussdb.parser with parameters of type SQLExprParser Constructor Description GaussDbCreateTableParser(SQLExprParser exprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.h2.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.h2.parser Modifier and Type Class Description classH2ExprParserMethods in com.alibaba.druid.sql.dialect.h2.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserH2SelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.h2.parser with parameters of type SQLExprParser Constructor Description H2SelectParser(SQLExprParser exprParser)H2SelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.hive.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.hive.parser Modifier and Type Class Description classHiveExprParserMethods in com.alibaba.druid.sql.dialect.hive.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserHiveSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.hive.parser with parameters of type SQLExprParser Constructor Description HiveCreateTableParser(SQLExprParser exprParser)HiveSelectParser(SQLExprParser exprParser)HiveSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)HiveStatementParser(SQLExprParser exprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.hologres.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.hologres.parser Modifier and Type Class Description classHologresExprParserConstructors in com.alibaba.druid.sql.dialect.hologres.parser with parameters of type SQLExprParser Constructor Description HologresCreateTableParser(SQLExprParser exprParser)HologresSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.impala.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.impala.parser Modifier and Type Class Description classImpalaExprParserMethods in com.alibaba.druid.sql.dialect.impala.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserImpalaSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.impala.parser with parameters of type SQLExprParser Constructor Description ImpalaCreateTableParser(SQLExprParser exprParser)ImpalaSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.infomix.parser
Constructors in com.alibaba.druid.sql.dialect.infomix.parser with parameters of type SQLExprParser Constructor Description InformixSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.mysql.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.mysql.parser Modifier and Type Class Description classMySqlExprParserConstructors in com.alibaba.druid.sql.dialect.mysql.parser with parameters of type SQLExprParser Constructor Description MySqlCreateTableParser(SQLExprParser exprParser)MySqlSelectIntoParser(SQLExprParser exprParser)MySqlSelectParser(SQLExprParser exprParser)MySqlSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.odps.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.odps.parser Modifier and Type Class Description classOdpsExprParserConstructors in com.alibaba.druid.sql.dialect.odps.parser with parameters of type SQLExprParser Constructor Description OdpsCreateTableParser(SQLExprParser exprParser)OdpsSelectParser(SQLExprParser exprParser)OdpsSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)OdpsStatementParser(SQLExprParser exprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.oracle.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.oracle.parser Modifier and Type Class Description classOracleExprParserConstructors in com.alibaba.druid.sql.dialect.oracle.parser with parameters of type SQLExprParser Constructor Description OracleSelectParser(SQLExprParser exprParser)OracleSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.oscar.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.oscar.parser Modifier and Type Class Description classOscarExprParserConstructors in com.alibaba.druid.sql.dialect.oscar.parser with parameters of type SQLExprParser Constructor Description OscarCreateTableParser(SQLExprParser exprParser)OscarSelectParser(SQLExprParser exprParser)OscarSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.phoenix.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.phoenix.parser Modifier and Type Class Description classPhoenixExprParserCreated by wenshao on 16/9/13. -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.postgresql.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.postgresql.parser Modifier and Type Class Description classPGExprParserMethods in com.alibaba.druid.sql.dialect.postgresql.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserPGSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.postgresql.parser with parameters of type SQLExprParser Constructor Description PGCreateTableParser(SQLExprParser exprParser)PGSelectParser(SQLExprParser exprParser)PGSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.presto.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.presto.parser Modifier and Type Class Description classPrestoExprParserCreated by wenshao on 16/9/13.Methods in com.alibaba.druid.sql.dialect.presto.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserPrestoSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.presto.parser with parameters of type SQLExprParser Constructor Description PrestoCreateTableParser(SQLExprParser exprParser)PrestoSelectParser(SQLExprParser exprParser)PrestoSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)PrestoStatementParser(SQLExprParser exprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.redshift.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.redshift.parser Modifier and Type Class Description classRedshiftExprParserConstructors in com.alibaba.druid.sql.dialect.redshift.parser with parameters of type SQLExprParser Constructor Description RedshiftCreateTableParser(SQLExprParser exprParser)RedshiftSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.snowflake
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.snowflake Modifier and Type Class Description classSnowflakeExprParser -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.spark.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.spark.parser Modifier and Type Class Description classSparkExprParserConstructors in com.alibaba.druid.sql.dialect.spark.parser with parameters of type SQLExprParser Constructor Description SparkCreateTableParser(SQLExprParser exprParser)SparkSelectParser(SQLExprParser exprParser)SparkSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)SparkStatementParser(SQLExprParser sqlExprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.sqlserver.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.sqlserver.parser Modifier and Type Class Description classSQLServerExprParserConstructors in com.alibaba.druid.sql.dialect.sqlserver.parser with parameters of type SQLExprParser Constructor Description SQLServerSelectParser(SQLExprParser exprParser)SQLServerSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.starrocks.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.starrocks.parser Modifier and Type Class Description classStarRocksExprParserConstructors in com.alibaba.druid.sql.dialect.starrocks.parser with parameters of type SQLExprParser Constructor Description StarRocksCreateTableParser(SQLExprParser exprParser)StarRocksSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)StarRocksStatementParser(SQLExprParser exprParser) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.supersql.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.supersql.parser Modifier and Type Class Description classSuperSqlExprParserMethods in com.alibaba.druid.sql.dialect.supersql.parser that return SQLExprParser Modifier and Type Method Description protected SQLExprParserSuperSqlSelectParser. createExprParser()Constructors in com.alibaba.druid.sql.dialect.supersql.parser with parameters of type SQLExprParser Constructor Description SuperSqlCreateTableParser(SQLExprParser exprParser)SuperSqlSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.synapse.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.synapse.parser Modifier and Type Class Description classSynapseExprParserConstructors in com.alibaba.druid.sql.dialect.synapse.parser with parameters of type SQLExprParser Constructor Description SynapseCreateTableParser(SQLExprParser exprParser)SynapseSelectParser(SQLExprParser exprParser)SynapseSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.dialect.teradata.parser
Subclasses of SQLExprParser in com.alibaba.druid.sql.dialect.teradata.parser Modifier and Type Class Description classTDExprParserConstructors in com.alibaba.druid.sql.dialect.teradata.parser with parameters of type SQLExprParser Constructor Description TDCreateTableParser(SQLExprParser exprParser)CREATE [ SET | MULTISET ] [ GLOBAL TEMPORARY | VOLATILE ] TABLE table_specification [ , table_option [,...] ] Not supportedTDSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache) -
Uses of SQLExprParser in com.alibaba.druid.sql.parser
Fields in com.alibaba.druid.sql.parser declared as SQLExprParser Modifier and Type Field Description protected SQLExprParserSQLSelectParser. exprParserprotected SQLExprParserSQLStatementParser. exprParserMethods in com.alibaba.druid.sql.parser that return SQLExprParser Modifier and Type Method Description static SQLExprParserSQLParserUtils. createExprParser(String sql, DbType dbType, SQLParserFeature... features)SQLExprParserSQLStatementParser. getExprParser()Methods in com.alibaba.druid.sql.parser with parameters of type SQLExprParser Modifier and Type Method Description SQLSelectParserSQLStatementParser. createSQLSelectParser(SQLExprParser exprParser)Constructors in com.alibaba.druid.sql.parser with parameters of type SQLExprParser Constructor Description SQLCreateTableParser(SQLExprParser exprParser)SQLDDLParser(SQLExprParser exprParser)SQLSelectParser(SQLExprParser exprParser)SQLSelectParser(SQLExprParser exprParser, SQLSelectListCache selectListCache)SQLStatementParser(SQLExprParser exprParser)
-