public interface ValueObject
| Modifier and Type | Field and Description |
|---|---|
static int |
TINYINT1_IS_BIT |
static int |
YEAR_IS_DATE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
BigInteger |
getBigInteger() |
InputStream |
getBinaryInputStream() |
Blob |
getBlob() |
boolean |
getBoolean() |
byte |
getByte() |
byte[] |
getBytes() |
Clob |
getClob() |
Date |
getDate(Calendar cal) |
int |
getDisplayLength() |
double |
getDouble() |
float |
getFloat() |
InputStream |
getInputStream() |
int |
getInt() |
long |
getLong() |
Object |
getObject(int datatypeMappingFlags,
Calendar cal) |
short |
getShort() |
String |
getString() |
Time |
getTime(Calendar cal) |
Timestamp |
getTimestamp(Calendar cal) |
boolean |
isNull() |
static final int TINYINT1_IS_BIT
static final int YEAR_IS_DATE_TYPE
String getString()
long getLong()
int getInt()
short getShort()
byte getByte()
byte[] getBytes()
float getFloat()
double getDouble()
BigDecimal getBigDecimal()
BigInteger getBigInteger()
InputStream getInputStream()
InputStream getBinaryInputStream()
Object getObject(int datatypeMappingFlags, Calendar cal) throws ParseException
ParseExceptionDate getDate(Calendar cal) throws ParseException
ParseExceptionTime getTime(Calendar cal) throws ParseException
ParseExceptionTimestamp getTimestamp(Calendar cal) throws ParseException
ParseExceptionboolean getBoolean()
boolean isNull()
int getDisplayLength()
Clob getClob()
Blob getBlob()
Copyright © 2014. All rights reserved.