org.drizzle.jdbc.internal.common
Interface ValueObject
- All Known Implementing Classes:
- AbstractValueObject, DrizzleValueObject, GeneratedIdValueObject, MySQLValueObject
public interface ValueObject
. User: marcuse Date: Feb 16, 2009 Time: 9:16:36 PM
getString
java.lang.String getString()
getLong
long getLong()
getInt
int getInt()
getShort
short getShort()
getByte
byte getByte()
getBytes
byte[] getBytes()
getFloat
float getFloat()
getDouble
double getDouble()
getBigDecimal
java.math.BigDecimal getBigDecimal()
getBigInteger
java.math.BigInteger getBigInteger()
getDate
java.sql.Date getDate()
throws java.text.ParseException
- Throws:
java.text.ParseException
getTime
java.sql.Time getTime()
throws java.text.ParseException
- Throws:
java.text.ParseException
getInputStream
java.io.InputStream getInputStream()
getBinaryInputStream
java.io.InputStream getBinaryInputStream()
getObject
java.lang.Object getObject()
throws java.text.ParseException
- Throws:
java.text.ParseException
getDate
java.sql.Date getDate(java.util.Calendar cal)
throws java.text.ParseException
- Throws:
java.text.ParseException
getTime
java.sql.Time getTime(java.util.Calendar cal)
getTimestamp
java.sql.Timestamp getTimestamp(java.util.Calendar cal)
throws java.text.ParseException
- Throws:
java.text.ParseException
getTimestamp
java.sql.Timestamp getTimestamp()
throws java.text.ParseException
- Throws:
java.text.ParseException
getBoolean
boolean getBoolean()
isNull
boolean isNull()
getDisplayLength
int getDisplayLength()
getPBMSStream
java.io.InputStream getPBMSStream(Protocol protocol)
throws QueryException,
java.io.IOException
- Throws:
QueryException
java.io.IOException
Copyright © 2012. All Rights Reserved.