Contains MySQL-specific commands.
More...
def createDictionary |
( |
|
self, |
|
|
|
hdlStmt, |
|
|
|
dict |
|
) |
| |
Creates a data dictionary from an ODBC statement handle
- Parameters
-
hdlStmt | ODBC statement handle that contains an SQL query |
dict | Dictionary to be created |
getErrors(MySQLFeatureManager self) -> daal.services.SharedPtr< daal.services.ErrorCollection >
def setLimitQuery |
( |
|
self, |
|
|
|
query, |
|
|
|
idx_last_read, |
|
|
|
maxRows |
|
) |
| |
Limits the SELECT query.
- Parameters
-
query | Query to be limited |
idx_last_read | Index of the first row to read |
maxRows | Maximum number of rows to read |
- Returns
- Full limited query with the ';' symbol at the end
def statementResultsNumericTable |
( |
|
self, |
|
|
|
hdlStmt, |
|
|
|
nt, |
|
|
|
maxRows |
|
) |
| |
Executes an SQL statement from an ODBC statement handle and writes it to a Numeric Table
- Parameters
-
hdlStmt | ODBC statement handle that contains an SQL query |
nt | Numeric Table to store query results |
maxRows | Maximum number of rows that can be read |
The documentation for this class was generated from the following file: