Uses of Class
com.alibaba.druid.sql.dialect.hive.stmt.HiveCreateTableStatement
-
-
Uses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.hive.parser
Methods in com.alibaba.druid.sql.dialect.hive.parser that return HiveCreateTableStatement Modifier and Type Method Description protected HiveCreateTableStatementHiveCreateTableParser. newCreateStatement()Methods in com.alibaba.druid.sql.dialect.hive.parser with parameters of type HiveCreateTableStatement Modifier and Type Method Description protected voidHiveCreateTableParser. parseCreateTableWithSerderPropertie(HiveCreateTableStatement stmt)protected voidHiveCreateTableParser. parseLike(HiveCreateTableStatement stmt)protected voidHiveCreateTableParser. parseRowFormat(HiveCreateTableStatement stmt)protected voidHiveCreateTableParser. parseSortedBy(HiveCreateTableStatement stmt) -
Uses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.hive.stmt
Methods in com.alibaba.druid.sql.dialect.hive.stmt that return HiveCreateTableStatement Modifier and Type Method Description HiveCreateTableStatementHiveCreateTableStatement. clone()Methods in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type HiveCreateTableStatement Modifier and Type Method Description voidHiveCreateTableStatement. cloneTo(HiveCreateTableStatement x) -
Uses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.hive.visitor
Methods in com.alibaba.druid.sql.dialect.hive.visitor with parameters of type HiveCreateTableStatement Modifier and Type Method Description default voidHiveASTVisitor. endVisit(HiveCreateTableStatement x)protected voidHiveOutputVisitor. printSkewedBy(HiveCreateTableStatement x)protected voidHiveOutputVisitor. printUsing(HiveCreateTableStatement x)default booleanHiveASTVisitor. visit(HiveCreateTableStatement x)booleanHiveOutputVisitor. visit(HiveCreateTableStatement x) -
Uses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.impala.stmt
Subclasses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.impala.stmt Modifier and Type Class Description classImpalaCreateTableStatement -
Uses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.odps.ast
Subclasses of HiveCreateTableStatement in com.alibaba.druid.sql.dialect.odps.ast Modifier and Type Class Description classOdpsCreateTableStatement
-