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