public class SampleClause extends OracleSQLObjectImpl implements SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SampleClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, 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 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic SampleClause clone()
clone 在接口中 SQLObjectclone 在类中 OracleSQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableCopyright © 2013–2023. All rights reserved.