Search for on
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseConnection_pgsql::databaseType | function | includes/ |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_pgsql::driver | function | includes/ |
Returns the type of database driver. |
DatabaseConnection_pgsql::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_pgsql::nextId | function | includes/ |
Retrieve the next id in a sequence. |
DatabaseConnection_pgsql::prepareQuery | function | includes/ |
Prepares a query string and returns the prepared statement. |
DatabaseConnection_pgsql::query | function | includes/ |
Executes a query string against the database. |
DatabaseConnection_pgsql::queryRange | function | includes/ |
Runs a limited-range query on this database object. |
DatabaseConnection_pgsql::queryTemporary | function | includes/ |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_pgsql::utf8mb4IsActive | function | includes/ |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_pgsql::utf8mb4IsSupported | function | includes/ |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_pgsql::__construct | function | includes/ |
|
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. |
DatabaseDriverNotSpecifiedException | class | includes/ |
Exception thrown if no driver is specified for a database connection. |
DatabaseEmptyStatementTestCase::testEmptyIteration | function | modules/ |
Test that the empty result set iterates safely. |
DatabaseInsertLOBTestCase::testInsertOneBlob | function | modules/ |
Test that we can insert a single blob field successfully. |
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion | function | modules/ |
Test that we can specify fields without values and specify values later. |
DatabaseLog::$connectionKey | property | includes/ |
The connection key for which this object is logging. |
DatabaseLog::__construct | function | includes/ |
Constructor. |
DatabaseLoggingTestCase::testEnableMultiConnectionLogging | function | modules/ |
Test that we can log queries separately on different connections. |
DatabaseMergeTestCase::testMergeUpdateExpression | function | modules/ |
Confirm that we can merge-update a record successfully, with expressions. |
DatabaseQueryTestCase::testArrayArgumentsSQLInjection | function | modules/ |
Test SQL injection via database query array arguments. |
DatabaseQueryTestCase::testArraySubstitution | function | modules/ |
Test that we can specify an array of values in the query by simply passing in an array. |
DatabaseQueryTestCase::testConditionOperatorArgumentsSQLInjection | function | modules/ |
Tests SQL injection via condition operator. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.