Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DatabaseConnection_sqlite class includes/database/sqlite/database.inc Specific SQLite implementation of DatabaseConnection.
DatabaseConnection_sqlite::$attachedDatabases property includes/database/sqlite/database.inc All databases attached to the current database. This is used to allow
prefixes to be safely handled without locking the table
DatabaseConnection_sqlite::$savepointSupport property includes/database/sqlite/database.inc Whether this database connection supports savepoints.
DatabaseConnection_sqlite::$tableDropped property includes/database/sqlite/database.inc Whether or not a table has been dropped this request: the destructor will
only try to get rid of unnecessary databases if there is potential of them
being empty.
DatabaseConnection_sqlite::$willRollback property includes/database/sqlite/database.inc Whether or not the active transaction (if any) will be rolled back.
DatabaseConnection_sqlite::databaseType function includes/database/sqlite/database.inc Returns the name of the PDO driver for this connection.
DatabaseConnection_sqlite::driver function includes/database/sqlite/database.inc Returns the type of database driver.
DatabaseConnection_sqlite::getAttachedDatabases function includes/database/sqlite/database.inc Gets all the attached databases.
DatabaseConnection_sqlite::mapConditionOperator function includes/database/sqlite/database.inc Gets any special processing requirements for the condition operator.
DatabaseConnection_sqlite::nextId function includes/database/sqlite/database.inc Retrieves an unique id from a given sequence.
DatabaseConnection_sqlite::PDOPrepare function includes/database/sqlite/database.inc NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS.
DatabaseConnection_sqlite::popTransaction function includes/database/sqlite/database.inc Decreases the depth of transaction nesting.
DatabaseConnection_sqlite::prepare function includes/database/sqlite/database.inc SQLite-specific implementation of DatabaseConnection::prepare().
DatabaseConnection_sqlite::prepareQuery function includes/database/sqlite/database.inc Prepares a query string and returns the prepared statement.
DatabaseConnection_sqlite::pushTransaction function includes/database/sqlite/database.inc Increases the depth of transaction nesting.
DatabaseConnection_sqlite::queryRange function includes/database/sqlite/database.inc Runs a limited-range query on this database object.
DatabaseConnection_sqlite::queryTemporary function includes/database/sqlite/database.inc Runs a SELECT query and stores its results in a temporary table.
DatabaseConnection_sqlite::rollback function includes/database/sqlite/database.inc Rolls back the transaction entirely or to a named savepoint.
DatabaseConnection_sqlite::sqlFunctionConcat function includes/database/sqlite/database.inc SQLite compatibility implementation for the CONCAT() SQL function.
DatabaseConnection_sqlite::sqlFunctionGreatest function includes/database/sqlite/database.inc SQLite compatibility implementation for the GREATEST() SQL function.
DatabaseConnection_sqlite::sqlFunctionIf function includes/database/sqlite/database.inc SQLite compatibility implementation for the IF() SQL function.
DatabaseConnection_sqlite::sqlFunctionRand function includes/database/sqlite/database.inc SQLite compatibility implementation for the RAND() SQL function.
DatabaseConnection_sqlite::sqlFunctionSubstring function includes/database/sqlite/database.inc SQLite compatibility implementation for the SUBSTRING() SQL function.
DatabaseConnection_sqlite::sqlFunctionSubstringIndex function includes/database/sqlite/database.inc SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function.
DatabaseConnection_sqlite::utf8mb4IsActive function includes/database/sqlite/database.inc Checks whether utf8mb4 support is currently active.
DatabaseConnection_sqlite::utf8mb4IsSupported function includes/database/sqlite/database.inc Checks whether utf8mb4 support is available on the current database system.
DatabaseConnection_sqlite::__construct function includes/database/sqlite/database.inc
DatabaseConnection_sqlite::__destruct function includes/database/sqlite/database.inc Destructor for the SQLite connection.
DatabaseDeleteTruncateTestCase class modules/simpletest/tests/database_test.test Delete/Truncate tests.
DatabaseDeleteTruncateTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseDeleteTruncateTestCase::testSimpleDelete function modules/simpletest/tests/database_test.test Confirm that we can delete a single record successfully.
DatabaseDeleteTruncateTestCase::testSubselectDelete function modules/simpletest/tests/database_test.test Confirm that we can use a subselect in a delete successfully.
DatabaseDeleteTruncateTestCase::testTruncate function modules/simpletest/tests/database_test.test Confirm that we can truncate a whole table successfully.
DatabaseDriverNotSpecifiedException class includes/database/database.inc Exception thrown if no driver is specified for a database connection.
DatabaseEmptyStatementTestCase class modules/simpletest/tests/database_test.test Tests the empty pseudo-statement class.
DatabaseEmptyStatementTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseEmptyStatementTestCase::testEmpty function modules/simpletest/tests/database_test.test Test that the empty result set behaves as empty.
DatabaseEmptyStatementTestCase::testEmptyFetchAll function modules/simpletest/tests/database_test.test Test that the empty result set mass-fetches in an expected way.
DatabaseEmptyStatementTestCase::testEmptyIteration function modules/simpletest/tests/database_test.test Test that the empty result set iterates safely.
DatabaseFetch2TestCase class modules/simpletest/tests/database_test.test Test fetch actions, part 2.
DatabaseFetch2TestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseFetch2TestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Drupal site for running functional and integration tests.
DatabaseFetch2TestCase::testQueryFetchBoth function modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchCol function modules/simpletest/tests/database_test.test Confirm that we can fetch an entire column of a result set at once.
DatabaseFetch2TestCase::testQueryFetchNum function modules/simpletest/tests/database_test.test
DatabaseFetchTestCase class modules/simpletest/tests/database_test.test Test fetch actions, part 1.
DatabaseFetchTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray function modules/simpletest/tests/database_test.test Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass function modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchClasstype function modules/simpletest/tests/database_test.test Confirms that we can fetch a record into a new instance of a custom class.
The name of the class is determined from a value of the first column.

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