Search for set

  1. Search 9.5.x for set
  2. Search 8.9.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
DatabaseTasks_sqlite::getFormOptions function includes/database/sqlite/install.inc Return driver specific configuration options.
DatabaseTasks_sqlite::minimumVersion function includes/database/sqlite/install.inc Minimum engine version.
DatabaseTasks_sqlite::name function includes/database/sqlite/install.inc Return the human-readable name of the driver.
DatabaseTasks_sqlite::validateDatabaseSettings function includes/database/sqlite/install.inc Validates driver specific configuration settings.
DatabaseTemporaryQueryTestCase class modules/simpletest/tests/database_test.test Temporary query tests.
DatabaseTemporaryQueryTestCase::countTableRows function modules/simpletest/tests/database_test.test Return the number of rows of a table.
DatabaseTemporaryQueryTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseTemporaryQueryTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Drupal site for running functional and integration tests.
DatabaseTemporaryQueryTestCase::testTemporaryQuery function modules/simpletest/tests/database_test.test Confirm that temporary tables work and are limited to one request.
DatabaseTestCase class modules/simpletest/tests/database_test.test Base test class for databases.
DatabaseTestCase::$profile property modules/simpletest/tests/database_test.test The profile to install as a basis for testing.
DatabaseTestCase::addSampleData function modules/simpletest/tests/database_test.test Setup our sample data.
DatabaseTestCase::ensureSampleDataNull function modules/simpletest/tests/database_test.test Set up tables for NULL handling.
DatabaseTestCase::installTables function modules/simpletest/tests/database_test.test Set up several tables needed by a certain test.
DatabaseTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Drupal site for running functional and integration tests.
DatabaseTransaction class includes/database/database.inc A wrapper class for creating and managing database transactions.
DatabaseTransaction::$connection property includes/database/database.inc The connection object for this transaction.
DatabaseTransaction::$name property includes/database/database.inc The name of the transaction.
DatabaseTransaction::$rolledBack property includes/database/database.inc A boolean value to indicate whether this transaction has been rolled back.
DatabaseTransaction::name function includes/database/database.inc Retrieves the name of the transaction or savepoint.
DatabaseTransaction::rollback function includes/database/database.inc Rolls back the current transaction.
DatabaseTransaction::__construct function includes/database/database.inc
DatabaseTransaction::__destruct function includes/database/database.inc
DatabaseTransactionCommitFailedException class includes/database/database.inc Exception thrown when a commit() function fails.
DatabaseTransactionExplicitCommitNotAllowedException class includes/database/database.inc Exception to deny attempts to explicitly manage transactions.
DatabaseTransactionNameNonUniqueException class includes/database/database.inc Exception thrown when a savepoint or transaction name occurs twice.
DatabaseTransactionNoActiveException class includes/database/database.inc Exception for when popTransaction() is called with no active transaction.
DatabaseTransactionOutOfOrderException class includes/database/database.inc Exception thrown when a rollback() resulted in other active transactions being rolled-back.
DatabaseTransactionTestCase class modules/simpletest/tests/database_test.test Test transaction support, particularly nesting.
DatabaseTransactionTestCase::assertRowAbsent function modules/simpletest/tests/database_test.test Assert that a given row is absent from the test table.
DatabaseTransactionTestCase::assertRowPresent function modules/simpletest/tests/database_test.test Assert that a given row is present in the test table.
DatabaseTransactionTestCase::cleanUp function modules/simpletest/tests/database_test.test Start over for a new test.
DatabaseTransactionTestCase::executeDDLStatement function modules/simpletest/tests/database_test.test Execute a DDL statement.
DatabaseTransactionTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseTransactionTestCase::insertRow function modules/simpletest/tests/database_test.test Insert a single row into the testing table.
DatabaseTransactionTestCase::rollBackWithoutTransactionErrorHandler function modules/simpletest/tests/database_test.test Special handling of "rollback without transaction" errors.
DatabaseTransactionTestCase::testCommittedTransaction function modules/simpletest/tests/database_test.test Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported function modules/simpletest/tests/database_test.test Test transaction rollback on a database that does not support transactions.
DatabaseTransactionTestCase::testTransactionRollBackSupported function modules/simpletest/tests/database_test.test Test transaction rollback on a database that supports transactions.
DatabaseTransactionTestCase::testTransactionStacking function modules/simpletest/tests/database_test.test Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::testTransactionWithDdlStatement function modules/simpletest/tests/database_test.test Test the compatibility of transactions with DDL statements.
DatabaseTransactionTestCase::transactionInnerLayer function modules/simpletest/tests/database_test.test Helper method for transaction unit tests. This "inner layer" transaction
is either used alone or nested inside of the "outer layer" transaction.
DatabaseTransactionTestCase::transactionOuterLayer function modules/simpletest/tests/database_test.test Helper method for transaction unit test.
DateFormatTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
DateTimeFunctionalTest::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
DBLogTestCase::setUp function modules/dblog/dblog.test Enable modules and create users with specific permissions.
dblog_form_system_logging_settings_alter function modules/dblog/dblog.module Implements hook_form_FORM_ID_alter() for system_logging_settings().
db_field_set_default function includes/database/database.inc Sets the default value for a field.
db_field_set_no_default function includes/database/database.inc Sets a field to have no default value.
db_set_active function includes/database/database.inc Sets a new active database.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.