Go to the documentation of this file.
43 #ifndef vtkSQLiteQuery_h
44 #define vtkSQLiteQuery_h
152 sqlite3_stmt *Statement;
154 int InitialFetchResult;
156 bool TransactionInProgress;
161 bool BindIntegerParameter(
int index,
int value);
162 bool BindDoubleParameter(
int index,
double value);
163 bool BindInt64Parameter(
int index, vtkTypeInt64
value);
170 #endif // vtkSQLiteQuery_h
GLsizei GLsizei GLenum GLenum const GLvoid * data
bool SetQuery(const char *query)
const char * GetFieldName(int i)
bool BindParameter(int index, vtkTypeInt64 value)
bool BindParameter(int index, const vtkStdString &string)
static vtkSQLiteQuery * New()
bool BindParameter(int index, int value)
#define vtkTypeMacro(thisClass, superclass)
bool RollbackTransaction()
friend class vtkSQLiteQuery
An array holding vtkVariants.
bool BindParameter(int index, signed char value)
GLuint GLsizei GLsizei * length
bool BindParameter(int index, short value)
virtual bool BindParameter(int index, unsigned char value)
bool BindParameter(int index, unsigned long value)
void PrintSelf(ostream &os, vtkIndent indent)
bool BindParameter(int index, const void *data, size_t length)
bool BindParameter(int index, unsigned char value)
GLsizei const GLfloat * value
bool BindParameter(int index, float value)
bool BindParameter(int index, long value)
maintain a connection to an SQLite database
bool BindParameter(int index, vtkVariant value)
a simple class to control print indentation
#define vtkSetStringMacro(name)
bool BindParameter(int index, unsigned int value)
A atomic type representing the union of many types.
bool BindParameter(int index, const char *stringValue)
bool ClearParameterBindings()
bool BindParameter(int index, vtkTypeUInt64 value)
Wrapper around std::string to keep symbols short.
executes an sql query and retrieves results
bool BindParameter(int index, const char *stringValue, size_t length)
const char * GetLastErrorText()
bool BindParameter(int index, unsigned short value)
bool BindParameter(int index, double value)
vtkVariant DataValue(vtkIdType c)
vtkSQLQuery implementation for SQLite databases