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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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 OracleSQLObject
accept0
in class OracleSQLObjectImpl
public CycleClause clone()
clone
in interface SQLObject
clone
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.