Search for d
Title | Object type | File name | Summary |
---|---|---|---|
Database::getConnection | function | includes/ |
Gets the connection object for the specified database key and target. |
Database::getConnectionInfo | function | includes/ |
Gets information on the specified database connection. |
Database::getLog | function | includes/ |
Retrieves the queries logged on for given logging key. |
Database::ignoreTarget | function | includes/ |
Instructs the system to temporarily ignore a given key/target. |
Database::isActiveConnection | function | includes/ |
Determines if there is an active connection. |
Database::loadDriverFile | function | includes/ |
Load a file for the database that might hold a class. |
Database::openConnection | function | includes/ |
Opens a connection to the server specified by the given key and target. |
Database::parseConnectionInfo | function | includes/ |
Process the configuration file for database information. |
Database::removeConnection | function | includes/ |
Remove a connection and its corresponding connection information. |
Database::renameConnection | function | includes/ |
Rename a connection and its corresponding connection information. |
Database::RETURN_AFFECTED | constant | includes/ |
Flag to indicate a query call should return the number of affected rows. |
Database::RETURN_INSERT_ID | constant | includes/ |
Flag to indicate a query call should return the "last insert id". |
Database::RETURN_NULL | constant | includes/ |
Flag to indicate a query call should simply return NULL. |
Database::RETURN_STATEMENT | constant | includes/ |
Flag to indicate a query call should return the prepared statement. |
Database::setActiveConnection | function | includes/ |
Sets the active connection to the specified key. |
Database::startLog | function | includes/ |
Starts logging a given logging key on the specified connection. |
DatabaseCondition | class | includes/ |
Generic class for a series of conditions in a query. |
DatabaseCondition::$arguments | property | includes/ |
Array of arguments. |
DatabaseCondition::$changed | property | includes/ |
Whether the conditions have been changed. |
DatabaseCondition::$conditions | property | includes/ |
Array of conditions. |
DatabaseCondition::$queryPlaceholderIdentifier | property | includes/ |
The identifier of the query placeholder this condition has been compiled against. |
DatabaseCondition::$stringVersion | property | includes/ |
Contains the string version of the Condition. |
DatabaseCondition::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
DatabaseCondition::compile | function | includes/ |
Implements QueryConditionInterface::compile(). |
DatabaseCondition::compiled | function | includes/ |
Implements QueryConditionInterface::compiled(). |
DatabaseCondition::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
DatabaseCondition::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
DatabaseCondition::count | function | includes/ |
Implements Countable::count(). |
DatabaseCondition::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
DatabaseCondition::isNotNull | function | includes/ |
Implements QueryConditionInterface::isNotNull(). |
DatabaseCondition::isNull | function | includes/ |
Implements QueryConditionInterface::isNull(). |
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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.