Drizzled Public API Documentation

drizzled::statement::RollbackToSavepoint Class Reference
Inheritance diagram for drizzled::statement::RollbackToSavepoint:
drizzled::statement::Statement

Public Member Functions

 RollbackToSavepoint (Session *in_session, str_ref ident)
bool execute ()
bool isTransactional ()
void set_command (enum_sql_command)
LEX & lex ()
session::Transactionstransaction ()
Sessionsession () const
virtual bool isShow ()

Detailed Description

Definition at line 29 of file rollback_to_savepoint.h.

Member Function Documentation

bool drizzled::statement::RollbackToSavepoint::execute ( )
virtual

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 36 of file rollback_to_savepoint.cc.

References drizzled::Session::my_ok().


The documentation for this class was generated from the following files: