public class CycleClause extends OracleSQLObjectImpl
| 构造器和说明 |
|---|
CycleClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLExpr> |
getAliases() |
SQLExpr |
getDefaultValue() |
SQLExpr |
getMark() |
SQLExpr |
getValue() |
void |
setDefaultValue(SQLExpr defaultValue) |
void |
setMark(SQLExpr mark) |
void |
setValue(SQLExpr value) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, 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 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.