Search for db
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseLegacyTest::testDbTableExists | function | core/ |
Tests the db_table_exists() function. |
DatabaseLegacyTest::testDbTransaction | function | core/ |
Tests deprecation of the db_transaction() function. |
DatabaseLegacyTest::testDbTruncate | function | core/ |
Tests deprecation of the db_truncate() function. |
DatabaseLegacyTest::testDbUpdate | function | core/ |
Tests the db_update() function. |
DatabaseLegacyTest::testDbXor | function | core/ |
Tests deprecation of the db_xor() function. |
DatabaseTestController::dbQueryTemporary | function | core/ |
Creates temporary table and outputs the table name and its number of rows. |
db-tools.php | file | core/ |
A command line application to import a database generation script. |
DbCommandBase | class | core/ |
Base command that abstracts handling of database connection arguments. |
DbCommandBase.php | file | core/ |
|
DbCommandBase::configure | function | core/ |
|
DbCommandBase::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
DbCommandBaseTest | class | core/ |
Test that the DbToolsApplication works correctly. |
DbCommandBaseTest.php | file | core/ |
Contains \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTest. |
DbCommandBaseTest::testPrefix | function | core/ |
Test specifying a prefix for different connections. |
DbCommandBaseTest::testSpecifyDatabaseDoesNotExist | function | core/ |
Invalid database names will throw a useful exception. |
DbCommandBaseTest::testSpecifyDatabaseKey | function | core/ |
Test specifying a database key. |
DbCommandBaseTest::testSpecifyDbUrl | function | core/ |
Test supplying database connection as a url. |
DbCommandBaseTester | class | core/ |
Concrete command implementation for testing base features. |
DbCommandBaseTester::configure | function | core/ |
|
DbCommandBaseTester::execute | function | core/ |
|
DbCommandBaseTester::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
DbDumpApplication | class | core/ |
Provides a command to dump a database generation script. |
DbDumpApplication.php | file | core/ |
|
DbDumpApplication::getCommandName | function | core/ |
|
DbDumpApplication::getDefaultCommands | function | core/ |
|
DbDumpApplication::getDefinition | function | core/ |
Overridden so the application doesn't expect the command name as the first argument. |
DbDumpCommand | class | core/ |
Provides a command to dump the current database to a script. |
DbDumpCommand.php | file | core/ |
|
DbDumpCommand::$excludeTables | property | core/ |
An array of table patterns to exclude completely. |
DbDumpCommand::configure | function | core/ |
|
DbDumpCommand::execute | function | core/ |
|
DbDumpCommand::fieldSizeMap | function | core/ |
Given a database field type, return a Drupal size. |
DbDumpCommand::fieldTypeMap | function | core/ |
Given a database field type, return a Drupal type. |
DbDumpCommand::generateScript | function | core/ |
Generates the database script. |
DbDumpCommand::getFieldOrder | function | core/ |
Gets field ordering for a given table. |
DbDumpCommand::getTableCollation | function | core/ |
Set the table collation. |
DbDumpCommand::getTableData | function | core/ |
Gets all data from a given table. |
DbDumpCommand::getTableIndexes | function | core/ |
Adds primary key, unique keys, and index information to the schema. |
DbDumpCommand::getTables | function | core/ |
Returns a list of tables, not including those set to be excluded. |
DbDumpCommand::getTableSchema | function | core/ |
Returns a schema array for a given table. |
DbDumpCommand::getTableScript | function | core/ |
The part of the script for each table. |
DbDumpCommand::getTemplate | function | core/ |
The script template. |
DbDumpCommandTest | class | core/ |
Test that the DbDumpCommand works correctly. |
DbDumpCommandTest.php | file | core/ |
|
DbDumpCommandTest::$modules | property | core/ |
Modules to enable. |
DbDumpCommandTest::setUp | function | core/ |
|
DbDumpCommandTest::testDbDumpCommand | function | core/ |
Test the command directly. |
DbDumpCommandTest::testSchemaOnly | function | core/ |
Test schema only option. |
DbDumpTest | class | core/ |
Tests for the database dump commands. |
DbDumpTest.php | file | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.