public class CycleClause extends OracleSQLObjectImpl
| Constructor and Description |
|---|
CycleClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
CycleClause |
clone() |
List<SQLExpr> |
getAliases() |
SQLExpr |
getDefaultValue() |
SQLExpr |
getMark() |
SQLExpr |
getValue() |
void |
setDefaultValue(SQLExpr defaultValue) |
void |
setMark(SQLExpr mark) |
void |
setValue(SQLExpr value) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getMark()
public void setMark(SQLExpr mark)
public SQLExpr getValue()
public void setValue(SQLExpr value)
public SQLExpr getDefaultValue()
public void setDefaultValue(SQLExpr defaultValue)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic CycleClause clone()
clone in interface SQLObjectclone in class OracleSQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.