#include <TePostgreSQLExtension.h>
Public Member Functions | |
TePostgreSQLExtension () | |
virtual | ~TePostgreSQLExtension () |
bool | execute (const string &q) |
Executes a SQL command that doesn´t return a record set. Tipically a data definition comand. | |
TeDatabasePortal * | getPortal () |
TePostgreSQLExtension::TePostgreSQLExtension | ( | ) |
TePostgreSQLExtension::~TePostgreSQLExtension | ( | ) | [virtual] |
bool TePostgreSQLExtension::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 * TePostgreSQLExtension::getPortal | ( | ) |