public class SQLSequenceExpr extends SQLExprImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLSequenceExpr.Function |
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLSequenceExpr.Function |
function |
private SQLName |
sequence |
attributes, parent| 构造器和说明 |
|---|
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() |
void |
setFunction(SQLSequenceExpr.Function function) |
void |
setSequence(SQLName sequence) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName sequence
private SQLSequenceExpr.Function function
public SQLSequenceExpr()
public SQLSequenceExpr(SQLName sequence, SQLSequenceExpr.Function function)
public SQLSequenceExpr clone()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic 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–2019 Alibaba Group. All rights reserved.