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


Method Summary
 java.math.BigDecimal getBigDecimal()
           
 java.math.BigInteger getBigInteger()
           
 java.io.InputStream getBinaryInputStream()
           
 boolean getBoolean()
           
 byte getByte()
           
 byte[] getBytes()
           
 java.sql.Date getDate()
           
 java.sql.Date getDate(java.util.Calendar cal)
           
 int getDisplayLength()
           
 double getDouble()
           
 float getFloat()
           
 java.io.InputStream getInputStream()
           
 int getInt()
           
 long getLong()
           
 java.lang.Object getObject()
           
 java.io.InputStream getPBMSStream(Protocol protocol)
           
 short getShort()
           
 java.lang.String getString()
           
 java.sql.Time getTime()
           
 java.sql.Time getTime(java.util.Calendar cal)
           
 java.sql.Timestamp getTimestamp()
           
 java.sql.Timestamp getTimestamp(java.util.Calendar cal)
           
 boolean isNull()
           
 

Method Detail

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.