Drizzled Public API Documentation

drizzled::statement::ReleaseSavepoint Class Reference

Inheritance diagram for drizzled::statement::ReleaseSavepoint:
drizzled::statement::Statement

List of all members.

Public Member Functions

 ReleaseSavepoint (Session *in_session, const lex_string_t &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 30 of file release_savepoint.h.


Member Function Documentation

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

Execute the statement.

Returns:
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 35 of file release_savepoint.cc.

References drizzled::Session::my_ok().


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