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) |
double |
getDouble() |
float |
getFloat() |
InputStream |
getInputStream() |
int |
getInt() |
long |
getLong() |
<T> T |
getObject(Class<T> type) |
Object |
getObject(int datatypeMappingFlags,
Calendar cal) |
short |
getShort() |
String |
getString() |
String |
getString(Calendar cal) |
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(Calendar cal) throws SQLException
SQLExceptionString getString() throws SQLException
SQLExceptionlong getLong()
throws SQLException
SQLExceptionint getInt()
throws SQLException
SQLExceptionshort getShort()
throws SQLException
SQLExceptionbyte getByte()
throws SQLException
SQLExceptionbyte[] getBytes()
float getFloat()
throws SQLException
SQLExceptiondouble getDouble()
throws SQLException
SQLExceptionBigDecimal getBigDecimal() throws SQLException
SQLExceptionBigInteger getBigInteger() throws SQLException
SQLExceptionInputStream getInputStream()
InputStream getBinaryInputStream()
Object getObject(int datatypeMappingFlags, Calendar cal) throws SQLException, ParseException
SQLExceptionParseException<T> T getObject(Class<T> type) throws SQLException
SQLExceptionDate getDate(Calendar cal) throws ParseException
ParseExceptionTime getTime(Calendar cal) throws ParseException
ParseExceptionTimestamp getTimestamp(Calendar cal) throws ParseException
ParseExceptionboolean getBoolean()
boolean isNull()
Blob getBlob()
Clob getClob()
Copyright © 2016. All rights reserved.