ActiViz .NET
5.8.0
|
vtkMySQLQuery - vtkSQLQuery implementation for MySQL databases More...
Public Member Functions | |
vtkMySQLQuery (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMySQLQuery () | |
Undocumented Block. | |
override bool | BeginTransaction () |
Begin, commit, or roll back a transaction. | |
override bool | BindParameter (int index, byte value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, sbyte value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, ushort value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, short value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, uint value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, int value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, ulong value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, long value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, float value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, double value) |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing. | |
override bool | BindParameter (int index, string stringValue) |
Bind a string value -- string must be null-terminated. | |
override bool | BindParameter (int index, string stringValue, uint length) |
Bind a string value by specifying an array and a size. | |
override bool | BindParameter (int index, IntPtr data, uint length) |
Bind a blob value. Not all databases support blobs as a data type. Check vtkSQLDatabase::IsSupported(VTK_SQL_FEATURE_BLOB) to make sure. | |
override bool | ClearParameterBindings () |
Bind a blob value. Not all databases support blobs as a data type. Check vtkSQLDatabase::IsSupported(VTK_SQL_FEATURE_BLOB) to make sure. | |
override bool | CommitTransaction () |
Begin, commit, or roll back a transaction. | |
override bool | Execute () |
Execute the query. This must be performed before any field name or data access functions are used. | |
override string | GetFieldName (int i) |
Return the name of the specified query field. | |
override int | GetFieldType (int i) |
Return the type of the field, using the constants defined in vtkType.h. | |
override string | GetLastErrorText () |
Get the last error text from the query. | |
override int | GetNumberOfFields () |
The number of fields in the query result. | |
override bool | HasError () |
Return true if there is an error on the current query. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMySQLQuery | NewInstance () |
Undocumented Block. | |
override bool | NextRow () |
Advance row, return false if past end. | |
override bool | RollbackTransaction () |
Begin, commit, or roll back a transaction. | |
override bool | SetQuery (string query) |
Set the SQL query string. This must be performed before Execute() or BindParameter() can be called. | |
Static Public Member Functions | |
static new vtkMySQLQuery | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMySQLQuery | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMySQLQuery" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkMySQLQuery" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkMySQLQuery_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkMySQLQuery_BeginTransaction_01 (HandleRef pThis) |
static internal byte | vtkMySQLQuery_BindParameter_02 (HandleRef pThis, int index, byte value) |
static internal byte | vtkMySQLQuery_BindParameter_03 (HandleRef pThis, int index, sbyte value) |
static internal byte | vtkMySQLQuery_BindParameter_04 (HandleRef pThis, int index, ushort value) |
static internal byte | vtkMySQLQuery_BindParameter_05 (HandleRef pThis, int index, short value) |
static internal byte | vtkMySQLQuery_BindParameter_06 (HandleRef pThis, int index, uint value) |
static internal byte | vtkMySQLQuery_BindParameter_07 (HandleRef pThis, int index, int value) |
static internal byte | vtkMySQLQuery_BindParameter_08 (HandleRef pThis, int index, ulong value) |
static internal byte | vtkMySQLQuery_BindParameter_09 (HandleRef pThis, int index, long value) |
static internal byte | vtkMySQLQuery_BindParameter_10 (HandleRef pThis, int index, float value) |
static internal byte | vtkMySQLQuery_BindParameter_11 (HandleRef pThis, int index, double value) |
static internal byte | vtkMySQLQuery_BindParameter_12 (HandleRef pThis, int index, string stringValue) |
static internal byte | vtkMySQLQuery_BindParameter_13 (HandleRef pThis, int index, string stringValue, uint length) |
static internal byte | vtkMySQLQuery_BindParameter_14 (HandleRef pThis, int index, IntPtr data, uint length) |
static internal byte | vtkMySQLQuery_ClearParameterBindings_15 (HandleRef pThis) |
static internal byte | vtkMySQLQuery_CommitTransaction_16 (HandleRef pThis) |
static internal byte | vtkMySQLQuery_Execute_17 (HandleRef pThis) |
static internal IntPtr | vtkMySQLQuery_GetFieldName_18 (HandleRef pThis, int i) |
static internal int | vtkMySQLQuery_GetFieldType_19 (HandleRef pThis, int i) |
static internal IntPtr | vtkMySQLQuery_GetLastErrorText_20 (HandleRef pThis) |
static internal int | vtkMySQLQuery_GetNumberOfFields_21 (HandleRef pThis) |
static internal byte | vtkMySQLQuery_HasError_22 (HandleRef pThis) |
static internal int | vtkMySQLQuery_IsA_23 (HandleRef pThis, string type) |
static internal int | vtkMySQLQuery_IsTypeOf_24 (string type) |
static internal IntPtr | vtkMySQLQuery_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkMySQLQuery_NextRow_27 (HandleRef pThis) |
static internal byte | vtkMySQLQuery_RollbackTransaction_28 (HandleRef pThis) |
static internal IntPtr | vtkMySQLQuery_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkMySQLQuery_SetQuery_30 (HandleRef pThis, string query) |
Static Private Member Functions | |
static | vtkMySQLQuery () |
Automatically generated type registration mechanics. |
vtkMySQLQuery - vtkSQLQuery implementation for MySQL databases
Description
This is an implementation of vtkSQLQuery for MySQL databases. See the documentation for vtkSQLQuery for information about what the methods do.
Bugs
Since MySQL requires that all bound parameters be passed in a single mysql_stmt_bind_param call, there is no way to determine which one is causing an error when one occurs.
static Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override bool Kitware.VTK.vtkMySQLQuery.BeginTransaction | ( | ) | [virtual] |
Begin, commit, or roll back a transaction.
Calling any of these methods will overwrite the current query text and call Execute() so any previous query text and results will be lost.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
byte | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
sbyte | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
ushort | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
short | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
uint | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
int | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
ulong | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
long | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
float | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
double | value | ||
) | [virtual] |
The following methods bind a parameter value to a placeholder in the SQL string. See the documentation for vtkSQLQuery for further explanation. The driver makes internal copies of string and BLOB parameters so you don't need to worry about keeping them in scope until the query finishes executing.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
string | stringValue | ||
) | [virtual] |
Bind a string value -- string must be null-terminated.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
string | stringValue, | ||
uint | length | ||
) | [virtual] |
Bind a string value by specifying an array and a size.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.BindParameter | ( | int | index, |
IntPtr | data, | ||
uint | length | ||
) | [virtual] |
Bind a blob value. Not all databases support blobs as a data type. Check vtkSQLDatabase::IsSupported(VTK_SQL_FEATURE_BLOB) to make sure.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.ClearParameterBindings | ( | ) | [virtual] |
Bind a blob value. Not all databases support blobs as a data type. Check vtkSQLDatabase::IsSupported(VTK_SQL_FEATURE_BLOB) to make sure.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.CommitTransaction | ( | ) | [virtual] |
Begin, commit, or roll back a transaction.
Calling any of these methods will overwrite the current query text and call Execute() so any previous query text and results will be lost.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override void Kitware.VTK.vtkMySQLQuery.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.Execute | ( | ) | [virtual] |
Execute the query. This must be performed before any field name or data access functions are used.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override string Kitware.VTK.vtkMySQLQuery.GetFieldName | ( | int | i | ) | [virtual] |
Return the name of the specified query field.
Reimplemented from Kitware.VTK.vtkRowQuery.
override int Kitware.VTK.vtkMySQLQuery.GetFieldType | ( | int | i | ) | [virtual] |
Return the type of the field, using the constants defined in vtkType.h.
Reimplemented from Kitware.VTK.vtkRowQuery.
override string Kitware.VTK.vtkMySQLQuery.GetLastErrorText | ( | ) | [virtual] |
Get the last error text from the query.
Reimplemented from Kitware.VTK.vtkRowQuery.
override int Kitware.VTK.vtkMySQLQuery.GetNumberOfFields | ( | ) | [virtual] |
The number of fields in the query result.
Reimplemented from Kitware.VTK.vtkRowQuery.
override bool Kitware.VTK.vtkMySQLQuery.HasError | ( | ) | [virtual] |
Return true if there is an error on the current query.
Reimplemented from Kitware.VTK.vtkRowQuery.
override int Kitware.VTK.vtkMySQLQuery.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSQLQuery.
static new int Kitware.VTK.vtkMySQLQuery.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSQLQuery.
static new vtkMySQLQuery Kitware.VTK.vtkMySQLQuery.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.NextRow | ( | ) | [virtual] |
Advance row, return false if past end.
Reimplemented from Kitware.VTK.vtkRowQuery.
override bool Kitware.VTK.vtkMySQLQuery.RollbackTransaction | ( | ) | [virtual] |
Begin, commit, or roll back a transaction.
Calling any of these methods will overwrite the current query text and call Execute() so any previous query text and results will be lost.
Reimplemented from Kitware.VTK.vtkSQLQuery.
static new vtkMySQLQuery Kitware.VTK.vtkMySQLQuery.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSQLQuery.
override bool Kitware.VTK.vtkMySQLQuery.SetQuery | ( | string | query | ) | [virtual] |
Set the SQL query string. This must be performed before Execute() or BindParameter() can be called.
Reimplemented from Kitware.VTK.vtkSQLQuery.
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BeginTransaction_01 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_02 | ( | HandleRef | pThis, |
int | index, | ||
byte | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_03 | ( | HandleRef | pThis, |
int | index, | ||
sbyte | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_04 | ( | HandleRef | pThis, |
int | index, | ||
ushort | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_05 | ( | HandleRef | pThis, |
int | index, | ||
short | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_06 | ( | HandleRef | pThis, |
int | index, | ||
uint | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_07 | ( | HandleRef | pThis, |
int | index, | ||
int | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_08 | ( | HandleRef | pThis, |
int | index, | ||
ulong | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_09 | ( | HandleRef | pThis, |
int | index, | ||
long | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_10 | ( | HandleRef | pThis, |
int | index, | ||
float | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_11 | ( | HandleRef | pThis, |
int | index, | ||
double | value | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_12 | ( | HandleRef | pThis, |
int | index, | ||
string | stringValue | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_13 | ( | HandleRef | pThis, |
int | index, | ||
string | stringValue, | ||
uint | length | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_BindParameter_14 | ( | HandleRef | pThis, |
int | index, | ||
IntPtr | data, | ||
uint | length | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_ClearParameterBindings_15 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_CommitTransaction_16 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_Execute_17 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_GetFieldName_18 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal int Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_GetFieldType_19 | ( | HandleRef | pThis, |
int | i | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_GetLastErrorText_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_GetNumberOfFields_21 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_HasError_22 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_IsA_23 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_IsTypeOf_24 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_NewInstance_26 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_NextRow_27 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_RollbackTransaction_28 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_SafeDownCast_29 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkMySQLQuery.vtkMySQLQuery_SetQuery_30 | ( | HandleRef | pThis, |
string | query | ||
) | [private] |
new readonly string Kitware.VTK.vtkMySQLQuery.MRClassNameKey = "13vtkMySQLQuery" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSQLQuery.
new const string Kitware.VTK.vtkMySQLQuery.MRFullTypeName = "Kitware.VTK.vtkMySQLQuery" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSQLQuery.