Constructor and Description |
---|
ExplainScan(Scan s,
Schema schema,
String explain)
Creates a explain scan having the specified underlying query.
|
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.
|
Constant |
getVal(String fldName)
Returns the
value of the specified field. |
boolean |
hasField(String fldname)
Returns true if the scan has the specified field.
|
boolean |
next()
Moves the scan to the next record.
|
public Constant getVal(String fldName)
Record
value
of the specified field.public void beforeFirst()
Scan
beforeFirst
in interface Scan
public boolean next()
Scan
public void close()
Scan
Copyright © 2022 VanillaDB Organization. All rights reserved.