public class OracleSupplementalLogGrp extends OracleSQLObjectImpl implements SQLTableElement
| Constructor and Description |
|---|
OracleSupplementalLogGrp() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addColumn(SQLName column) |
List<SQLName> |
getColumns() |
SQLName |
getGroup() |
boolean |
isAlways() |
void |
setAlways(boolean always) |
void |
setGroup(SQLName group) |
cloneaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic SQLName getGroup()
public void setGroup(SQLName group)
public void addColumn(SQLName column)
public boolean isAlways()
public void setAlways(boolean always)
Copyright © 2013–2017 Alibaba Group. All rights reserved.