com.ibatis.sqlmap.engine.type
public class ResultGetterImpl extends Object implements ResultGetter
| Constructor Summary | |
|---|---|
| ResultGetterImpl(ResultSet resultSet, int columnIndex)
Creates an instance for a PreparedStatement and column index
| |
| ResultGetterImpl(ResultSet resultSet, String columnName)
Creates an instance for a PreparedStatement and column name
| |
| Method Summary | |
|---|---|
| Array | getArray() |
| BigDecimal | getBigDecimal() |
| Blob | getBlob() |
| boolean | getBoolean() |
| byte | getByte() |
| byte[] | getBytes() |
| Clob | getClob() |
| int | getColumnIndex() |
| String | getColumnName() |
| Date | getDate() |
| Date | getDate(Calendar cal) |
| double | getDouble() |
| float | getFloat() |
| int | getInt() |
| long | getLong() |
| Object | getObject() |
| Object | getObject(Map map) |
| Ref | getRef() |
| ResultSet | getResultSet() |
| short | getShort() |
| String | getString() |
| Time | getTime() |
| Time | getTime(Calendar cal) |
| Timestamp | getTimestamp() |
| Timestamp | getTimestamp(Calendar cal) |
| URL | getURL() |
| boolean | wasNull() |
Parameters: resultSet - the result set columnIndex - the column index
Parameters: resultSet - the result set columnName - the column index