public class SampleClause extends OracleSQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
SampleClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addPercent(SQLExpr x) |
SampleClause |
clone() |
List<SQLExpr> |
getPercent() |
SQLExpr |
getSeedValue() |
boolean |
isBlock() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setBlock(boolean block) |
void |
setSeedValue(SQLExpr seedValue) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic boolean isBlock()
public void setBlock(boolean block)
public void addPercent(SQLExpr x)
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 OracleSQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2021 Alibaba Group. All rights reserved.