Public Member Functions | |
| Rollback (Session *in_session, bool tx_chain_arg, bool tx_release_arg) | |
| bool | execute () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| virtual bool | isTransactional () |
| Session & | session () const |
| virtual bool | isShow () |
Public Attributes | |
| bool | tx_chain |
| bool | tx_release |
Definition at line 28 of file rollback.h.
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 40 of file rollback.cc.
References drizzled::Session::my_ok().