Qore SqlUtil Module Reference  1.5.2
Deprecated List
Member SqlUtil::AbstractTable::getRowIterator (*hash< auto > sh, *reference< string > sql, *hash< auto > 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< auto > sh, *hash< auto > 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< auto > sh, *reference< string > sql, *hash< auto > 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