| Constructor and Description |
|---|
ResultSetToResultAdapter(ResultSet resultSet) |
| 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 columnName) |
Time |
getTime(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex) |
boolean |
hasColumn(String columnName) |
public ResultSetToResultAdapter(ResultSet resultSet)
public int getRow()
throws SQLException
getRow in interface IResultSQLExceptionpublic String getString(int columnIndex) throws SQLException
getString in interface IResultSQLExceptionpublic String getString(String columnName) throws SQLException
getString in interface IResultSQLExceptionpublic Boolean getBoolean(int columnIndex) throws SQLException
getBoolean in interface IResultSQLExceptionpublic boolean getBoolean(int columnIndex,
boolean nullValue)
throws SQLException
getBoolean in interface IResultSQLExceptionpublic Byte getByte(int columnIndex) throws SQLException
getByte in interface IResultSQLExceptionpublic byte getByte(int columnIndex,
byte nullValue)
throws SQLException
getByte in interface IResultSQLExceptionpublic Short getShort(int columnIndex) throws SQLException
getShort in interface IResultSQLExceptionpublic short getShort(int columnIndex,
short nullValue)
throws SQLException
getShort in interface IResultSQLExceptionpublic Integer getInteger(int columnIndex) throws SQLException
getInteger in interface IResultSQLExceptionpublic int getInteger(int columnIndex,
int nullValue)
throws SQLException
getInteger in interface IResultSQLExceptionpublic Long getLong(int columnIndex) throws SQLException
getLong in interface IResultSQLExceptionpublic long getLong(int columnIndex,
int nullValue)
throws SQLException
getLong in interface IResultSQLExceptionpublic Float getFloat(int columnIndex) throws SQLException
getFloat in interface IResultSQLExceptionpublic float getFloat(int columnIndex,
float nullValue)
throws SQLException
getFloat in interface IResultSQLExceptionpublic Double getDouble(int columnIndex) throws SQLException
getDouble in interface IResultSQLExceptionpublic double getDouble(int columnIndex,
double nullValue)
throws SQLException
getDouble in interface IResultSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes in interface IResultSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate in interface IResultSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime in interface IResultSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp in interface IResultSQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
getAsciiStream in interface IResultSQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
getBinaryStream in interface IResultSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject in interface IResultSQLExceptionpublic Object getObject(String columnName) throws SQLException
getObject in interface IResultSQLExceptionpublic int getNumberOfValues()
throws SQLException
getNumberOfValues in interface IResultSQLExceptionpublic boolean hasColumn(String columnName) throws SQLException
hasColumn in interface IResultSQLExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.