|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.rec.jdbc.QueryResults.QueryResultImpl
The implementation of QueryResult.
Field Summary |
Fields inherited from interface org.gjt.rec.jdbc.QueryResult |
COPYRIGHT, LICENSE, REVISION |
Method Summary | |
BigDecimal |
getBigDecimal(String columnName)
Returns the value of a particular column from this query result as a BigDecimal. |
Boolean |
getBoolean(String columnName)
Returns the value of a particular column from this query result as a Boolean. |
Date |
getDate(String columnName)
Returns the value of a particular column from this query result as a Date. |
int |
getInt(String columnName)
Returns the value of a particular column from this query result as an int. |
Integer |
getInteger(String columnName)
Returns the value of a particular column from this query result as a Integer. |
Long |
getLong(String columnName)
Returns the value of a particular column from this query result as a Long. |
Object |
getObject(String columnName)
Returns the value of a particular column from this query result. |
String |
getString(String columnName)
Returns the value of a particular column from this query result as a String. |
Timestamp |
getTimestamp(String columnName)
Returns the value of a particular column from this query result as a Timestamp. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Object getObject(String columnName)
QueryResult
getObject
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic String getString(String columnName)
QueryResult
getString
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic Boolean getBoolean(String columnName)
QueryResult
getBoolean
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic Integer getInteger(String columnName)
QueryResult
getInteger
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic Long getLong(String columnName)
QueryResult
getLong
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic int getInt(String columnName)
QueryResult
getInt
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic BigDecimal getBigDecimal(String columnName)
QueryResult
getBigDecimal
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic Date getDate(String columnName)
QueryResult
getDate
in interface QueryResult
columnName
- the name of the column from which to retrieve the
valuepublic Timestamp getTimestamp(String columnName)
QueryResult
getTimestamp
in interface QueryResult
columnName
- the name of the column from which to retrieve the
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |