| |
|
| java.lang.Object com.versant.core.jdbc.FetchInfo
FetchInfo | public class FetchInfo (Code) | | This is a data structure that is used to hold information when fetching data
from a queryResult
|
Method Summary | |
public void | reset() |
BREAK_STATUS_DEFAULT | final public static int BREAK_STATUS_DEFAULT(Code) | | |
BREAK_STATUS_NULL | final public static int BREAK_STATUS_NULL(Code) | | |
BREAK_STATUS_READ | final public static int BREAK_STATUS_READ(Code) | | |
BREAK_STATUS_VALID | final public static int BREAK_STATUS_VALID(Code) | | |
breakStatus | public int breakStatus(Code) | | Why did the iteration stop.
|
finished | public boolean finished(Code) | | |
nextOid | public OID nextOid(Code) | | If we advanced to the next row then this is the oid.
|
onNextRow | public boolean onNextRow(Code) | | Did we advance to a next row.
|
onValidRow | public boolean onValidRow(Code) | | Is this a valid row.
|
reset | public void reset()(Code) | | |
|
|
|