Statement::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Returns a single field from the next record of a result set. |
StatementEmpty::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns a single field from the next record of a result set. |
StatementPrefetch::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Returns a single field from the next record of a result set. |
StatementInterface::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementInterface.php |
Returns a single field from the next record of a result set. |
ViewsDataTest::testViewsFetchFields |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php |
Tests the views_fetch_fields function(). |