public interface DatabaseFetchCallback
Modifier and Type | Method and Description |
---|---|
byte[] |
getTempDataBuffer(int rowSize)
The implementor can create their own temp byte array for the row size and reuse it each time a fetch is performed.
|
void |
newIndicator(int row,
int column,
byte[] tempIndicatorData) |
void |
newResultData(int rowCount,
int columnCount,
int rowSize) |
void |
newRowData(int row,
byte[] tempData) |
byte[] getTempDataBuffer(int rowSize)
void newResultData(int rowCount, int columnCount, int rowSize)
void newIndicator(int row, int column, byte[] tempIndicatorData)
void newRowData(int row, byte[] tempData)