Uses of Class
com.alibaba.druid.sql.ast.statement.SQLCreateViewStatement
-
-
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLCreateViewStatement Modifier and Type Method Description SQLCreateViewStatementSQLCreateViewStatement. clone() -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.dialect.bigquery.parser
Methods in com.alibaba.druid.sql.dialect.bigquery.parser with parameters of type SQLCreateViewStatement Modifier and Type Method Description protected voidBigQueryStatementParser. createViewAs(SQLCreateViewStatement createView) -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.dialect.bigquery.visitor
Methods in com.alibaba.druid.sql.dialect.bigquery.visitor with parameters of type SQLCreateViewStatement Modifier and Type Method Description protected voidBigQueryOutputVisitor. printCreateViewAs(SQLCreateViewStatement x) -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.dialect.clickhouse.parser
Methods in com.alibaba.druid.sql.dialect.clickhouse.parser with parameters of type SQLCreateViewStatement Modifier and Type Method Description voidCKStatementParser. parseCreateViewAfterName(SQLCreateViewStatement createView) -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.dialect.mysql.visitor.transform
Methods in com.alibaba.druid.sql.dialect.mysql.visitor.transform with parameters of type SQLCreateViewStatement Modifier and Type Method Description static List<SQLStatement>FromSubqueryResolver. resolve(SQLCreateViewStatement stmt) -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLCreateViewStatement Modifier and Type Method Description SQLCreateViewStatementSQLStatementParser. parseCreateView()Methods in com.alibaba.druid.sql.parser with parameters of type SQLCreateViewStatement Modifier and Type Method Description protected voidSQLStatementParser. createViewAs(SQLCreateViewStatement createView)voidSQLStatementParser. parseCreateViewAfterName(SQLCreateViewStatement createView) -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLCreateViewStatement Modifier and Type Method Description booleanSchemaRepository.DefaultConsoleSchemaVisitor. visit(SQLCreateViewStatement x)booleanSchemaRepository.MySqlConsoleSchemaVisitor. visit(SQLCreateViewStatement x)booleanSchemaRepository.OracleConsoleSchemaVisitor. visit(SQLCreateViewStatement x)booleanSchemaRepository.SqlServerConsoleSchemaVisitor. visit(SQLCreateViewStatement x) -
Uses of SQLCreateViewStatement in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLCreateViewStatement Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLCreateViewStatement x)protected voidSQLASTOutputVisitor. printCreateViewAs(SQLCreateViewStatement x)booleanSchemaStatVisitor. visit(SQLCreateViewStatement x)booleanSQLASTOutputVisitor. visit(SQLCreateViewStatement x)default booleanSQLASTVisitor. visit(SQLCreateViewStatement x)
-