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, notEqual
public NextVal(String seqName)
seqName
- Name of the sequence.Copyright © 2016. All rights reserved.