Contains MySQL-specific commands.
More...
◆ createDictionary()
Creates a data dictionary from an ODBC statement handle
- Parameters
-
[in] | hdlStmt | ODBC statement handle that contains an SQL query |
[out] | dict | Dictionary to be created |
◆ setLimitQuery()
std::string setLimitQuery |
( |
std::string & |
query, |
|
|
size_t |
idx_last_read, |
|
|
size_t |
maxRows |
|
) |
| |
|
inline |
Limits the SELECT query.
- Parameters
-
[in] | query | Query to be limited |
[in] | idx_last_read | Index of the first row to read |
[in] | maxRows | Maximum number of rows to read |
- Returns
- Full limited query with the ';' symbol at the end
◆ statementResultsNumericTable()
Executes an SQL statement from an ODBC statement handle and writes it to a Numeric Table
- Parameters
-
[in] | hdlStmt | ODBC statement handle that contains an SQL query |
[out] | nt | Numeric Table to store query results |
[in] | maxRows | Maximum number of rows that can be read |
The documentation for this class was generated from the following file: