Added Methods
|
void acquireReference()
|
|
boolean allocRow()
|
Allocate a row in cursor window
|
void copyStringToBuffer(int, int, CharArrayBuffer)
|
copy the text for the given field in the provided char array. |
int describeContents()
|
|
void freeLastRow()
|
Free the last row |
byte[] getBlob(int, int)
|
Returns a byte array for the given field. |
boolean isBlob(int, int)
|
Checks if a field contains either a blob or is null. |
boolean putBlob(byte[], int, int)
|
copy byte array to cursor window
|
boolean putDouble(double, int, int)
|
Copy double to cursor window
|
boolean putLong(long, int, int)
|
Copy integer to cursor window
|
boolean putNull(int, int)
|
Set the [row, col] value to NULL
|
boolean putString(String, int, int)
|
Copy String to cursor window
|
void releaseReference()
|
|
boolean setNumColumns(int )
|
Set number of Columns
|
void setStartPosition(int )
|
Set the start position of cursor window
|