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. |
DatabaseStatementPrefetchGadgetChainTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Tests database statements against deserialization attacks. |
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. |
DatabaseRegressionTestCase::testDBFieldExists |
function |
core/modules/simpletest/tests/database_test.test |
Test the db_field_exists() function. |
DatabaseRegressionTestCase::testDBIndexExists |
function |
core/modules/simpletest/tests/database_test.test |
Test the db_index_exists() function. |
DatabaseTransactionTestCase::assertRowPresent |
function |
core/modules/simpletest/tests/database_test.test |
Assert that a given row is present in the test table. |
DatabaseSchema_mysql::buildTableNameCondition |
function |
core/includes/database/mysql/schema.inc |
MySQL uses databases like schemas rather than catalogs so when we build
a condition to query the information_schema.tables, we set the default
database as the schema unless specified otherwise, and exclude
table_catalog from the condition criteria. |
DatabaseCharsetConverter::convertAllDatabases |
function |
core/includes/database/charset_converter.inc |
Convert the MySQL Backdrop databases character set and collation. |
DatabaseStatementPrefetch::$defaultFetchStyle |
property |
core/includes/database/prefetch.inc |
Holds the default fetch style. |
DatabaseInsertTestCase::testInsertLastInsertID |
function |
core/modules/simpletest/tests/database_test.test |
Test that inserts return the proper auto-increment ID. |
DatabaseInsertTestCase::testInsertSelectFields |
function |
core/modules/simpletest/tests/database_test.test |
Test that the INSERT INTO ... SELECT (fields) ... syntax works. |
DatabaseUpdateTestCase::testUpdateAffectedRows |
function |
core/modules/simpletest/tests/database_test.test |
Tests return value on update. |
DatabaseMergeTestCase::testMergeUpdateExplicit |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully, with alternate replacement. |
DatabaseSelectTestCase::testIsNotNullCondition |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can find a record without a NULL value. |
DatabaseCondition::$queryPlaceholderIdentifier |
property |
core/includes/database/query.inc |
The name of the query placeholder this condition has been compiled against. |
DatabaseConnection::popCommittableTransactions |
function |
core/includes/database/database.inc |
Internal function: commit all the transaction layers that can commit. |
DatabaseConnection::generateTemporaryTableName |
function |
core/includes/database/database.inc |
Generates a temporary table name. |
ViewsHandlerManyToOneTest::clearViewsDataCache |
function |
core/modules/views/tests/handlers/views_handler_manytoone.test |
Clears views data cache. |
DatabaseSelectComplexTestCase::testDefaultJoin |
function |
core/modules/simpletest/tests/database_test.test |
Test simple JOIN statements. |
DatabaseTaggingTestCase::testExtenderHasAnyTag |
function |
core/modules/simpletest/tests/database_test.test |
Test extended query tagging "has at least one of these tags" functionality. |
DatabaseAlterTestCase::testSimpleAlterSubquery |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can do basic alters on subqueries. |
DatabaseTemporaryQueryTestCase::countTableRows |
function |
core/modules/simpletest/tests/database_test.test |
Return the number of rows of a table. |