Uses of Class
com.alibaba.druid.sql.dialect.presto.ast.stmt.PrestoCreateTableStatement
Packages that use PrestoCreateTableStatement
Package
Description
-
Uses of PrestoCreateTableStatement in com.alibaba.druid.sql.dialect.presto.ast.stmt
Methods in com.alibaba.druid.sql.dialect.presto.ast.stmt that return PrestoCreateTableStatementMethods in com.alibaba.druid.sql.dialect.presto.ast.stmt with parameters of type PrestoCreateTableStatementModifier and TypeMethodDescriptionvoidPrestoCreateTableStatement.cloneTo(PrestoCreateTableStatement x) -
Uses of PrestoCreateTableStatement in com.alibaba.druid.sql.dialect.presto.parser
Methods in com.alibaba.druid.sql.dialect.presto.parser that return PrestoCreateTableStatementModifier and TypeMethodDescriptionprotected PrestoCreateTableStatementPrestoCreateTableParser.newCreateStatement() -
Uses of PrestoCreateTableStatement in com.alibaba.druid.sql.dialect.presto.visitor
Methods in com.alibaba.druid.sql.dialect.presto.visitor with parameters of type PrestoCreateTableStatementModifier and TypeMethodDescriptiondefault voidPrestoVisitor.endVisit(PrestoCreateTableStatement x) default booleanPrestoVisitor.visit(PrestoCreateTableStatement x)