Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkSQLDatabaseTableSource, simply invoke its constructor as follows
obj = vtkSQLDatabaseTableSource
obj
is an instance of the vtkSQLDatabaseTableSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSQLDatabaseTableSource = obj.NewInstance ()
vtkSQLDatabaseTableSource = obj.SafeDownCast (vtkObject o)
vtkStdString = obj.GetURL ()
obj.SetURL (vtkStdString &url)
obj.SetPassword (vtkStdString &password)
vtkStdString = obj.GetQuery ()
obj.SetQuery (vtkStdString &query)
obj.SetPedigreeIdArrayName (string )
- The name of the array for generating or assigning pedigree ids
(default "id").
string = obj.GetPedigreeIdArrayName ()
- The name of the array for generating or assigning pedigree ids
(default "id").
obj.SetGeneratePedigreeIds (bool )
- If on (default), generates pedigree ids automatically.
If off, assign one of the arrays to be the pedigree id.
bool = obj.GetGeneratePedigreeIds ()
- If on (default), generates pedigree ids automatically.
If off, assign one of the arrays to be the pedigree id.
obj.GeneratePedigreeIdsOn ()
- If on (default), generates pedigree ids automatically.
If off, assign one of the arrays to be the pedigree id.
obj.GeneratePedigreeIdsOff ()
- If on (default), generates pedigree ids automatically.
If off, assign one of the arrays to be the pedigree id.