Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseConnection_sqlite | class | includes/ |
Specific SQLite implementation of DatabaseConnection. |
DatabaseConnection_sqlite::$attachedDatabases | property | includes/ |
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/ |
Whether this database connection supports savepoints. |
DatabaseConnection_sqlite::$tableDropped | property | includes/ |
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/ |
Whether or not the active transaction (if any) will be rolled back. |
DatabaseConnection_sqlite::databaseType | function | includes/ |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_sqlite::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection_sqlite::getAttachedDatabases | function | includes/ |
Gets all the attached databases. |
DatabaseConnection_sqlite::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_sqlite::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseConnection_sqlite::PDOPrepare | function | includes/ |
NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS. |
DatabaseConnection_sqlite::popTransaction | function | includes/ |
Decreases the depth of transaction nesting. |
DatabaseConnection_sqlite::prepare | function | includes/ |
SQLite-specific implementation of DatabaseConnection::prepare(). |
DatabaseConnection_sqlite::prepareQuery | function | includes/ |
Prepares a query string and returns the prepared statement. |
DatabaseConnection_sqlite::pushTransaction | function | includes/ |
Increases the depth of transaction nesting. |
DatabaseConnection_sqlite::queryRange | function | includes/ |
Runs a limited-range query on this database object. |
DatabaseConnection_sqlite::queryTemporary | function | includes/ |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_sqlite::rollback | function | includes/ |
Rolls back the transaction entirely or to a named savepoint. |
DatabaseConnection_sqlite::sqlFunctionConcat | function | includes/ |
SQLite compatibility implementation for the CONCAT() SQL function. |
DatabaseConnection_sqlite::sqlFunctionGreatest | function | includes/ |
SQLite compatibility implementation for the GREATEST() SQL function. |
DatabaseConnection_sqlite::sqlFunctionIf | function | includes/ |
SQLite compatibility implementation for the IF() SQL function. |
DatabaseConnection_sqlite::sqlFunctionRand | function | includes/ |
SQLite compatibility implementation for the RAND() SQL function. |
DatabaseConnection_sqlite::sqlFunctionSubstring | function | includes/ |
SQLite compatibility implementation for the SUBSTRING() SQL function. |
DatabaseConnection_sqlite::sqlFunctionSubstringIndex | function | includes/ |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
DatabaseConnection_sqlite::utf8mb4IsActive | function | includes/ |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_sqlite::utf8mb4IsSupported | function | includes/ |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_sqlite::__construct | function | includes/ |
|
DatabaseConnection_sqlite::__destruct | function | includes/ |
Destructor for the SQLite connection. |
DatabaseDeleteTruncateTestCase | class | modules/ |
Delete/Truncate tests. |
DatabaseDeleteTruncateTestCase::getInfo | function | modules/ |
|
DatabaseDeleteTruncateTestCase::testSimpleDelete | function | modules/ |
Confirm that we can delete a single record successfully. |
DatabaseDeleteTruncateTestCase::testSubselectDelete | function | modules/ |
Confirm that we can use a subselect in a delete successfully. |
DatabaseDeleteTruncateTestCase::testTruncate | function | modules/ |
Confirm that we can truncate a whole table successfully. |
DatabaseDriverNotSpecifiedException | class | includes/ |
Exception thrown if no driver is specified for a database connection. |
DatabaseEmptyStatementTestCase | class | modules/ |
Tests the empty pseudo-statement class. |
DatabaseEmptyStatementTestCase::getInfo | function | modules/ |
|
DatabaseEmptyStatementTestCase::testEmpty | function | modules/ |
Test that the empty result set behaves as empty. |
DatabaseEmptyStatementTestCase::testEmptyFetchAll | function | modules/ |
Test that the empty result set mass-fetches in an expected way. |
DatabaseEmptyStatementTestCase::testEmptyIteration | function | modules/ |
Test that the empty result set iterates safely. |
DatabaseFetch2TestCase | class | modules/ |
Test fetch actions, part 2. |
DatabaseFetch2TestCase::getInfo | function | modules/ |
|
DatabaseFetch2TestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DatabaseFetch2TestCase::testQueryFetchBoth | function | modules/ |
Confirm that we can fetch a record into a doubly-keyed array explicitly. |
DatabaseFetch2TestCase::testQueryFetchCol | function | modules/ |
Confirm that we can fetch an entire column of a result set at once. |
DatabaseFetch2TestCase::testQueryFetchNum | function | modules/ |
|
DatabaseFetchTestCase | class | modules/ |
Test fetch actions, part 1. |
DatabaseFetchTestCase::getInfo | function | modules/ |
|
DatabaseFetchTestCase::testQueryFetchArray | function | modules/ |
Confirm that we can fetch a record to an array associative explicitly. |
DatabaseFetchTestCase::testQueryFetchClass | function | modules/ |
Confirm that we can fetch a record into a new instance of a custom class. |
DatabaseFetchTestCase::testQueryFetchClasstype | function | modules/ |
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. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.