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