public class SampleClause extends OracleSQLObjectImpl
| Constructor and Description |
|---|
SampleClause() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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 boolean isBlock()
public void setBlock(boolean block)
public SQLExpr getSeedValue()
public void setSeedValue(SQLExpr seedValue)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic SampleClause clone()
clone in interface SQLObjectclone in class OracleSQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.