public class SQLAlterTableAddPartition extends SQLObjectImpl implements SQLAlterTableItem
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterTableAddPartition() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addPartition(SQLObject x) |
SQLExpr |
getLocation() |
SQLExpr |
getPartitionCount() |
List<SQLObject> |
getPartitions() |
boolean |
isIfNotExists() |
void |
setIfNotExists(boolean ifNotExists) |
void |
setLocation(SQLExpr x) |
void |
setPartitionCount(SQLExpr x) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void addPartition(SQLObject x)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLExpr getPartitionCount()
public void setPartitionCount(SQLExpr x)
public SQLExpr getLocation()
public void setLocation(SQLExpr x)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.