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