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