public class SQLSequenceExpr extends SQLExprImpl
限定符和类型 | 类和说明 |
---|---|
static class |
SQLSequenceExpr.Function |
构造器和说明 |
---|
SQLSequenceExpr() |
SQLSequenceExpr(SQLName sequence,
SQLSequenceExpr.Function function) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object obj) |
SQLSequenceExpr.Function |
getFunction() |
SQLName |
getSequence() |
int |
hashCode() |
void |
setFunction(SQLSequenceExpr.Function function) |
void |
setSequence(SQLName sequence) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLSequenceExpr()
public SQLSequenceExpr(SQLName sequence, SQLSequenceExpr.Function function)
public SQLName getSequence()
public void setSequence(SQLName sequence)
public SQLSequenceExpr.Function getFunction()
public void setFunction(SQLSequenceExpr.Function function)
public int hashCode()
hashCode
在类中 SQLExprImpl
public boolean equals(Object obj)
equals
在类中 SQLExprImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.