#include <vtkPostgreSQLDatabasePrivate.h>
Definition at line 12 of file vtkPostgreSQLDatabasePrivate.h.
Public Member Functions | |
vtkPostgreSQLDatabasePrivate (const char options[]) | |
virtual | ~vtkPostgreSQLDatabasePrivate () |
bool | BeginTransaction () |
bool | CommitTransaction () |
bool | RollbackTransaction () |
int | GetVTKTypeFromOID (pqxx::oid pgtype) |
void | UpdateColumnTypeMap () |
Public Attributes | |
vtkStdString | LastErrorText |
pqxx::connection | Connection |
pqxx::work * | Work |
vtkstd::map< pqxx::oid, int > | ColumnTypeMap |
vtkPostgreSQLDatabasePrivate::vtkPostgreSQLDatabasePrivate | ( | const char | options[] | ) | [inline] |
Definition at line 17 of file vtkPostgreSQLDatabasePrivate.h.
virtual vtkPostgreSQLDatabasePrivate::~vtkPostgreSQLDatabasePrivate | ( | ) | [inline, virtual] |
Definition at line 26 of file vtkPostgreSQLDatabasePrivate.h.
bool vtkPostgreSQLDatabasePrivate::BeginTransaction | ( | ) | [inline] |
Definition at line 35 of file vtkPostgreSQLDatabasePrivate.h.
bool vtkPostgreSQLDatabasePrivate::CommitTransaction | ( | ) | [inline] |
Definition at line 45 of file vtkPostgreSQLDatabasePrivate.h.
bool vtkPostgreSQLDatabasePrivate::RollbackTransaction | ( | ) | [inline] |
Definition at line 72 of file vtkPostgreSQLDatabasePrivate.h.
int vtkPostgreSQLDatabasePrivate::GetVTKTypeFromOID | ( | pqxx::oid | pgtype | ) | [inline] |
Definition at line 86 of file vtkPostgreSQLDatabasePrivate.h.
void vtkPostgreSQLDatabasePrivate::UpdateColumnTypeMap | ( | ) | [inline] |
Definition at line 109 of file vtkPostgreSQLDatabasePrivate.h.
Definition at line 171 of file vtkPostgreSQLDatabasePrivate.h.
pqxx::connection vtkPostgreSQLDatabasePrivate::Connection |
Definition at line 173 of file vtkPostgreSQLDatabasePrivate.h.
pqxx::work* vtkPostgreSQLDatabasePrivate::Work |
Definition at line 177 of file vtkPostgreSQLDatabasePrivate.h.
vtkstd::map<pqxx::oid,int> vtkPostgreSQLDatabasePrivate::ColumnTypeMap |
Definition at line 179 of file vtkPostgreSQLDatabasePrivate.h.