DatabaseStatementEmpty::execute |
core/includes/database/database.inc |
Executes a prepared statement |
DatabaseStatementEmpty::fetch |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::fetchAll |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementEmpty::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementEmpty::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementEmpty::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementEmpty::fetchObject |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseStatementEmpty::key |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::next |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::rewind |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::rowCount |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementEmpty::setFetchMode |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::valid |
core/includes/database/database.inc |
|
DatabaseStatementInterface::execute |
core/includes/database/database.inc |
Executes a prepared statement |
DatabaseStatementInterface::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementInterface::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementInterface::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementInterface::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementInterface::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementInterface::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseStatementInterface::rowCount |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::current |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::execute |
core/includes/database/prefetch.inc |
Executes a prepared statement. |
DatabaseStatementPrefetch::fetch |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchAll |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchAllAssoc |
core/includes/database/prefetch.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementPrefetch::fetchAllKeyed |
core/includes/database/prefetch.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementPrefetch::fetchAssoc |
core/includes/database/prefetch.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementPrefetch::fetchCol |
core/includes/database/prefetch.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementPrefetch::fetchColumn |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::fetchField |
core/includes/database/prefetch.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementPrefetch::fetchObject |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::getQueryString |
core/includes/database/prefetch.inc |
Return the object's SQL query string. |
DatabaseStatementPrefetch::getStatement |
core/includes/database/prefetch.inc |
Grab a PDOStatement object from a given query and its arguments. |
DatabaseStatementPrefetch::key |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::next |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::rewind |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::rowCount |
core/includes/database/prefetch.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementPrefetch::setFetchMode |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::throwPDOException |
core/includes/database/prefetch.inc |
Throw a PDO Exception based on the last PDO error. |
DatabaseStatementPrefetch::valid |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::__construct |
core/includes/database/prefetch.inc |
|
DatabaseTaggingTestCase::testExtenderHasAllTags |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has all of these tags" functionality. |
DatabaseTaggingTestCase::testExtenderHasAnyTag |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has at least one of these tags" functionality. |
DatabaseTaggingTestCase::testExtenderHasTag |
core/modules/simpletest/tests/database_test.test |
Confirm that an extended query has a "tag" added to it. |
DatabaseTaggingTestCase::testHasAllTags |
core/modules/simpletest/tests/database_test.test |
Test query tagging "has all of these tags" functionality. |
DatabaseTaggingTestCase::testHasAnyTag |
core/modules/simpletest/tests/database_test.test |
Test query tagging "has at least one of these tags" functionality. |