DatabaseStatementPrefetch::execute in includes/database/prefetch.inc
Executes a prepared statement.
DatabaseStatementPrefetch::fetch in includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAll in includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchAllAssoc in includes/database/prefetch.inc
Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllKeyed in includes/database/prefetch.inc
Returns the entire result set as a single associative array.
DatabaseStatementPrefetch::fetchAssoc in includes/database/prefetch.inc
Fetches the next row and returns it as an associative array.
DatabaseStatementPrefetch::fetchCol in includes/database/prefetch.inc
Returns an entire single column of a result set as an indexed array.
DatabaseStatementPrefetch::fetchColumn in includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchObject in includes/database/prefetch.inc