gz/transport/log/SqlStatement.hh
STL class.
STL class.
A class which contains a SQL statement parameter. SqlParameter can be useful for keeping SQL queries ...
Definition: gz/transport/log/SqlStatement.hh:40
ParamType
An enum to indicate which type of parameter this is.
Definition: gz/transport/log/SqlStatement.hh:43
std::vector< SqlParameter > parameters
Parameters for the statement.
Definition: gz/transport/log/SqlStatement.hh:161
A statement for a SQL query. These are generated by the QueryOptions class to control how messages ge...
Definition: gz/transport/log/SqlStatement.hh:149
Definition: gz/transport/log/Batch.hh:27