Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Returns the name of the PDO driver for this connection. |
Transaction::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Transaction.php |
The connection object for this transaction. |
Connection::nextIdDelete |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
|
Query::$connectionTarget |
property |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
The target of the connection object. |
MemcacheMock::$connected |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
|
ConnectionUnitTest::$key |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
Connection::prefixTables |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Appends a database prefix to all tables in a query. |
Connection::prepareQuery |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Prepares a query string and returns the prepared statement. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Returns the name of the PDO driver for this connection. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the name of the PDO driver for this connection. |
Database::openConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Opens a connection to the server specified by the given key and target. |
Connection::prepareQuery |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Prepares a query string and returns the prepared statement. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Returns the name of the PDO driver for this connection. |
Connection::$needsCleanup |
property |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Flag to indicate if the cleanup function in __destruct() should run. |
MemcachedMock::$connected |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcachedMock.php |
|
Connection::$prefixSearch |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
List of search values for use in prefixTables(). |
ConnectionUnitTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Sets up unit test environment. |
Connection::filterComment |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Sanitize a query comment string. |
Connection::$willRollback |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether or not the active transaction (if any) will be rolled back. |
BatchStorage::$connection |
property |
drupal/core/lib/Drupal/Core/Utility/BatchStorage.php |
|
Connection::$tableDropped |
property |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Whether or not a table has been dropped this request: the destructor will
only try to get rid of unnecessary databases if there is potential of them
being empty. |
Connection::sqlFunctionIf |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite compatibility implementation for the IF() SQL function. |
Connection::inTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Determines if there is an active transaction open. |
AliasManager::$connection |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
The database connection to use for path lookups. |
Database::closeConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Closes a connection to the server specified by the given key and target. |
BanIpManager::$connection |
property |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
The database connection used to check the IP against. |
TestFileTransfer::connect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Connects to the server. |
RequestInterface::CONNECT |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php |
|
Connection::queryTemporary |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Runs a SELECT query and stores its results in a temporary table. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
Connection::$driverClasses |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Index of what driver-specific class to use for various operations. |
Connection::$prefixReplace |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
List of replacement values for use in prefixTables(). |
Connection::defaultOptions |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the default query options for any given query. |
Connection::getDriverClass |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Gets the driver-specific override class if any for the specified class. |
Connection::escapeDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes a database name string. |
Connection::popTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Decreases the depth of transaction nesting. |
Connection::queryTemporary |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Runs a SELECT query and stores its results in a temporary table. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
Connection::queryTemporary |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Runs a SELECT query and stores its results in a temporary table. |
Connection::popTransaction |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Decreases the depth of transaction nesting. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Creates a database. |
Database::renameConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Rename a connection and its corresponding connection information. |
Database::removeConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Remove a connection and its corresponding connection information. |
Connection::queryTemporary |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Runs a SELECT query and stores its results in a temporary table. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
RouteProvider::$connection |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
The database connection from which to read route information. |
MatcherDumper::$connection |
property |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The database connection to which to dump route information. |
DatabaseQueue::$connection |
property |
drupal/core/lib/Drupal/Core/Queue/DatabaseQueue.php |
The database connection. |
Connection::$statementClass |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The name of the Statement class for this connection. |
ConnectionUnitTest::$target |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|