Qore SqlUtil Module Reference  1.5
Deprecated List
Member SqlUtil::AbstractTable::getRowIterator (*hash sh, *reference< string > sql, *hash opt)
for getStatement(); if the underlying database connection object returns an AbstractSQLStatement instead of an SQLStatement, then an exception will be raised; use getStatement() instead
Member SqlUtil::AbstractTable::getRowIterator (*hash sh, *hash opt)
for getStatement(); if the underlying database connection object returns an AbstractSQLStatement instead of an SQLStatement, then an exception will be raised; use getStatement() instead
Member SqlUtil::AbstractTable::getRowIteratorNoExec (*hash sh, *reference< string > sql, *hash opt)
for getStatementNoExec(); if the underlying database connection object returns an AbstractSQLStatement instead of an SQLStatement, then an exception will be raised; use getStatementNoExec() instead