Public Member Functions | |
__construct ($resultSet, $terms) | |
termMatches () | |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract. | |
numRows () | |
next () | |
Fetches next search result, or false. |
Definition at line 227 of file SearchIBM_DB2.php.
IBM_DB2SearchResultSet::__construct | ( | $ | resultSet, | |
$ | terms | |||
) |
Definition at line 228 of file SearchIBM_DB2.php.
IBM_DB2SearchResultSet::next | ( | ) |
Fetches next search result, or false.
Reimplemented from SearchResultSet.
Definition at line 241 of file SearchIBM_DB2.php.
References $row.
IBM_DB2SearchResultSet::numRows | ( | ) |
IBM_DB2SearchResultSet::termMatches | ( | ) |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract.
Reimplemented from SearchResultSet.
Definition at line 233 of file SearchIBM_DB2.php.