public interface IResult
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getBinaryStream(int columnIndex) |
Boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(int columnIndex,
boolean nullValue) |
Byte |
getByte(int columnIndex) |
byte |
getByte(int columnIndex,
byte nullValue) |
byte[] |
getBytes(int columnIndex) |
Date |
getDate(int columnIndex) |
Double |
getDouble(int columnIndex) |
double |
getDouble(int columnIndex,
double nullValue) |
Float |
getFloat(int columnIndex) |
float |
getFloat(int columnIndex,
float nullValue) |
Integer |
getInteger(int columnIndex) |
int |
getInteger(int columnIndex,
int nullValue) |
Long |
getLong(int columnIndex) |
long |
getLong(int columnIndex,
int nullValue) |
int |
getNumberOfValues() |
Object |
getObject(int columnIndex) |
Object |
getObject(String columnName) |
int |
getRow() |
Short |
getShort(int columnIndex) |
short |
getShort(int columnIndex,
short nullValue) |
String |
getString(int columnIndex) |
String |
getString(String string) |
Time |
getTime(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex) |
boolean |
hasColumn(String string) |
int getRow()
throws SQLException
SQLExceptionString getString(int columnIndex) throws SQLException
SQLExceptionString getString(String string) throws SQLException
SQLExceptionBoolean getBoolean(int columnIndex) throws SQLException
SQLExceptionboolean getBoolean(int columnIndex,
boolean nullValue)
throws SQLException
SQLExceptionByte getByte(int columnIndex) throws SQLException
SQLExceptionbyte getByte(int columnIndex,
byte nullValue)
throws SQLException
SQLExceptionShort getShort(int columnIndex) throws SQLException
SQLExceptionshort getShort(int columnIndex,
short nullValue)
throws SQLException
SQLExceptionInteger getInteger(int columnIndex) throws SQLException
SQLExceptionint getInteger(int columnIndex,
int nullValue)
throws SQLException
SQLExceptionLong getLong(int columnIndex) throws SQLException
SQLExceptionlong getLong(int columnIndex,
int nullValue)
throws SQLException
SQLExceptionFloat getFloat(int columnIndex) throws SQLException
SQLExceptionfloat getFloat(int columnIndex,
float nullValue)
throws SQLException
SQLExceptionDouble getDouble(int columnIndex) throws SQLException
SQLExceptiondouble getDouble(int columnIndex,
double nullValue)
throws SQLException
SQLExceptionbyte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionDate getDate(int columnIndex) throws SQLException
SQLExceptionTime getTime(int columnIndex) throws SQLException
SQLExceptionTimestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionInputStream getAsciiStream(int columnIndex) throws SQLException
SQLExceptionInputStream getBinaryStream(int columnIndex) throws SQLException
SQLExceptionObject getObject(int columnIndex) throws SQLException
SQLExceptionObject getObject(String columnName) throws SQLException
SQLExceptionint getNumberOfValues()
throws SQLException
SQLExceptionboolean hasColumn(String string) throws SQLException
SQLExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.