public interface SQLInput
Modifier and Type | Method and Description |
---|---|
Array |
readArray() |
InputStream |
readAsciiStream() |
BigDecimal |
readBigDecimal() |
InputStream |
readBinaryStream() |
Blob |
readBlob() |
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readBytes() |
Reader |
readCharacterStream() |
Clob |
readClob() |
Date |
readDate() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
Object |
readObject() |
Ref |
readRef() |
short |
readShort() |
String |
readString() |
Time |
readTime() |
Timestamp |
readTimestamp() |
boolean |
wasNull() |
Array readArray() throws SQLException
SQLException
InputStream readAsciiStream() throws SQLException
SQLException
BigDecimal readBigDecimal() throws SQLException
SQLException
InputStream readBinaryStream() throws SQLException
SQLException
Blob readBlob() throws SQLException
SQLException
boolean readBoolean() throws SQLException
SQLException
byte readByte() throws SQLException
SQLException
byte[] readBytes() throws SQLException
SQLException
Reader readCharacterStream() throws SQLException
SQLException
Clob readClob() throws SQLException
SQLException
Date readDate() throws SQLException
SQLException
double readDouble() throws SQLException
SQLException
float readFloat() throws SQLException
SQLException
int readInt() throws SQLException
SQLException
long readLong() throws SQLException
SQLException
Object readObject() throws SQLException
SQLException
Ref readRef() throws SQLException
SQLException
short readShort() throws SQLException
SQLException
String readString() throws SQLException
SQLException
Time readTime() throws SQLException
SQLException
Timestamp readTimestamp() throws SQLException
SQLException
boolean wasNull() throws SQLException
SQLException