Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseConnection_mysql::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_mysql::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseConnection_mysql::nextIdDelete | function | includes/ |
|
DatabaseConnection_mysql::popCommittableTransactions | function | includes/ |
Overridden to work around issues to MySQL not supporting transactional DDL. |
DatabaseConnection_mysql::queryRange | function | includes/ |
Runs a limited-range query on this database object. |
DatabaseConnection_mysql::queryTemporary | function | includes/ |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_mysql::quoteIdentifier | function | includes/ |
Quotes an identifier if it matches a MySQL reserved keyword. |
DatabaseConnection_mysql::rollback | function | includes/ |
Rolls back the transaction entirely or to a named savepoint. |
DatabaseConnection_mysql::setPrefix | function | includes/ |
} |
DatabaseConnection_mysql::utf8mb4IsActive | function | includes/ |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_mysql::utf8mb4IsConfigurable | function | includes/ |
Checks whether utf8mb4 support is configurable in settings.php. |
DatabaseConnection_mysql::utf8mb4IsSupported | function | includes/ |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_mysql::__construct | function | includes/ |
|
DatabaseConnection_mysql::__destruct | function | includes/ |
|
DatabaseConnection_pgsql | class | includes/ |
|
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. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.