public interface ReadableType
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNull() |
java.sql.Blob |
toBlob() |
boolean |
toBoolean() |
byte |
toByte() |
byte[] |
toBytes() |
java.io.Reader |
toCharacterStream() |
java.sql.Clob |
toClob() |
java.sql.Date |
toDate() |
java.math.BigDecimal |
toDecimal() |
double |
toDouble() |
float |
toFloat() |
java.io.InputStream |
toInputStream() |
int |
toInt() |
Interval |
toInterval() |
IntervalDF |
toIntervalDF() |
IntervalYM |
toIntervalYM() |
long |
toLong() |
java.lang.Object |
toObject() |
short |
toShort() |
java.sql.Time |
toTime() |
java.sql.Timestamp |
toTimestamp() |
int toInt() throws java.sql.SQLException
java.sql.SQLExceptionjava.math.BigDecimal toDecimal()
throws java.sql.SQLException
java.sql.SQLExceptionbyte toByte()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Blob toBlob()
throws java.sql.SQLException
java.sql.SQLExceptionbyte[] toBytes()
throws java.sql.SQLException
java.sql.SQLExceptionboolean toBoolean()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Clob toClob()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Date toDate()
throws java.sql.SQLException
java.sql.SQLExceptionfloat toFloat()
throws java.sql.SQLException
java.sql.SQLExceptionlong toLong()
throws java.sql.SQLException
java.sql.SQLExceptionshort toShort()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Time toTime()
throws java.sql.SQLException
java.sql.SQLExceptiondouble toDouble()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Timestamp toTimestamp()
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.InputStream toInputStream()
throws java.sql.SQLException
java.sql.SQLExceptionjava.io.Reader toCharacterStream()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Object toObject()
throws java.sql.SQLException
java.sql.SQLExceptionInterval toInterval() throws java.sql.SQLException
java.sql.SQLExceptionIntervalYM toIntervalYM() throws java.sql.SQLException
java.sql.SQLExceptionIntervalDF toIntervalDF() throws java.sql.SQLException
java.sql.SQLExceptionboolean isNull()