Module net.anwiba.commons.jdbc
Package net.anwiba.commons.jdbc.result
Class ResultSetToResultAdapter
java.lang.Object
net.anwiba.commons.jdbc.result.ResultSetToResultAdapter
- All Implemented Interfaces:
IResult
-
Constructor Summary
ConstructorsConstructorDescriptionResultSetToResultAdapter(ResultSet resultSet, IResultSetValuesConverter converter) -
Method Summary
Modifier and TypeMethodDescriptiongetArray(int columnIndex) getAsciiStream(int columnIndex) getBinaryStream(int columnIndex) getBoolean(int columnIndex) booleangetBoolean(int columnIndex, boolean nullValue) getByte(int columnIndex) bytegetByte(int columnIndex, byte nullValue) byte[]getBytes(int columnIndex) getDate(int columnIndex) getDouble(int columnIndex) doublegetDouble(int columnIndex, double nullValue) getFloat(int columnIndex) floatgetFloat(int columnIndex, float nullValue) getInteger(int columnIndex) intgetInteger(int columnIndex, int nullValue) getLong(int columnIndex) longgetLong(int columnIndex, long nullValue) intgetObject(int columnIndex) intgetRow()getShort(int columnIndex) shortgetShort(int columnIndex, short nullValue) getString(int columnIndex) getTime(int columnIndex) getTimestamp(int columnIndex) booleanint
-
Constructor Details
-
ResultSetToResultAdapter
-
-
Method Details
-
getRow
- Specified by:
getRowin interfaceIResult- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceIResult- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceIResult- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceIResult- Throws:
SQLException
-
getBoolean
- Specified by:
getBooleanin interfaceIResult- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceIResult- Throws:
SQLException
-
getByte
- Specified by:
getBytein interfaceIResult- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceIResult- Throws:
SQLException
-
getShort
- Specified by:
getShortin interfaceIResult- Throws:
SQLException
-
getInteger
- Specified by:
getIntegerin interfaceIResult- Throws:
SQLException
-
getInteger
- Specified by:
getIntegerin interfaceIResult- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceIResult- Throws:
SQLException
-
getLong
- Specified by:
getLongin interfaceIResult- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceIResult- Throws:
SQLException
-
getFloat
- Specified by:
getFloatin interfaceIResult- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceIResult- Throws:
SQLException
-
getDouble
- Specified by:
getDoublein interfaceIResult- Throws:
SQLException
-
getBytes
- Specified by:
getBytesin interfaceIResult- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceIResult- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceIResult- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceIResult- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceIResult- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceIResult- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceIResult- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceIResult- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceIResult- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceIResult- Throws:
SQLException
-
getNumberOfValues
- Specified by:
getNumberOfValuesin interfaceIResult- Throws:
SQLException
-
getColumnNames
- Specified by:
getColumnNamesin interfaceIResult- Throws:
SQLException
-
hasColumn
- Specified by:
hasColumnin interfaceIResult- Throws:
SQLException
-
indexOf
- Throws:
SQLException
-