Drizzled Public API Documentation

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

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::Transactionstransaction ()
 
virtual bool isTransactional ()
 
Sessionsession () const
 
virtual bool isShow ()
 

Public Attributes

bool tx_chain
 
bool tx_release
 

Detailed Description

Definition at line 28 of file rollback.h.

Member Function Documentation

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

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 40 of file rollback.cc.

References drizzled::Session::my_ok().


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