public class CycleClause extends OracleSQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLExpr> |
aliases |
private SQLExpr |
defaultValue |
private SQLExpr |
mark |
private SQLExpr |
value |
attributes, parent| 构造器和说明 |
|---|
CycleClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr mark
private SQLExpr value
private SQLExpr defaultValue
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 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic CycleClause clone()
clone 在接口中 SQLObjectclone 在类中 OracleSQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.