com.retek.commons.domain.core.persistence.db
Class RetekResultSet

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.RetekResultSet

public class RetekResultSet
extends java.lang.Object


Constructor Summary
RetekResultSet(java.sql.ResultSet rs)
           
 
Method Summary
 java.math.BigDecimal getBigDecimal(java.lang.String columnName)
           
 java.sql.Blob getBlob(java.lang.String columnName)
           
 boolean getBoolean(java.lang.String columnName)
           
 java.lang.Character getCharacter(java.lang.String columnName)
           
 java.sql.Clob getClob(java.lang.String columnName)
           
 double getDouble(java.lang.String columnName)
           
 Enum getEnum(java.lang.Class enumClass, java.lang.String columnName)
           
 int getInt(java.lang.String columnName)
           
 long getLong(java.lang.String columnName)
           
 Money getMoney(java.lang.String columnName)
           
 Money getMoney(java.lang.String columnName, boolean isRounding)
           
 java.lang.Object getObject(java.lang.String columnName)
           
 Percent getPercent(java.lang.String columnName)
           
 Quantity getQuantity(java.lang.String columnName)
           
 RDate getRDate(java.lang.String columnName)
           
 RDate getRDateWithTime(java.lang.String columnName)
           
 DistributedReference getReference(java.lang.Class aClass, java.lang.String columnName)
           
 DistributedReference getReference(java.lang.String classColumnName, java.lang.String columnName)
           
 java.lang.String getString(java.lang.String columnName)
           
 java.sql.Time getTime(java.lang.String columnName)
           
 long getVersion()
           
 boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetekResultSet

public RetekResultSet(java.sql.ResultSet rs)
Method Detail

getQuantity

public Quantity getQuantity(java.lang.String columnName)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

getPercent

public Percent getPercent(java.lang.String columnName)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getMoney

public Money getMoney(java.lang.String columnName)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getMoney

public Money getMoney(java.lang.String columnName,
                      boolean isRounding)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getObject

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

getString

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

getBigDecimal

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

getBlob

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

getClob

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

getBoolean

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

getRDate

public RDate getRDate(java.lang.String columnName)
               throws java.sql.SQLException
Throws:
java.sql.SQLException

getInt

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

getVersion

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

getLong

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

getDouble

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

getRDateWithTime

public RDate getRDateWithTime(java.lang.String columnName)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

getTime

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

getReference

public DistributedReference getReference(java.lang.Class aClass,
                                         java.lang.String columnName)
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

getReference

public DistributedReference getReference(java.lang.String classColumnName,
                                         java.lang.String columnName)
                                  throws java.sql.SQLException,
                                         java.lang.ClassNotFoundException
Throws:
java.sql.SQLException
java.lang.ClassNotFoundException

getCharacter

public java.lang.Character getCharacter(java.lang.String columnName)
                                 throws java.sql.SQLException
Throws:
java.sql.SQLException

getEnum

public Enum getEnum(java.lang.Class enumClass,
                    java.lang.String columnName)
             throws java.sql.SQLException
Throws:
java.sql.SQLException

next

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25