MCPcopy Create free account
hub / github.com/Kitware/VTK / BindParameter

Method BindParameter

IO/SQL/vtkSQLQuery.cxx:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool vtkSQLQuery::BindParameter(int vtkNotUsed(index), unsigned char vtkNotUsed(value))
73{
74 vtkErrorMacro(<< "This database driver does not support bound parameters.");
75 return false;
76}
77
78bool vtkSQLQuery::BindParameter(int vtkNotUsed(index), signed char vtkNotUsed(value))
79{

Callers 1

TestSQLiteDatabaseFunction · 0.45

Calls 2

IsValidMethod · 0.45
GetTypeMethod · 0.45

Tested by 1

TestSQLiteDatabaseFunction · 0.36