public interface Row
Modifier and Type | Method and Description |
---|---|
byte[] |
getBlob(int index)
Gets column value by index.
|
double |
getDouble(int index)
Gets column value by index.
|
float |
getFloat(int index)
Gets column value by index.
|
int |
getInteger(int index)
Gets column value by index.
|
long |
getLong(int index)
Gets column value by index.
|
short |
getShort(int index)
Gets column value by index.
|
String |
getString(int index)
Gets column value by index.
|
byte[] getBlob(int index) throws IOException
index
- starts with zeroIOException
double getDouble(int index) throws IOException
index
- starts with zeroIOException
float getFloat(int index) throws IOException
index
- starts with zeroIOException
int getInteger(int index) throws IOException
index
- starts with zeroIOException
long getLong(int index) throws IOException
index
- starts with zeroIOException
short getShort(int index) throws IOException
index
- starts with zeroIOException
String getString(int index) throws IOException
index
- starts with zeroIOException