Uses of Class
com.alibaba.druid.sql.dialect.bigquery.ast.BigQueryCreateTableStatement
-
Packages that use BigQueryCreateTableStatement Package Description com.alibaba.druid.sql.dialect.bigquery.ast com.alibaba.druid.sql.dialect.bigquery.visitor -
-
Uses of BigQueryCreateTableStatement in com.alibaba.druid.sql.dialect.bigquery.ast
Methods in com.alibaba.druid.sql.dialect.bigquery.ast that return BigQueryCreateTableStatement Modifier and Type Method Description BigQueryCreateTableStatementBigQueryCreateTableStatement. clone()Methods in com.alibaba.druid.sql.dialect.bigquery.ast with parameters of type BigQueryCreateTableStatement Modifier and Type Method Description protected voidBigQueryCreateTableStatement. cloneTo(BigQueryCreateTableStatement x) -
Uses of BigQueryCreateTableStatement in com.alibaba.druid.sql.dialect.bigquery.visitor
Methods in com.alibaba.druid.sql.dialect.bigquery.visitor with parameters of type BigQueryCreateTableStatement Modifier and Type Method Description default voidBigQueryVisitor. endVisit(BigQueryCreateTableStatement x)default booleanBigQueryVisitor. visit(BigQueryCreateTableStatement x)
-