public interface DataReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Array |
getArray() |
BigDecimal |
getBigDecimal() |
byte[] |
getBinaryBytes() |
byte[] |
getBlobBytes() |
Boolean |
getBoolean() |
Byte |
getByte() |
byte[] |
getBytes() |
Date |
getDate() |
Double |
getDouble() |
Float |
getFloat() |
Integer |
getInt() |
Long |
getLong() |
Object |
getObject() |
Short |
getShort() |
String |
getString() |
String |
getStringClob() |
String |
getStringFromStream() |
Time |
getTime() |
Timestamp |
getTimestamp() |
void |
incrementPos(int increment) |
boolean |
next() |
void |
resetColumnPosition() |
void close()
throws SQLException
SQLExceptionboolean next()
throws SQLException
SQLExceptionvoid resetColumnPosition()
void incrementPos(int increment)
byte[] getBinaryBytes()
throws SQLException
SQLExceptionbyte[] getBlobBytes()
throws SQLException
SQLExceptionString getStringFromStream() throws SQLException
SQLExceptionString getStringClob() throws SQLException
SQLExceptionString getString() throws SQLException
SQLExceptionBoolean getBoolean() throws SQLException
SQLExceptionByte getByte() throws SQLException
SQLExceptionShort getShort() throws SQLException
SQLExceptionInteger getInt() throws SQLException
SQLExceptionLong getLong() throws SQLException
SQLExceptionFloat getFloat() throws SQLException
SQLExceptionDouble getDouble() throws SQLException
SQLExceptionbyte[] getBytes()
throws SQLException
SQLExceptionDate getDate() throws SQLException
SQLExceptionTime getTime() throws SQLException
SQLExceptionTimestamp getTimestamp() throws SQLException
SQLExceptionBigDecimal getBigDecimal() throws SQLException
SQLExceptionArray getArray() throws SQLException
SQLExceptionObject getObject() throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.