DatabaseConnection::rollback |
function |
includes/database/database.inc |
Rolls back the transaction entirely or to a named savepoint. |
Database::isActiveConnection |
function |
includes/database/database.inc |
Determines if there is an active connection. |
Database::parseConnectionInfo |
function |
includes/database/database.inc |
Process the configuration file for database information. |
DatabaseConnection::$prefixes |
property |
includes/database/database.inc |
The prefixes used by this database connection. |
Database::setActiveConnection |
function |
includes/database/database.inc |
Sets the active connection to the specified key. |
DatabaseConnection::setPrefix |
function |
includes/database/database.inc |
Set the list of prefixes used by this database connection. |
DatabaseConnection::setTarget |
function |
includes/database/database.inc |
Tells this connection object what its target value is. |
DatabaseConnection::getTarget |
function |
includes/database/database.inc |
Returns the target this connection is associated with. |
DatabaseConnection::setLogger |
function |
includes/database/database.inc |
Associates a logging object with this connection. |
DatabaseConnection::getLogger |
function |
includes/database/database.inc |
Gets the current logging object for this connection. |
DatabaseConnection::escapeLike |
function |
includes/database/database.inc |
Escapes characters that work as wildcard characters in a LIKE pattern. |
DatabaseConnection::queryRange |
function |
includes/database/database.inc |
Runs a limited-range query on this database object. |
DatabaseConnection::tablePrefix |
function |
includes/database/database.inc |
Find the prefix for a table. |
DatabaseConnection::__construct |
function |
includes/database/database.inc |
|
DatabaseConnection::makeComment |
function |
includes/database/database.inc |
Flatten an array of query comments into a single comment string. |
DatabaseConnection::escapeTable |
function |
includes/database/database.inc |
Escapes a table name string. |
DatabaseConnection::escapeField |
function |
includes/database/database.inc |
Escapes a field name string. |
DatabaseConnection::escapeAlias |
function |
includes/database/database.inc |
Escapes an alias name string. |
DatabaseConnection::dateMathSql |
function |
includes/database/database.inc |
|
DatabaseConnection_mysql::driver |
function |
drivers/database_mysql/database.inc |
Returns the type of database driver. |
DatabaseConnection::prefixTables |
function |
includes/database/database.inc |
Appends a database prefix to all tables in a query. |
DatabaseConnection::prepareQuery |
function |
includes/database/database.inc |
Prepares a query string and returns the prepared statement. |
DatabaseConnection::databaseType |
function |
includes/database/database.inc |
Returns the name of the PDO driver for this connection. |
DatabaseTransaction::$connection |
property |
includes/database/database.inc |
The connection object for this transaction. |
DatabaseConnection::dateFieldSql |
function |
includes/database/database.inc |
|
SelectQueryExtender::$connection |
property |
includes/database/select.inc |
The connection object on which to run this query. |
DatabaseConnection_mysql::nextId |
function |
drivers/database_mysql/database.inc |
Retrieves an unique id from a given sequence. |
ConnectionUnitTest::testOpenClose |
function |
modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() without query. |
ConnectionUnitTest::addConnection |
function |
modules/simpletest/tests/database_test.test |
Adds a new database connection info to Database. |
DatabaseConnection::filterComment |
function |
includes/database/database.inc |
Sanitize a query comment string. |
DatabaseConnection::dateFormatSql |
function |
includes/database/database.inc |
Format a date field. |
DatabaseConnection::inTransaction |
function |
includes/database/database.inc |
Determines if there is an active transaction open. |
FileTransferFTPExtension::connect |
function |
includes/filetransfer/ftp.inc |
Connects to the server. |
DatabaseConnection::$escapedNames |
property |
includes/database/database.inc |
List of escaped database, table, and field names, keyed by unescaped names. |
MockTestConnection::flushCommands |
function |
modules/simpletest/tests/filetransfer.test |
|
DatabaseConnection::$prefixSearch |
property |
includes/database/database.inc |
List of search values for use in prefixTables(). |
DatabaseConnection::$prefixReplace |
property |
includes/database/database.inc |
List of replacement values for use in prefixTables(). |
DatabaseConnection::popTransaction |
function |
includes/database/database.inc |
Decreases the depth of transaction nesting. |
DatabaseConnection::$driverClasses |
property |
includes/database/database.inc |
Index of what driver-specific class to use for various operations. |
DatabaseConnection::createDatabase |
function |
includes/database/database.inc |
Creates a database. |
ConnectionUnitTest::$originalCount |
property |
modules/simpletest/tests/database_test.test |
|
DatabaseConnection::queryTemporary |
function |
includes/database/database.inc |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection::dateExtractSql |
function |
includes/database/database.inc |
Extract part of a date from a date field. |
DatabaseConnection::getDriverClass |
function |
includes/database/database.inc |
Gets the driver-specific override class if any for the specified class. |
DatabaseConnection::defaultOptions |
function |
includes/database/database.inc |
Returns the default query options for any given query. |
DatabaseConnection::$escapedAliases |
property |
includes/database/database.inc |
List of escaped aliases names, keyed by unescaped aliases. |
DatabaseConnection::pushTransaction |
function |
includes/database/database.inc |
Increases the depth of transaction nesting. |
ConnectionUnitTest::getConnectionID |
function |
modules/simpletest/tests/database_test.test |
Returns the connection ID of the current test connection. |
DatabaseConnection::$statementClass |
property |
includes/database/database.inc |
The name of the Statement class for this connection. |
DatabaseConnection_mysql::setPrefix |
function |
drivers/database_mysql/database.inc |
} |