public class SampleClause extends OracleSQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
block |
private List<SQLExpr> |
percent |
private SQLExpr |
seedValue |
attributes, parent| 构造器和说明 |
|---|
SampleClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SampleClause |
clone() |
List<SQLExpr> |
getPercent() |
SQLExpr |
getSeedValue() |
boolean |
isBlock() |
void |
setBlock(boolean block) |
void |
setPercent(List<SQLExpr> percent) |
void |
setSeedValue(SQLExpr seedValue) |
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 boolean block
private SQLExpr seedValue
public boolean isBlock()
public void setBlock(boolean block)
public SQLExpr getSeedValue()
public void setSeedValue(SQLExpr seedValue)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SampleClause clone()
clone 在接口中 SQLObjectclone 在类中 OracleSQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.