Drizzled Public API Documentation

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

List of all members.

Public Member Functions

 Commit (Session *in_session, bool tx_chain_arg, bool tx_release_arg)
bool execute ()
void set_command (enum_sql_command)
LEXlex ()
session::Transactionstransaction ()
virtual bool isTransactional ()
Sessionsession () const
virtual bool isShow ()

Public Attributes

bool tx_chain
bool tx_release

Detailed Description

Definition at line 32 of file commit.h.


Member Function Documentation

bool drizzled::statement::Commit::execute ( ) [virtual]

Execute the statement.

Returns:
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 29 of file commit.cc.

References drizzled::Session::my_ok().


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