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

Function BuildNullParameterStruct

IO/MySQL/vtkMySQLQuery.cxx:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103//------------------------------------------------------------------------------
104
105MYSQL_BIND BuildNullParameterStruct()
106{
107 MYSQL_BIND output;
108 output.buffer_type = MYSQL_TYPE_NULL;
109 return output;
110}
111
112//------------------------------------------------------------------------------
113

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected