Public Member Functions | |
| StartTransaction (Session *in_session, start_transaction_option_t opt=START_TRANS_NO_OPTIONS) | |
| bool | execute () |
| bool | isTransactional () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| Session & | session () const |
| virtual bool | isShow () |
Private Attributes | |
| start_transaction_option_t | start_transaction_opt |
Definition at line 28 of file start_transaction.h.
|
virtual |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 29 of file start_transaction.cc.
References drizzled::Session::my_ok().