| Constructor Summary | |
|---|---|
|
(LStatement statement) |
|
| Methods Summary | |
|---|---|
| bit |
hasMore() |
| bit |
valid() |
| String |
errorMessage() |
| void |
clear() |
| DBMetaTuple |
getMetaTuple() |
| SQLType |
getType(int column) |
| int |
columnCount() |
| String |
getColumnName(int column) |
| char |
getChar(int column) Get a field value as char |
| String |
getString(int column) Get a field value as String |
| bit |
getBit(int column) Get a field value as bit |
| long |
getInteger(int column) Get a field value as |
| double |
getDouble(int column) Get a field value as |
| void* |
getBlob(int column) Get a field value as blob (void*) |
| DBTuple |
getTuples(char statement, int maximum) |
| DBTuple |
getTuples(String statement, int maximum) |
| DBTuple |
getTuples(int maximum) |
| DBTuple |
getTuple(char statement) |
| DBTuple |
getTuple(String statement) |
| DBTuple |
getTuple() |
| SQLiteState |
step() |