Connection::version |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the version of the database server. |
Connection::rollback |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Rolls back the transaction entirely or to a named savepoint. |
Connection::truncate |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns a TRUNCATE query object. |
Connection::rollback |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Rolls back the transaction entirely or to a named savepoint. |
MemcacheMock::connect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
Open memcached server connection |
Query::$connectionKey |
property |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
The key of the connection object. |
UserData::$connection |
property |
drupal/core/modules/user/lib/Drupal/user/UserData.php |
The database connection to use. |
FTPExtension::connect |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FTPExtension.php |
Implements Drupal\Core\FileTransfer\FileTransfer::connect(). |
FileTransfer::connect |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Connects to the server. |
Connection::$prefixes |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The prefixes used by this database connection. |
Connection::setPrefix |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Set the list of prefixes used by this database connection. |
Connection::setTarget |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Tells this connection object what its target value is. |
Connection::getTarget |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the target this connection is associated with. |
Connection::setLogger |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Associates a logging object with this connection. |
Connection::getLogger |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Gets the current logging object for this connection. |
RedisMock::$connected |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
|
MemcacheMock::pconnect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
Open memcached server persistent connection |
ConnectionUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Contains Drupal\system\Tests\Database\ConnectionUnitTest. |
Connection::__destruct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
|
Connection::queryRange |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Runs a limited-range query on this database object. |
Database::$connections |
property |
drupal/core/lib/Drupal/Core/Database/Database.php |
An nested array of all active connections. It is keyed by database name
and target. |
Connection::__destruct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Destructor for the SQLite connection. |
MockTestConnection.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
Definition of Drupal\system\Tests\FileTransfer\MockTestConnection. |
Connection::PDOPrepare |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS. |
Connection::queryRange |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Runs a limited-range query on this database object. |
Connection::queryRange |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Runs a limited-range query on this database object. |
ConnectionRegistry.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
|
Connection::escapeLike |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes characters that work as wildcard characters in a LIKE pattern. |
Connection::queryRange |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Runs a limited-range query on this database object. |
Connection::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
|
Database::getConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Gets the connection object for the specified database key and target. |
Connection::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
|
Response::getConnection |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the Connection HTTP header |
Connection::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
|
ConnectionTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
|
Connection::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
|
Connection::tablePrefix |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Find the prefix for a table. |
MockTestConnection::run |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|
Connection::makeComment |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Flatten an array of query comments into a single comment string. |
Connection::escapeTable |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes a table name string. |
Connection::escapeField |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes a field name string. |
Connection::escapeAlias |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes an alias name string. |
MemcacheMock::$connected |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
|
Transaction::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Transaction.php |
The connection object for this transaction. |
Query::$connectionTarget |
property |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
The target of the connection object. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Returns the name of the PDO driver for this connection. |
Connection::nextIdDelete |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
|
Database::openConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Opens a connection to the server specified by the given key and target. |
PathMatcher::$connection |
property |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
The database connection from which to read route information. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Returns the name of the PDO driver for this connection. |