public final class NextVal extends Function
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept method to handle incoming visitors.
|
String |
getSeqName()
Method to get seqName currently set.
|
String |
toString()
Method constructing query string.
|
equal, greaterEqual, greaterThan, isNotNull, isNull, lessEqual, lessThan, notEqualpublic NextVal(String seqName)
seqName - Name of the sequence.Copyright © 2014. All rights reserved.