|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.mguennewig.pobjects.jdbc.JdbcQuery.PObjJdbcResultSet
public class JdbcQuery.PObjJdbcResultSet
| Constructor Summary | |
|---|---|
JdbcQuery.PObjJdbcResultSet(EvalContext context,
java.sql.ResultSet rs)
Creates a new PObjJdbcResultSet. |
|
| Method Summary | |
|---|---|
void |
close()
Closes this result set and frees any held resources. |
Record[] |
getRow()
Retrieves the current row from this result set. |
boolean |
next()
Moves cursor to the next row in the result set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcQuery.PObjJdbcResultSet(EvalContext context,
java.sql.ResultSet rs)
| Method Detail |
|---|
public void close()
After closing a result set it can not be used anymore.
close in interface PObjResultSetpublic boolean next()
next in interface PObjResultSettrue if the next row is valid, otherwise false.public Record[] getRow()
getRow in interface PObjResultSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||