#include <TeMySQLExtension.h>
Public Member Functions | |
TeMySQLExtension () | |
virtual | ~TeMySQLExtension () |
bool | execute (const string &q) |
Executes a SQL command that doesn´t return a record set. Tipically a data definition comand. | |
TeDatabasePortal * | getPortal () |
TeMySQLExtension::TeMySQLExtension | ( | ) |
TeMySQLExtension::~TeMySQLExtension | ( | ) | [virtual] |
bool TeMySQLExtension::execute | ( | const string & | q | ) |
Executes a SQL command that doesn´t return a record set. Tipically a data definition comand.
Before executes the command it will be apply a filter on the given command string.
TeDatabasePortal * TeMySQLExtension::getPortal | ( | ) |