DatabaseStatementInterface::fetchAssoc |
function |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::getQueryString |
function |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseTransactionTestCase::insertRow |
function |
core/modules/simpletest/tests/database_test.test |
Insert a single row into the testing table. |
ViewsHandlerFilterCombineTest::dataSet |
function |
core/modules/views/tests/handlers/views_handler_filter_combine.test |
Additional data to test the NULL issue. |
ConfigDatabaseStorage::getModifiedTime |
function |
core/includes/config.inc |
Returns a timestamp indicating the last time a configuration was modified. |
ViewsHandlerFieldCustomTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_custom.test |
The views data definition. |
DatabaseConnection_mysql::databaseType |
function |
core/includes/database/mysql/database.inc |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_mysql::nextIdDelete |
function |
core/includes/database/mysql/database.inc |
|
DatabaseConnection::utf8mb4IsSupported |
function |
core/includes/database/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseCharsetConverter::convertTable |
function |
core/includes/database/charset_converter.inc |
Converts a table to a desired character set and collation. |
ViewsHandlerFieldBulkFormTest::dataSet |
function |
core/modules/views/tests/handlers/views_handler_field_bulk_form.test |
Overrides the dataset for views_test to insert nids for each of the 5 rows. |
file_field_views_data_views_data_alter |
function |
core/modules/file/views/file.views.inc |
Implements hook_field_views_data_views_data_alter(). |
DatabaseTestCase::ensureSampleDataNull |
function |
core/modules/simpletest/tests/database_test.test |
Set up tables for NULL handling. |
DatabaseStatementPrefetch::$currentRow |
property |
core/includes/database/prefetch.inc |
The current row, retrieved in PDO::FETCH_ASSOC format. |
DatabaseStatementPrefetch::$currentKey |
property |
core/includes/database/prefetch.inc |
The key of the current row. |
DatabaseStatementPrefetch::$fetchStyle |
property |
core/includes/database/prefetch.inc |
Holds the current fetch style (which will be used by the next fetch). |
DatabaseStatementPrefetch::__construct |
function |
core/includes/database/prefetch.inc |
|
DatabaseStatementPrefetch::getStatement |
function |
core/includes/database/prefetch.inc |
Grab a PDOStatement object from a given query and its arguments. |
DatabaseStatementPrefetch::setFetchMode |
function |
core/includes/database/prefetch.inc |
|
ViewsHandlerFilterInOperator::viewsData |
function |
core/modules/views/tests/handlers/views_handler_filter_in_operator.test |
The views data definition. |
DatabaseInsertTestCase::testMultiInsert |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can insert multiple records in one query object. |
DatabaseUpdateTestCase::testMultiUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records successfully. |
DatabaseUpdateTestCase::testWhereUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records with a where call. |
DatabaseConnection::$transactionSupport |
property |
core/includes/database/database.inc |
Whether this database connection supports transactions. |
DatabaseConnection::$temporaryNameIndex |
property |
core/includes/database/database.inc |
An index used to generate unique temporary table names. |
ViewsHandlerFieldBooleanTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_boolean.test |
The views data definition. |
DatabaseMergeTestCase::testInvalidMerge |
function |
core/modules/simpletest/tests/database_test.test |
Test that an invalid merge query throws an exception like it is supposed to. |
DatabaseSelectTestCase::testRandomOrder |
function |
core/modules/simpletest/tests/database_test.test |
Test that random ordering of queries works. |
image_field_views_data_views_data_alter |
function |
core/modules/image/views/image.views.inc |
Implements hook_field_views_data_views_data_alter(). |
DatabaseCondition::mapConditionOperator |
function |
core/includes/database/query.inc |
Gets any special processing requirements for the condition operator. |
BackdropTestCase::prepareDatabasePrefix |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Generates a database prefix for running tests. |
DatabaseTaggingTestCase::testHasAllTags |
function |
core/modules/simpletest/tests/database_test.test |
Test query tagging "has all of these tags" functionality. |
BackdropTestCase::getDatabaseConnection |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Returns the database connection to the site running Simpletest. |
EntityDatabaseStorageController::create |
function |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::create(). |
EntityDatabaseStorageController::delete |
function |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::delete(). |
DatabaseTasks::validateDatabaseSettings |
function |
core/includes/install.inc |
Validates driver specific configuration settings. |
ViewsHandlerArgumentNullTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_argument_null.test |
The views data definition. |
DatabaseConnection_mysql::$needsCleanup |
property |
core/includes/database/mysql/database.inc |
Flag to indicate if the cleanup function in __destruct() should run. |
DatabaseSchema::buildTableNameCondition |
function |
core/includes/database/schema.inc |
Build a condition to match a table name against a standard information_schema. |
ViewsHandlerFilterStringTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_filter_string.test |
The views data definition. |
DatabaseSchema_mysql::COMMENT_MAX_TABLE |
constant |
core/includes/database/mysql/schema.inc |
Maximum length of a table comment in MySQL. |
DatabaseCharsetConverter::setConnection |
function |
core/includes/database/charset_converter.inc |
Set the active connection for all operations. |
DatabaseCharsetConverter::convertTables |
function |
core/includes/database/charset_converter.inc |
Converts all the tables defined by backdrop_get_schema(). |
DatabaseStatementPrefetch::$queryString |
property |
core/includes/database/prefetch.inc |
The query string. |
DatabaseSchema_mysql::fieldSetNoDefault |
function |
core/includes/database/mysql/schema.inc |
Set a field to have no default value. |
DatabaseStatementPrefetch::$columnNames |
property |
core/includes/database/prefetch.inc |
The list of column names in this result set. |
ViewsHandlerFileExtensionTest::viewsData |
function |
core/modules/views/tests/handlers/views_handler_field_file_extension.test |
The views data definition. |
BackdropDatabaseCache::garbageCollection |
function |
core/includes/cache.inc |
Implements BackdropCacheInterface::garbageCollection(). |
DatabaseInsertTestCase::testSimpleInsert |
function |
core/modules/simpletest/tests/database_test.test |
Test the very basic insert functionality. |
DatabaseExampleUnitTestCase::testInstall |
function |
modules/examples/database_example/tests/database_example.test |
Tests the default module installation, two entries in the database table. |