Uses of Class
com.alibaba.druid.sql.dialect.impala.stmt.ImpalaCreateTableStatement
Packages that use ImpalaCreateTableStatement
Package
Description
-
Uses of ImpalaCreateTableStatement in com.alibaba.druid.sql.dialect.impala.parser
Methods in com.alibaba.druid.sql.dialect.impala.parser that return ImpalaCreateTableStatementModifier and TypeMethodDescriptionprotected ImpalaCreateTableStatementImpalaCreateTableParser.newCreateStatement() -
Uses of ImpalaCreateTableStatement in com.alibaba.druid.sql.dialect.impala.visitor
Methods in com.alibaba.druid.sql.dialect.impala.visitor with parameters of type ImpalaCreateTableStatementModifier and TypeMethodDescriptiondefault voidImpalaASTVisitor.endVisit(ImpalaCreateTableStatement x) default booleanImpalaASTVisitor.visit(ImpalaCreateTableStatement x) booleanImpalaOutputVisitor.visit(ImpalaCreateTableStatement x)