|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.persistence.sql.query.expression.Expression
org.castor.cpa.persistence.sql.query.expression.Function
org.castor.cpa.persistence.sql.query.expression.NextVal
public final class NextVal
Class for NEXTVAL sql function.
| Constructor Summary | |
|---|---|
NextVal(String seqName)
Constructor. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors. |
String |
getSeqName()
Method to get seqName currently set. |
String |
toString()
Method constructing query string. |
| Methods inherited from class org.castor.cpa.persistence.sql.query.expression.Expression |
|---|
equal, greaterEqual, greaterThan, isNotNull, isNull, lessEqual, lessThan, notEqual |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NextVal(String seqName)
seqName - Name of the sequence.| Method Detail |
|---|
public String getSeqName()
public void accept(Visitor visitor)
visitor - Visitor to be handled.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||