public class SampleClause extends OracleSQLObjectImpl
Constructor and Description |
---|
SampleClause() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
List<SQLExpr> |
getPercent() |
SQLExpr |
getSeedValue() |
boolean |
isBlock() |
void |
setBlock(boolean block) |
void |
setPercent(List<SQLExpr> percent) |
void |
setSeedValue(SQLExpr seedValue) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
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 boolean isBlock()
public void setBlock(boolean block)
public SQLExpr getSeedValue()
public void setSeedValue(SQLExpr seedValue)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.