Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseCondition::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
| DatabaseCondition::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
| DatabaseCondition::where | function | includes/ |
Implements QueryConditionInterface::where(). |
| DatabaseCondition::__clone | function | includes/ |
PHP magic __clone() method. |
| DatabaseCondition::__construct | function | includes/ |
Constructs a DataBaseCondition object. |
| DatabaseCondition::__toString | function | includes/ |
Implements PHP magic __toString method to convert the conditions to string. |
| DatabaseConnection | class | includes/ |
Base Database API class. |
| DatabaseConnection::$connection | property | includes/ |
The actual PDO connection. |
| DatabaseConnection::$connectionOptions | property | includes/ |
The connection information for this connection object. |
| DatabaseConnection::$driverClasses | property | includes/ |
Index of what driver-specific class to use for various operations. |
| DatabaseConnection::$escapedAliases | property | includes/ |
List of escaped aliases names, keyed by unescaped aliases. |
| DatabaseConnection::$escapedNames | property | includes/ |
List of escaped database, table, and field names, keyed by unescaped names. |
| DatabaseConnection::$key | property | includes/ |
The key representing this connection. |
| DatabaseConnection::$logger | property | includes/ |
The current database logging object for this connection. |
| DatabaseConnection::$prefixes | property | includes/ |
The prefixes used by this database connection. |
| DatabaseConnection::$prefixReplace | property | includes/ |
List of replacement values for use in prefixTables(). |
| DatabaseConnection::$prefixSearch | property | includes/ |
List of search values for use in prefixTables(). |
| DatabaseConnection::$schema | property | includes/ |
The schema object for this connection. |
| DatabaseConnection::$statementClass | property | includes/ |
The name of the Statement class for this connection. |
| DatabaseConnection::$target | property | includes/ |
The database target this connection is for. |
| DatabaseConnection::$temporaryNameIndex | property | includes/ |
An index used to generate unique temporary table names. |
| DatabaseConnection::$transactionalDDLSupport | property | includes/ |
Whether this database connection supports transactional DDL. |
| DatabaseConnection::$transactionLayers | property | includes/ |
Tracks the number of "layers" of transactions currently active. |
| DatabaseConnection::$transactionSupport | property | includes/ |
Whether this database connection supports transactions. |
| DatabaseConnection::$unprefixedTablesMap | property | includes/ |
List of un-prefixed table names, keyed by prefixed table names. |
| DatabaseConnection::commit | function | includes/ |
Throws an exception to deny direct access to transaction commits. |
| DatabaseConnection::databaseType | function | includes/ |
Returns the name of the PDO driver for this connection. |
| DatabaseConnection::defaultOptions | function | includes/ |
Returns the default query options for any given query. |
| DatabaseConnection::delete | function | includes/ |
Prepares and returns a DELETE query object. |
| DatabaseConnection::destroy | function | includes/ |
Destroys this Connection object. |
| DatabaseConnection::driver | function | includes/ |
Returns the type of database driver. |
| DatabaseConnection::escapeAlias | function | includes/ |
Escapes an alias name string. |
| DatabaseConnection::escapeField | function | includes/ |
Escapes a field name string. |
| DatabaseConnection::escapeLike | function | includes/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
| DatabaseConnection::escapeTable | function | includes/ |
Escapes a table name string. |
| DatabaseConnection::expandArguments | function | includes/ |
Expands out shorthand placeholders. |
| DatabaseConnection::filterComment | function | includes/ |
Sanitize a query comment string. |
| DatabaseConnection::generateTemporaryTableName | function | includes/ |
Generates a temporary table name. |
| DatabaseConnection::getConnectionOptions | function | includes/ |
Returns the connection information for this connection object. |
| DatabaseConnection::getDriverClass | function | includes/ |
Gets the driver-specific override class if any for the specified class. |
| DatabaseConnection::getKey | function | includes/ |
Returns the key this connection is associated with. |
| DatabaseConnection::getLogger | function | includes/ |
Gets the current logging object for this connection. |
| DatabaseConnection::getTarget | function | includes/ |
Returns the target this connection is associated with. |
| DatabaseConnection::getUnprefixedTablesMap | function | includes/ |
Gets a list of individually prefixed table names. |
| DatabaseConnection::insert | function | includes/ |
Prepares and returns an INSERT query object. |
| DatabaseConnection::inTransaction | function | includes/ |
Determines if there is an active transaction open. |
| DatabaseConnection::makeComment | function | includes/ |
Flatten an array of query comments into a single comment string. |
| DatabaseConnection::makeSequenceName | function | includes/ |
Creates the appropriate sequence name for a given table and serial field. |
| DatabaseConnection::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
| DatabaseConnection::merge | function | includes/ |
Prepares and returns a MERGE query object. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.