|
DatabaseConnection::version |
core/includes/database/database.inc |
Returns the version of the database server. |
|
DatabaseConnection::supportsTransactions |
core/includes/database/database.inc |
Determines if this driver supports transactions. |
|
DatabaseConnection::supportsTransactionalDDL |
core/includes/database/database.inc |
Determines if this driver supports transactional DDL. |
|
DatabaseConnection::databaseType |
core/includes/database/database.inc |
Returns the name of the PDO driver for this connection. |
|
DatabaseConnection::mapConditionOperator |
core/includes/database/database.inc |
Gets any special processing requirements for the condition operator. |
|
DatabaseConnection::commit |
core/includes/database/database.inc |
Throws an exception to deny direct access to transaction commits. |
|
DatabaseConnection::nextId |
core/includes/database/database.inc |
Retrieves an unique id from a given sequence. |
|
Database::startLog |
core/includes/database/database.inc |
Starts logging a given logging key on the specified connection. |
|
Database::getLog |
core/includes/database/database.inc |
Retrieves the queries logged on for given logging key. |
|
Database::getConnection |
core/includes/database/database.inc |
Gets the connection object for the specified database key and target. |
|
Database::isActiveConnection |
core/includes/database/database.inc |
Determines if there is an active connection. |
|
Database::setActiveConnection |
core/includes/database/database.inc |
Sets the active connection to the specified key. |
|
Database::parseConnectionInfo |
core/includes/database/database.inc |
Process the configuration file for database information. |
|
Database::addConnectionInfo |
core/includes/database/database.inc |
Adds database connection information for a given key/target. |
|
Database::getConnectionInfo |
core/includes/database/database.inc |
Gets information on the specified database connection. |
|
Database::renameConnection |
core/includes/database/database.inc |
Rename a connection and its corresponding connection information. |
|
Database::removeConnection |
core/includes/database/database.inc |
Remove a connection and its corresponding connection information. |
|
Database::openConnection |
core/includes/database/database.inc |
Opens a connection to the server specified by the given key and target. |
|
Database::closeConnection |
core/includes/database/database.inc |
Closes a connection to the server specified by the given key and target. |
|
Database::ignoreTarget |
core/includes/database/database.inc |
Instructs the system to temporarily ignore a given key/target. |
|
Database::loadDriverFile |
core/includes/database/database.inc |
Load a file for the database that might hold a class. |
|
DatabaseTransaction::__construct |
core/includes/database/database.inc |
Creates a database transaction object. |
|
DatabaseTransaction::__destruct |
core/includes/database/database.inc |
Destroy a database transaction object. |
|
DatabaseTransaction::name |
core/includes/database/database.inc |
Retrieves the name of the transaction or savepoint. |
|
DatabaseTransaction::rollback |
core/includes/database/database.inc |
Rolls back the current transaction. |
|
DatabaseStatementInterface::execute |
core/includes/database/database.inc |
Executes a prepared statement |
|
DatabaseStatementInterface::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
|
DatabaseStatementInterface::rowCount |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
|
DatabaseStatementInterface::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
|
DatabaseStatementInterface::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
|
DatabaseStatementInterface::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
|
DatabaseStatementInterface::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
|
DatabaseStatementInterface::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
|
DatabaseStatementBase::__construct |
core/includes/database/database.inc |
Creates a database statement. |
|
DatabaseStatementBase::execute |
core/includes/database/database.inc |
Executes a prepared statement |
|
DatabaseStatementBase::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
|
DatabaseStatementBase::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
|
DatabaseStatementBase::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
|
DatabaseStatementBase::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
|
DatabaseStatementBase::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
|
DatabaseStatementBase::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
|
DatabaseStatementEmpty::execute |
core/includes/database/database.inc |
Executes a prepared statement |
|
DatabaseStatementEmpty::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
|
DatabaseStatementEmpty::rowCount |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
|
DatabaseStatementEmpty::setFetchMode |
core/includes/database/database.inc |
|
|
DatabaseStatementEmpty::fetch |
core/includes/database/database.inc |
|
|
DatabaseStatementEmpty::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
|
DatabaseStatementEmpty::fetchObject |
core/includes/database/database.inc |
|
|
DatabaseStatementEmpty::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
|
DatabaseStatementEmpty::fetchAll |
core/includes/database/database.inc |
|