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
ParseException
Date getDate(Calendar cal) throws ParseException
ParseException
Time getTime(Calendar cal) throws ParseException
ParseException
Timestamp getTimestamp(Calendar cal) throws ParseException
ParseException
boolean getBoolean()
boolean isNull()
int getDisplayLength()
Clob getClob()
Blob getBlob()
Copyright © 2015. All rights reserved.