DatabaseAlterTestCase::testAlterExpression |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can alter expressions in the query. |
DatabaseStatementInterface::getQueryString |
function |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseLoggingTestCase::testEnableLogging |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can log the existence of a query. |
DatabaseRangeQueryTestCase::testRangeQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that range query work and return correct result. |
DatabaseTasks::$connectionRefusedErrorCode |
property |
core/includes/install.inc |
Error code when the connection is refused. |
EntityDatabaseStorageController::preDelete |
function |
core/modules/entity/entity.controller.inc |
Acts on entities before they are deleted. |
taxonomy_field_views_data_views_data_alter |
function |
core/modules/taxonomy/views/taxonomy.views.inc |
Implements hook_field_views_data_views_data_alter(). |
DatabaseStatementPrefetch::$resultRowCount |
property |
core/includes/database/prefetch.inc |
The number of rows in this result set. |
DatabaseFetchTestCase::testQueryFetchArray |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record to an array associative explicitly. |
DatabaseInsertTestCase::testInsertSelectAll |
function |
core/modules/simpletest/tests/database_test.test |
Tests that the INSERT INTO ... SELECT * ... syntax works. |
FileUnmanagedSaveDataTest::testFileSaveData |
function |
core/modules/simpletest/tests/file.test |
Test the file_unmanaged_save_data() function. |
DatabaseSelectTestCase::testIsNullCondition |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can find a record with a NULL value. |
BackdropLocalStreamWrapper::stream_metadata |
function |
core/includes/stream_wrappers.inc |
Sets metadata on the stream. |
DatabaseSelectComplexTestCase::testDistinct |
function |
core/modules/simpletest/tests/database_test.test |
Test distinct queries. |
DatabaseTaggingTestCase::testExtenderHasTag |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that an extended query has a "tag" added to it. |
DatabaseAlterTestCase::testAlterRemoveRange |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter(). |
DatabaseBasicSyntaxTestCase::testLikeEscape |
function |
core/modules/simpletest/tests/database_test.test |
Test escaping of LIKE wildcards. |
EntityDatabaseStorageController::postDelete |
function |
core/modules/entity/entity.controller.inc |
Acts on deleted entities before the delete hook is invoked. |
EntityDatabaseStorageController::invokeHook |
function |
core/modules/entity/entity.controller.inc |
Invokes a hook on behalf of the entity. |
ModuleDependencyTestCase::testThemeMetaData |
function |
core/modules/system/tests/system.test |
Tests whether the correct theme metadata is returned. |
DatabaseConnection_mysql::$utf8mb4Supported |
property |
core/includes/database/mysql/database.inc |
Flag set in utf8mb4IsSupported(). |
DatabaseFetchTestCase::testQueryFetchObject |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record to an object explicitly. |
DatabaseStatementPrefetch::throwPDOException |
function |
core/includes/database/prefetch.inc |
Throw a PDO Exception based on the last PDO error. |
DatabaseInsertLOBTestCase::testInsertOneBlob |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can insert a single blob field successfully. |
DatabaseExampleUnitTestCase::testAPIExamples |
function |
modules/examples/database_example/tests/database_example.test |
Tests several combinations, adding entries, updating and deleting. |
DatabaseUpdateTestCase::testSimpleNullUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm updating to NULL. |
DatabaseUpdateTestCase::testExpressionUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Test updating with expressions. |
DatabaseConnection::$transactionalDDLSupport |
property |
core/includes/database/database.inc |
Whether this database connection supports transactional DDL. |
DatabaseUpdateTestCase::testPrimaryKeyUpdate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update the primary key of a record successfully. |
DatabaseUpdateLOBTestCase::testUpdateOneBlob |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can update a blob column. |
DatabaseDeleteTruncateTestCase::testTruncate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can truncate a whole table successfully. |
DatabaseMergeTestCase::testMergeUpdateExcept |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with different insert and update. |
DatabaseConnection::supportsTransactionalDDL |
function |
core/includes/database/database.inc |
Determines if this driver supports transactional DDL. |
ajax_example_advanced_commands_data_callback |
function |
modules/examples/ajax_example/ajax_example_advanced.inc |
Callback for 'data'. |
DatabaseSelectComplexTestCase::testJoinTwice |
function |
core/modules/simpletest/tests/database_test.test |
Confirm we can join on a single table twice with a dynamic alias. |
DatabaseAlterTestCase::testAlterChangeFields |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can alter the fields of a query. |
FieldAttachStorageTestCase::testFieldHasData |
function |
core/modules/field/tests/field.test |
Test field_has_data(). |
DatabaseBasicSyntaxTestCase::testBasicConcat |
function |
core/modules/simpletest/tests/database_test.test |
Test for string concatenation. |
DatabaseBasicSyntaxTestCase::testFieldConcat |
function |
core/modules/simpletest/tests/database_test.test |
Test for string concatenation with field values. |
DatabaseQueryTestCase::testArraySubstitution |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can specify an array of values in the query by passing in an array. |
DatabaseSelectTestCase::makeCommentsProvider |
function |
core/modules/simpletest/tests/database_test.test |
Provides expected and input values for testVulnerableComment(). |
DatabaseTransactionTestCase::assertRowAbsent |
function |
core/modules/simpletest/tests/database_test.test |
Assert that a given row is absent from the test table. |
ModuleDependencyTestCase::testModuleMetaData |
function |
core/modules/system/tests/system.test |
Tests whether the correct module metadata is returned. |
DatabaseCharsetConverter::convertTableFields |
function |
core/includes/database/charset_converter.inc |
Converts a table's field to a desired character set and collation. |
DatabaseConnection_mysql::utf8mb4IsSupported |
function |
core/includes/database/mysql/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseFetchTestCase::testQueryFetchDefault |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record properly in default object mode. |
DatabaseSelectTestCase::testVulnerableComment |
function |
core/modules/simpletest/tests/database_test.test |
Test query COMMENT system against vulnerabilities. |
views_handler_relationship_node_term_data.inc |
file |
core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc |
Definition of views_handler_relationship_node_term_data. |
DatabaseSelectComplexTestCase::testCountQuery |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a built query. |
DatabaseRegressionTestCase::testDBTableExists |
function |
core/modules/simpletest/tests/database_test.test |
Test the db_table_exists() function. |