com.retek.commons.domain.core.persistence.db
Class RetekResultSet
java.lang.Object
com.retek.commons.domain.core.persistence.db.RetekResultSet
- public class RetekResultSet
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetekResultSet
public RetekResultSet(java.sql.ResultSet rs)
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