public class SQLSequenceExpr extends SQLExprImpl implements SQLReplaceable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLSequenceExpr.Function |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLSequenceExpr() |
SQLSequenceExpr(SQLName sequence,
SQLSequenceExpr.Function function) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLSequenceExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLSequenceExpr.Function |
getFunction() |
SQLName |
getSequence() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setFunction(SQLSequenceExpr.Function function) |
void |
setSequence(SQLName sequence) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLSequenceExpr()
public SQLSequenceExpr(SQLName sequence, SQLSequenceExpr.Function function)
public SQLSequenceExpr clone()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic SQLName getSequence()
public void setSequence(SQLName sequence)
public SQLSequenceExpr.Function getFunction()
public void setFunction(SQLSequenceExpr.Function function)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.