|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.ext.jdbc.JdbcResult
public class JdbcResult
JDBC result wrapper. Used by the JDBC client connector as a response entity of JDBC calls.
| Constructor Summary | |
|---|---|
JdbcResult(Statement statement)
Constructor. |
|
| Method Summary | |
|---|---|
ResultSet |
getGeneratedKeys()
Returns the generated keys. |
ResultSet |
getResultSet()
Returns the result set. |
int |
getUpdateCount()
Returns the update count. |
void |
release()
Release the statement connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcResult(Statement statement)
statement - The JDBC statement.| Method Detail |
|---|
public ResultSet getGeneratedKeys()
throws SQLException
SQLException
public ResultSet getResultSet()
throws SQLException
SQLException
public int getUpdateCount()
throws SQLException
SQLException
public void release()
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||