java.lang.Object
net.odoframework.sql.ResultSetWrapper
public class ResultSetWrapper extends Object
-
Constructor Summary
Constructors Constructor Description ResultSetWrapper(ResultSet resultSet) -
Method Summary
-
Constructor Details
-
ResultSetWrapper
-
-
Method Details
-
get
public <T> T get(int col) -
get
-
getInt
public int getInt(int col) -
getInt
-
getLong
-
getFloat
-
getFloat
-
getDouble
-
getDouble
-
getLong
-
getShort
-
getShort
-
getByte
-
getByte
-
getBoolean
-
getBytes
public byte[] getBytes(int col) -
getBytes
-
getString
-
getString
-
getArray
-
getArray
-
getNString
-
getNString
-
getClob
-
getClob
-
getBlob
-
getBlob
-
getAsciiStream
-
getAsciiStream
-
getBinaryStream
-
getBinaryStream
-
getCharacterStream
-
getCharacterStream
-
getNCharacterStream
-
getNCharacterStream
-
getRowId
-
getRowId
-
getRow
public int getRow() -
getTime
-
getTime
-
getDate
-
getDate
-
getDateTime
-
getDateTime
-
next
public boolean next()
-