public class JdbcResult extends Object implements Serializable
Constructor and Description |
---|
JdbcResult(Statement statement)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
getGeneratedKeys()
Returns the generated keys.
|
ResultSet |
getResultSet()
Returns the result set.
|
int |
getUpdateCount()
Returns the update count.
|
void |
release()
Release the statement connection.
|
public JdbcResult(Statement statement)
statement
- The JDBC statement.public ResultSet getGeneratedKeys() throws SQLException
SQLException
public ResultSet getResultSet() throws SQLException
SQLException
public int getUpdateCount() throws SQLException
SQLException
public void release() throws SQLException
SQLException
Copyright © 2005–2014. All rights reserved.