Uses of Class
com.alibaba.druid.sql.ast.statement.SQLSelectStatement
-
-
Uses of SQLSelectStatement in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLSelectStatement Modifier and Type Method Description SQLSelectStatementSQLSelectStatement. clone() -
Uses of SQLSelectStatement in com.alibaba.druid.sql.builder
Methods in com.alibaba.druid.sql.builder that return SQLSelectStatement Modifier and Type Method Description SQLSelectStatementSQLSelectBuilder. getSQLSelectStatement() -
Uses of SQLSelectStatement in com.alibaba.druid.sql.builder.impl
Methods in com.alibaba.druid.sql.builder.impl that return SQLSelectStatement Modifier and Type Method Description SQLSelectStatementSQLSelectBuilderImpl. getSQLSelectStatement()Constructors in com.alibaba.druid.sql.builder.impl with parameters of type SQLSelectStatement Constructor Description SQLSelectBuilderImpl(SQLSelectStatement stmt, DbType dbType) -
Uses of SQLSelectStatement in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLSelectStatement Modifier and Type Method Description booleanMySqlSchemaStatVisitor. visit(SQLSelectStatement x) -
Uses of SQLSelectStatement in com.alibaba.druid.sql.dialect.odps.ast
Methods in com.alibaba.druid.sql.dialect.odps.ast that return SQLSelectStatement Modifier and Type Method Description SQLSelectStatementOdpsQueryAliasStatement. getStatement()Methods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLSelectStatement Modifier and Type Method Description voidOdpsQueryAliasStatement. setStatement(SQLSelectStatement statement)Constructors in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLSelectStatement Constructor Description OdpsQueryAliasStatement(String variant, SQLSelectStatement statement) -
Uses of SQLSelectStatement in com.alibaba.druid.sql.dialect.odps.parser
Methods in com.alibaba.druid.sql.dialect.odps.parser that return SQLSelectStatement Modifier and Type Method Description SQLSelectStatementOdpsStatementParser. parseSelect() -
Uses of SQLSelectStatement in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Subclasses of SQLSelectStatement in com.alibaba.druid.sql.dialect.oscar.ast.stmt Modifier and Type Class Description classOscarSelectStatement -
Uses of SQLSelectStatement in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Subclasses of SQLSelectStatement in com.alibaba.druid.sql.dialect.postgresql.ast.stmt Modifier and Type Class Description classPGSelectStatement -
Uses of SQLSelectStatement in com.alibaba.druid.sql.dialect.presto.ast.stmt
Subclasses of SQLSelectStatement in com.alibaba.druid.sql.dialect.presto.ast.stmt Modifier and Type Class Description classPrestoSelectStatementpresto 的 select语句 -
Uses of SQLSelectStatement in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLSelectStatement Modifier and Type Method Description voidSchemaRepository. resolve(SQLSelectStatement stmt, SchemaResolveVisitor.Option... options)default booleanSchemaResolveVisitor. visit(SQLSelectStatement x) -
Uses of SQLSelectStatement in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLSelectStatement Modifier and Type Method Description voidSchemaStatVisitor. endVisit(SQLSelectStatement x)default voidSQLASTVisitor. endVisit(SQLSelectStatement x)booleanSchemaStatVisitor. visit(SQLSelectStatement x)booleanSQLASTOutputVisitor. visit(SQLSelectStatement stmt)default booleanSQLASTVisitor. visit(SQLSelectStatement x) -
Uses of SQLSelectStatement in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLSelectStatement Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLSelectStatement x) -
Uses of SQLSelectStatement in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall with parameters of type SQLSelectStatement Modifier and Type Method Description default voidWallVisitor. endVisit(SQLSelectStatement x)default booleanWallVisitor. visit(SQLSelectStatement x)
-