public class AntsparkCreateTableStatement extends SQLCreateTableStatement
SQLCreateTableStatement.Type
Constructor and Description |
---|
AntsparkCreateTableStatement() |
Modifier and Type | Method and Description |
---|---|
void |
addSkewedBy(SQLExpr item) |
void |
addSkewedByOn(SQLExpr item) |
SQLExprTableSource |
getDatasource()
Getter method for property datasource.
|
List<SQLAssignItem> |
getMappedBy() |
SQLExpr |
getMetaLifeCycle() |
Map<String,SQLObject> |
getSerdeProperties() |
List<SQLExpr> |
getSkewedBy() |
List<SQLExpr> |
getSkewedByOn() |
void |
setDatasource(SQLExpr datasource) |
void |
setMetaLifeCycle(SQLExpr x) |
addBodyBeforeComment, addClusteredByItem, addColumn, addColumn, addOption, addPartitionColumn, addSortedByItem, addTblProperty, apply, apply, apply, clone, cloneTo, computeName, containsDuplicateColumnNames, containsDuplicateColumnNames, findColumn, findColumn, findForeignKey, findIndex, findPrimaryKey, findUnique, forEachColumn, foreignKeyToAlterTable, getBodyBeforeCommentsDirect, getBuckets, getCatalog, getChildren, getClusteredBy, getClusteringType, getColumn, getColumnComments, getColumnDefinitions, getColumnNames, getComment, getCompress, getEngine, getInherits, getLike, getLocation, getLogging, getName, getOption, getOptionOrTblPropertyValue, getOptionValue, getPartitionColumns, getPartitioning, getPrimaryKeyNames, getRowFormat, getSchema, getSelect, getShards, getSortedBy, getStoredAs, getTableElementList, getTableName, getTableOptions, getTableSource, getTablespace, getTblProperties, getTblProperty, getTblPropertyValue, getType, hasBodyBeforeComment, hashForeignKey, isDimension, isExternal, isIfNotExists, isIgnore, isMUL, isOnCommitPreserveRows, isOnlyPrimaryKey, isPrimaryColumn, isPrimaryColumn, isReferenced, isReferenced, isReplace, isUNI, renameColumn, setBuckets, setClusteringType, setComment, setCompress, setDimension, setEngine, setExternal, setIfNotExiists, setIgnore, setInherits, setLike, setLike, setLocation, setLogging, setName, setName, setOnCommitPreserveRows, setPartitioning, setReplace, setRowFormat, setSchema, setSelect, setShards, setStoredAs, setTableName, setTableSource, setTablespace, setType, simplify, sort, toString
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public List<SQLAssignItem> getMappedBy()
public void addSkewedBy(SQLExpr item)
public void addSkewedByOn(SQLExpr item)
public SQLExpr getMetaLifeCycle()
public void setMetaLifeCycle(SQLExpr x)
public void setDatasource(SQLExpr datasource)
public SQLExprTableSource getDatasource()
Copyright © 2013–2021 Alibaba Group. All rights reserved.