![]() |
Home | Libraries | People | FAQ | More |
Holds state for multi-function SQL execution operations.
Defined in header <boost/mysql/execution_state.hpp>
class execution_state
Name |
Description |
---|---|
Returns the number of rows affected by the executed SQL statement. |
|
Returns whether all the messages generated by this operation have been read. |
|
execution_state [constructor] |
Default constructor. |
Returns additionat text information about the execution of the SQL statement. |
|
Returns the last insert ID produced by the executed SQL statement. |
|
Returns metadata about the columns in the query. |
|
Returns the number of warnings produced by the executed SQL statement. |
Distinct objects: safe.
Shared objects: unsafe.
Convenience header <boost/mysql.hpp>