public class SeekRow
extends Object
-
Constructor Summary
Constructors
SeekRow(long startingRow,
String columnName,
Object seekValue,
boolean insensitive,
boolean contains,
boolean isBackward)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SeekRow
public SeekRow(long startingRow,
String columnName,
Object seekValue,
boolean insensitive,
boolean contains,
boolean isBackward)
-