public interface Scan extends Record
The beforeFirst() method must be called before next().
| Modifier and Type | Method and Description |
|---|---|
void |
beforeFirst()
Positions the scan before its first record.
|
void |
close()
Closes the scan and its subscans, if any.
|
boolean |
hasField(String fldName)
Returns true if the scan has the specified field.
|
boolean |
next()
Moves the scan to the next record.
|
void beforeFirst()
boolean next()
void close()
boolean hasField(String fldName)
fldName - the name of the fieldCopyright © 2022 VanillaDB Organization. All rights reserved.