|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shiftone.exq.impl.jdbc.get.ResultSetGetter
Class ResultSetGetter
| Constructor Summary | |
ResultSetGetter()
|
|
| Method Summary | |
abstract java.lang.Object |
getFromResultSet(java.sql.ResultSet rs,
int column)
Method getFromResultSet gets an object from a specifed column in a result set |
static ResultSetGetter |
getResultSetGetter(int metaDataType,
int precision,
int scale)
Method getResultSetGetter |
abstract java.lang.Class |
getReturnType()
Method getReturnType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResultSetGetter()
| Method Detail |
public static ResultSetGetter getResultSetGetter(int metaDataType,
int precision,
int scale)
metaDataType - precision - scale -
Types
public abstract java.lang.Object getFromResultSet(java.sql.ResultSet rs,
int column)
throws java.sql.SQLException
rs - a result set that the current row is valid (next has been called once)column - index
java.sql.SQLExceptionpublic abstract java.lang.Class getReturnType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||