Use the getResultSet
or getUpdateCount
methods to get the first result and getMoreResults
to get any subsequent results.
@param sql the SQL statement to execute
@return true if the first result is a ResultSet, false if the firstresult is an update count or if there is no result
@throws SQLException if an error occurs accessing the database
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|