Uses of Class
com.alibaba.druid.sql.dialect.athena.ast.stmt.AthenaCreateTableStatement
Packages that use AthenaCreateTableStatement
Package
Description
-
Uses of AthenaCreateTableStatement in com.alibaba.druid.sql.dialect.athena.parser
Methods in com.alibaba.druid.sql.dialect.athena.parser that return AthenaCreateTableStatementModifier and TypeMethodDescriptionprotected AthenaCreateTableStatementAthenaCreateTableParser.newCreateStatement() -
Uses of AthenaCreateTableStatement in com.alibaba.druid.sql.dialect.athena.visitor
Methods in com.alibaba.druid.sql.dialect.athena.visitor with parameters of type AthenaCreateTableStatementModifier and TypeMethodDescriptiondefault voidAthenaASTVisitor.endVisit(AthenaCreateTableStatement x) protected voidAthenaOutputVisitor.printCreateTable(AthenaCreateTableStatement x, boolean printSelect) default booleanAthenaASTVisitor.visit(AthenaCreateTableStatement x)