Drizzled Public API Documentation

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

Public Member Functions

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

Detailed Description

Definition at line 28 of file unlock_tables.h.

Member Function Documentation

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

Execute the statement.

Returns
true on failure; false on success

Implements drizzled::statement::Statement.

Definition at line 30 of file unlock_tables.cc.

References drizzled::Session::my_ok().


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