org.hydrateframework.sql
Class ExtendedResultSet.Calculator

java.lang.Object
  extended by org.hydrateframework.sql.ExtendedResultSet.Calculator
Enclosing class:
ExtendedResultSet

public abstract class ExtendedResultSet.Calculator
extends java.lang.Object


Constructor Summary
ExtendedResultSet.Calculator(int idx, java.lang.String nm)
           
 
Method Summary
 java.sql.Array getArray()
           
 java.io.InputStream getAsciiStream()
           
 java.math.BigDecimal getBigDecimal()
           
 java.math.BigDecimal getBigDecimal(int scale)
           
 java.io.InputStream getBinaryStream()
           
 java.sql.Blob getBlob()
           
 boolean getBoolean()
           
 byte getByte()
           
 byte[] getBytes()
           
 java.lang.String getCatalogName()
           
 java.io.Reader getCharacterStream()
           
 java.sql.Clob getClob()
           
abstract  java.lang.String getColumnClassName()
           
 int getColumnDisplaySize()
           
 int getColumnIndex()
           
 java.lang.String getColumnLabel()
           
 java.lang.String getColumnName()
           
abstract  int getColumnType()
           
 java.lang.String getColumnTypeName()
           
 java.sql.Date getDate()
           
 java.sql.Date getDate(java.util.Calendar cal)
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 java.lang.Object getObject()
           
 java.lang.Object getObject(java.util.Map<java.lang.String,java.lang.Class<?>> map)
           
abstract  int getPrecision()
           
 java.sql.Ref getRef()
           
abstract  int getScale()
           
 java.lang.String getSchemaName()
           
 short getShort()
           
 java.lang.String getString()
           
 java.lang.String getTableName()
           
 java.sql.Time getTime()
           
 java.sql.Time getTime(java.util.Calendar cal)
           
 java.sql.Timestamp getTimestamp()
           
 java.sql.Timestamp getTimestamp(java.util.Calendar cal)
           
 java.io.InputStream getUnicodeStream()
           
 java.net.URL getURL()
           
 boolean isAutoIncrement()
           
 boolean isCaseSensitive()
           
 boolean isCurrency()
           
 boolean isDefinitelyWritable()
           
 int isNullable()
           
 boolean isReadOnly()
           
 boolean isSearchable()
           
abstract  boolean isSigned()
           
 boolean isWritable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedResultSet.Calculator

public ExtendedResultSet.Calculator(int idx,
                                    java.lang.String nm)
Method Detail

getColumnIndex

public int getColumnIndex()

getColumnType

public abstract int getColumnType()
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

getCatalogName

public java.lang.String getCatalogName()
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getColumnName

public java.lang.String getColumnName()
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

isDefinitelyWritable

public boolean isDefinitelyWritable()
                             throws java.sql.SQLException
Throws:
java.sql.SQLException

getSchemaName

public java.lang.String getSchemaName()
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

isSigned

public abstract boolean isSigned()
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

isReadOnly

public boolean isReadOnly()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

isWritable

public boolean isWritable()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

isSearchable

public boolean isSearchable()
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

getScale

public abstract int getScale()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

isCaseSensitive

public boolean isCaseSensitive()
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

getPrecision

public abstract int getPrecision()
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

isCurrency

public boolean isCurrency()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getColumnDisplaySize

public int getColumnDisplaySize()
                         throws java.sql.SQLException
Throws:
java.sql.SQLException

getColumnClassName

public abstract java.lang.String getColumnClassName()
                                             throws java.sql.SQLException
Throws:
java.sql.SQLException

isAutoIncrement

public boolean isAutoIncrement()
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

getColumnTypeName

public java.lang.String getColumnTypeName()
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getTableName

public java.lang.String getTableName()
                              throws java.sql.SQLException
Throws:
java.sql.SQLException

getColumnLabel

public java.lang.String getColumnLabel()
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

isNullable

public int isNullable()
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getArray

public java.sql.Array getArray()
                        throws java.sql.SQLException
Throws:
java.sql.SQLException

getAsciiStream

public java.io.InputStream getAsciiStream()
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal()
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getBigDecimal

public java.math.BigDecimal getBigDecimal(int scale)
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getBinaryStream

public java.io.InputStream getBinaryStream()
                                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getBlob

public java.sql.Blob getBlob()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getBoolean

public boolean getBoolean()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getByte

public byte getByte()
             throws java.sql.SQLException
Throws:
java.sql.SQLException

getBytes

public byte[] getBytes()
                throws java.sql.SQLException
Throws:
java.sql.SQLException

getCharacterStream

public java.io.Reader getCharacterStream()
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

getClob

public java.sql.Clob getClob()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getDate

public java.sql.Date getDate(java.util.Calendar cal)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getDouble

public double getDouble()
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

getFloat

public float getFloat()
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getInt

public int getInt()
           throws java.sql.SQLException
Throws:
java.sql.SQLException

getLong

public long getLong()
             throws java.sql.SQLException
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject()
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

getObject

public java.lang.Object getObject(java.util.Map<java.lang.String,java.lang.Class<?>> map)
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

getRef

public java.sql.Ref getRef()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getShort

public short getShort()
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getString

public java.lang.String getString()
                           throws java.sql.SQLException
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getTime

public java.sql.Time getTime(java.util.Calendar cal)
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp()
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getTimestamp

public java.sql.Timestamp getTimestamp(java.util.Calendar cal)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getURL

public java.net.URL getURL()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getUnicodeStream

public java.io.InputStream getUnicodeStream()
                                     throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2000 The Hydrate Project. All Rights Reserved.