- All Known Implementing Classes:
ResultSetToResultAdapter
public interface IResult
-
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) boolean
-
Method Details
-
getRow
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getString
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getBoolean
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getByte
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getShort
- Throws:
SQLException
-
getInteger
- Throws:
SQLException
-
getInteger
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getLong
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getFloat
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getDouble
- Throws:
SQLException
-
getBytes
- Throws:
SQLException
-
getDate
- Throws:
SQLException
-
getTime
- Throws:
SQLException
-
getTimestamp
- Throws:
SQLException
-
getAsciiStream
- Throws:
SQLException
-
getBinaryStream
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getArray
- Throws:
SQLException
-
getNumberOfValues
- Throws:
SQLException
-
hasColumn
- Throws:
SQLException
-
getColumnNames
- Throws:
SQLException
-