Public Member Functions | |
| Savepoint (Session *in_session, const lex_string_t &ident) | |
| bool | execute () |
| bool | isTransactional () |
| void | set_command (enum_sql_command) |
| LEX & | lex () |
| session::Transactions & | transaction () |
| Session & | session () const |
| virtual bool | isShow () |
Definition at line 32 of file savepoint.h.
| bool drizzled::statement::Savepoint::execute | ( | ) | [virtual] |
Execute the statement.
Implements drizzled::statement::Statement.
Definition at line 36 of file savepoint.cc.
References drizzled::Session::my_ok(), and drizzled::TransactionServices::setSavepoint().