|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | IsA (const char *type) |
|
vtkPostgreSQLQuery * | NewInstance () const |
|
bool | Execute () |
|
int | GetNumberOfFields () |
|
const char * | GetFieldName (int i) |
|
int | GetFieldType (int i) |
|
bool | NextRow () |
|
bool | HasError () |
|
vtkVariant | DataValue (vtkIdType c) |
|
const char * | GetLastErrorText () |
|
virtual vtkStdString | EscapeString (vtkStdString s, bool addSurroundingQuotes=true) |
|
int | GetNumberOfRows () |
|
|
bool | BeginTransaction () |
|
bool | RollbackTransaction () |
|
bool | CommitTransaction () |
|
vtkSQLQuery * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
bool | IsActive () |
|
virtual bool | BindParameter (int index, unsigned char value) |
|
virtual bool | BindParameter (int index, unsigned short value) |
|
virtual bool | BindParameter (int index, unsigned int value) |
|
virtual bool | BindParameter (int index, unsigned long value) |
|
virtual bool | BindParameter (int index, signed char value) |
|
virtual bool | BindParameter (int index, short value) |
|
virtual bool | BindParameter (int index, int value) |
|
virtual bool | BindParameter (int index, long value) |
|
virtual bool | BindParameter (int index, vtkTypeUInt64 value) |
|
virtual bool | BindParameter (int index, vtkTypeInt64 value) |
|
virtual bool | BindParameter (int index, float value) |
|
virtual bool | BindParameter (int index, double value) |
|
virtual bool | BindParameter (int index, const char *stringValue) |
|
virtual bool | BindParameter (int index, const void *data, size_t length) |
|
virtual bool | ClearParameterBindings () |
|
char * | EscapeString (const char *src, bool addSurroundingQuotes) |
|
virtual bool | SetQuery (const char *query) |
|
virtual const char * | GetQuery () |
|
virtual vtkSQLDatabase * | GetDatabase () |
|
virtual bool | BindParameter (int index, const char *stringValue, size_t length) |
|
virtual bool | BindParameter (int index, const vtkStdString &string) |
|
virtual bool | BindParameter (int index, vtkVariant var) |
|
vtkRowQuery * | NewInstance () const |
|
int | GetFieldIndex (char *name) |
|
bool | NextRow (vtkVariantArray *rowArray) |
|
virtual void | SetCaseSensitiveFieldNames (bool) |
|
virtual bool | GetCaseSensitiveFieldNames () |
|
virtual void | CaseSensitiveFieldNamesOn () |
|
virtual void | CaseSensitiveFieldNamesOff () |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual unsigned long | GetMTime () |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
vtkSQLQuery implementation for PostgreSQL databases
This is an implementation of vtkSQLQuery for PostgreSQL databases. See the documentation for vtkSQLQuery for information about what the methods do.
- Thanks:
- Thanks to David Thompson and Andy Wilson from Sandia National Laboratories for implementing this class.
- See also
- vtkSQLDatabase vtkSQLQuery vtkPostgreSQLDatabase
Definition at line 49 of file vtkPostgreSQLQuery.h.