public interface ValueObject
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
BigInteger |
getBigInteger() |
InputStream |
getBinaryInputStream() |
boolean |
getBoolean() |
byte |
getByte() |
byte[] |
getBytes() |
Date |
getDate() |
Date |
getDate(Calendar cal) |
int |
getDisplayLength() |
double |
getDouble() |
float |
getFloat() |
InputStream |
getInputStream() |
int |
getInt() |
long |
getLong() |
Object |
getObject() |
InputStream |
getPBMSStream(Protocol protocol) |
short |
getShort() |
String |
getString() |
Time |
getTime() |
Time |
getTime(Calendar cal) |
Timestamp |
getTimestamp() |
Timestamp |
getTimestamp(Calendar cal) |
boolean |
isNull() |
String getString()
long getLong()
int getInt()
short getShort()
byte getByte()
byte[] getBytes()
float getFloat()
double getDouble()
BigDecimal getBigDecimal()
BigInteger getBigInteger()
Date getDate() throws ParseException
ParseExceptionTime getTime() throws ParseException
ParseExceptionInputStream getInputStream()
InputStream getBinaryInputStream()
Object getObject() throws ParseException
ParseExceptionDate getDate(Calendar cal) throws ParseException
ParseExceptionTimestamp getTimestamp(Calendar cal) throws ParseException
ParseExceptionTimestamp getTimestamp() throws ParseException
ParseExceptionboolean getBoolean()
boolean isNull()
int getDisplayLength()
InputStream getPBMSStream(Protocol protocol) throws QueryException, IOException
QueryExceptionIOExceptionCopyright © 2016. All rights reserved.