DatabaseStatementPrefetch::fetchAssoc |
function |
includes/database/prefetch.inc |
Fetches the next row and returns it as an associative array. |
DatabaseCharsetConverter::__construct |
function |
includes/database/charset_converter.inc |
DatabaseCharsetConverter constructor. |
ViewsHandlerFieldBooleanTest::dataSet |
function |
modules/views/tests/handlers/views_handler_field_boolean.test |
A very simple test dataset. |
ConfigDatabaseStorage::$storage_class |
property |
drivers/config_database/config_database_storage.inc |
The name of the storage class. |
DatabaseStatementPrefetch::fetchField |
function |
includes/database/prefetch.inc |
Returns a single field from the next record of a result set. |
BackdropDatabaseCache::deleteMultiple |
function |
drivers/cache_database/cache_database.inc |
Implements BackdropCacheInterface::deleteMultiple(). |
DatabaseConnection_mysql::escapeField |
function |
drivers/database_mysql/database.inc |
Escapes a field name string. |
DatabaseConnection_mysql::__construct |
function |
drivers/database_mysql/database.inc |
|
DatabaseStatementBase::getQueryString |
function |
includes/database/database.inc |
Gets the query string of this statement. |
DatabaseSchema_mysql::getFieldTypeMap |
function |
drivers/database_mysql/schema.inc |
Returns a mapping of Backdrop schema field names to DB-native field types. |
DatabaseCharsetConverter::$connection |
property |
includes/database/charset_converter.inc |
The current connection for all operations. |
DatabaseTaggingTestCase::testMetaData |
function |
modules/simpletest/tests/database_test.test |
Test that we can attach meta data to a query object. |
DatabaseConnection_mysql::escapeAlias |
function |
drivers/database_mysql/database.inc |
Escapes an alias name string. |
FileSaveDataTest::testWithoutFilename |
function |
modules/simpletest/tests/file.test |
Test the file_save_data() function when no filename is provided. |
DatabaseTemporaryQueryTestCase::setUp |
function |
modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseSelectComplexTestCase2::setUp |
function |
modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseConnectionNotDefinedException |
class |
includes/database/database.inc |
Exception thrown if an undefined database connection is requested. |
DatabaseSchema_mysql::fieldSetDefault |
function |
drivers/database_mysql/schema.inc |
Set the default value for a field. |
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. |
FileSaveDataTest::testExistingReplace |
function |
modules/simpletest/tests/file.test |
Test file_save_data() when replacing an existing file. |
EntityDatabaseStorageController::save |
function |
modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::save(). |
DatabaseConnection_mysql::dateMathSql |
function |
drivers/database_mysql/database.inc |
|
ViewsHandlerFilterStringTest::dataSet |
function |
modules/views/tests/handlers/views_handler_filter_string.test |
An extended test dataset. |
DatabaseAlterTestCase::testSimpleAlter |
function |
modules/simpletest/tests/database_test.test |
Test that we can do basic alters. |
DatabaseCharsetConverter::convertTable |
function |
includes/database/charset_converter.inc |
Converts a table to a desired character set and collation. |
DatabaseStatementPrefetch::$currentRow |
property |
includes/database/prefetch.inc |
The current row, retrieved in PDO::FETCH_ASSOC format. |
DatabaseStatementPrefetch::$currentKey |
property |
includes/database/prefetch.inc |
The key of the current row. |
DatabaseStatementPrefetch::$fetchStyle |
property |
includes/database/prefetch.inc |
Holds the current fetch style (which will be used by the next fetch). |
DatabaseStatementPrefetch::fetchObject |
function |
includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::__construct |
function |
includes/database/prefetch.inc |
|
DatabaseConnection::$transactionLayers |
property |
includes/database/database.inc |
Tracks the number of "layers" of transactions currently active. |
DatabaseConnection::$connectionOptions |
property |
includes/database/database.inc |
The connection information for this connection object. |
ViewsHandlerFilterCombineTest::dataSet |
function |
modules/views/tests/handlers/views_handler_filter_combine.test |
Additional data to test the NULL issue. |
DatabaseConnection::utf8mb4IsSupported |
function |
includes/database/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection::hasTimezoneSupport |
function |
includes/database/database.inc |
|
MenuTreeDataTestCase::testMenuTreeData |
function |
modules/simpletest/tests/menu.test |
Validate the generation of a proper menu tree hierarchy. |
DatabaseTransactionOutOfOrderException |
class |
includes/database/database.inc |
Exception thrown when a rollback() resulted in other active transactions being rolled-back. |
DatabaseStatementInterface::fetchField |
function |
includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementInterface::fetchAssoc |
function |
includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::getQueryString |
function |
includes/database/database.inc |
Gets the query string of this statement. |
DatabaseStatementPrefetch::fetchColumn |
function |
includes/database/prefetch.inc |
|
BackdropTestCase::$setupDatabasePrefix |
property |
modules/simpletest/backdrop_web_test_case.php |
|
DatabaseConnection_mysql::escapeFields |
function |
drivers/database_mysql/database.inc |
|
DatabaseConnection_mysql::databaseType |
function |
drivers/database_mysql/database.inc |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_mysql::dateFieldSql |
function |
drivers/database_mysql/database.inc |
|
DatabaseConnection_mysql::nextIdDelete |
function |
drivers/database_mysql/database.inc |
|
ViewsHandlerFileExtensionTest::dataSet |
function |
modules/views/tests/handlers/views_handler_field_file_extension.test |
A very simple test dataset. |
ConfigDatabaseStorage::getModifiedTime |
function |
drivers/config_database/config_database_storage.inc |
Returns a timestamp indicating the last time a configuration was modified. |
file_field_views_data_views_data_alter |
function |
modules/file/views/file.views.inc |
Implements hook_field_views_data_views_data_alter(). |