public class SQLCreateTableGroupStatement extends SQLStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
SQLCreateTableGroupStatement() |
SQLCreateTableGroupStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
getChildren() |
SQLName |
getName() |
SQLExpr |
getPartitionNum() |
String |
getSchemaName() |
String |
getTableGroupName() |
boolean |
isIfNotExists() |
void |
setIfNotExists(boolean ifNotExists) |
void |
setName(SQLName name) |
void |
setPartitionNum(SQLExpr x) |
void |
setSchemaName(String name) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLCreateTableGroupStatement()
public SQLCreateTableGroupStatement(DbType dbType)
public String getSchemaName()
public void setSchemaName(String name)
public String getTableGroupName()
public SQLExpr getPartitionNum()
public void setPartitionNum(SQLExpr x)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic SQLName getName()
public void setName(SQLName name)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
Copyright © 2013–2022 Alibaba Group. All rights reserved.