Uses of Class
com.alibaba.druid.sql.dialect.synapse.ast.stmt.SynapseCreateTableStatement
Packages that use SynapseCreateTableStatement
Package
Description
-
Uses of SynapseCreateTableStatement in com.alibaba.druid.sql.dialect.synapse.parser
Methods in com.alibaba.druid.sql.dialect.synapse.parser that return SynapseCreateTableStatementModifier and TypeMethodDescriptionprotected SynapseCreateTableStatementSynapseCreateTableParser.newCreateStatement() -
Uses of SynapseCreateTableStatement in com.alibaba.druid.sql.dialect.synapse.visitor
Methods in com.alibaba.druid.sql.dialect.synapse.visitor with parameters of type SynapseCreateTableStatementModifier and TypeMethodDescriptiondefault voidSynapseASTVisitor.endVisit(SynapseCreateTableStatement x) default booleanSynapseASTVisitor.visit(SynapseCreateTableStatement x) booleanSynapseOutputVisitor.visit(SynapseCreateTableStatement x)