#include <statement.h>
Inheritance diagram for odbc::Statement::
|
Destructor. Destroys/closes this statement as well as all created resultsets. |
|
Execute a given SQL statement. The statement can return multiple results. To get to the next result after processing the first one, getMoreResults() should be called.
|
|
Execute an SQL statement, expected to return a resultset.
|
|
Execute an SQL statement, expected to return an update count.
|
|
Gets the current escape processing setting.
|
|
Check if there are more results available on this statment.
|
|
Fetch the current result as an update count.
|
|
Sets escape processing on or off.
For |