C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
MySQLFeatureManager Class Reference

Contains MySQL-specific commands. More...

DataSourceIface::DataSourceStatus statementResultsNumericTable (SQLHSTMT hdlStmt, NumericTable *nt, size_t maxRows)
 

Class Declaration

Member Function Documentation

◆ createDictionary()

void createDictionary ( SQLHSTMT  hdlStmt,
DataSourceDictionary dict 
)
inline

Creates a data dictionary from an ODBC statement handle

Parameters
[in]hdlStmtODBC statement handle that contains an SQL query
[out]dictDictionary 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]queryQuery to be limited
[in]idx_last_readIndex of the first row to read
[in]maxRowsMaximum number of rows to read
Returns
Full limited query with the ';' symbol at the end

◆ statementResultsNumericTable()

DataSourceIface::DataSourceStatus statementResultsNumericTable ( SQLHSTMT  hdlStmt,
NumericTable nt,
size_t  maxRows 
)

Executes an SQL statement from an ODBC statement handle and writes it to a Numeric Table

Parameters
[in]hdlStmtODBC statement handle that contains an SQL query
[out]ntNumeric Table to store query results
[in]maxRowsMaximum number of rows that can be read

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.