VTK  9.3.20240329
Classes | Macros
vtkSQLDatabaseSchema.h File Reference
#include "vtkIOSQLModule.h"
#include "vtkObject.h"
#include <cstdarg>
Include dependency graph for vtkSQLDatabaseSchema.h:

Go to the source code of this file.

Classes

class  vtkSQLDatabaseSchema
 represent an SQL database schema More...
 

Macros

#define VTK_SQL_ALLBACKENDS   "*"
 
#define VTK_SQL_MYSQL   "vtkMySQLDatabase"
 
#define VTK_SQL_POSTGRESQL   "vtkPostgreSQLDatabase"
 
#define VTK_SQL_SQLITE   "vtkSQLiteDatabase"
 

Macro Definition Documentation

◆ VTK_SQL_ALLBACKENDS

#define VTK_SQL_ALLBACKENDS   "*"

Definition at line 41 of file vtkSQLDatabaseSchema.h.

◆ VTK_SQL_MYSQL

#define VTK_SQL_MYSQL   "vtkMySQLDatabase"

Definition at line 42 of file vtkSQLDatabaseSchema.h.

◆ VTK_SQL_POSTGRESQL

#define VTK_SQL_POSTGRESQL   "vtkPostgreSQLDatabase"

Definition at line 43 of file vtkSQLDatabaseSchema.h.

◆ VTK_SQL_SQLITE

#define VTK_SQL_SQLITE   "vtkSQLiteDatabase"

Definition at line 44 of file vtkSQLDatabaseSchema.h.