public class SQLSequenceExpr extends SQLExprImpl
Modifier and Type | Class and Description |
---|---|
static class |
SQLSequenceExpr.Function |
Constructor and Description |
---|
SQLSequenceExpr() |
SQLSequenceExpr(SQLName sequence,
SQLSequenceExpr.Function function) |
Modifier and Type | Method and Description |
---|---|
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) |
computeDataType
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 SQLSequenceExpr clone()
public SQLName getSequence()
public void setSequence(SQLName sequence)
public SQLSequenceExpr.Function getFunction()
public void setFunction(SQLSequenceExpr.Function function)
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.