|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.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(java.sql.Statement statement)
Constructor. |
Method Summary | |
---|---|
java.sql.ResultSet |
getGeneratedKeys()
Returns the generated keys. |
java.sql.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(java.sql.Statement statement)
statement
- The JDBC statement.Method Detail |
---|
public java.sql.ResultSet getGeneratedKeys() throws java.sql.SQLException
java.sql.SQLException
public java.sql.ResultSet getResultSet() throws java.sql.SQLException
java.sql.SQLException
public int getUpdateCount() throws java.sql.SQLException
java.sql.SQLException
public void release() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |