Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for fetchAll

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
DatabaseStatementEmpty::fetchAll function includes/database/database.inc
DatabaseStatementPrefetch::fetchAll function includes/database/prefetch.inc
DatabaseStatementBase::fetchAllAssoc function includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementBase::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementEmpty::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementEmpty::fetchAllAssoc function includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllAssoc function includes/database/prefetch.inc Returns the result set as an associative array keyed by the given field.
DatabaseStatementPrefetch::fetchAllKeyed function includes/database/prefetch.inc Returns the entire result set as a single associative array.
DatabaseStatementInterface::fetchAllKeyed function includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementInterface::fetchAllAssoc function includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseEmptyStatementTestCase::testEmptyFetchAll function modules/simpletest/tests/database_test.test Test that the empty result set mass-fetches in an expected way.

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS