Connection::$schema |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The schema object for this connection. |
Connection::destroy |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Destroys this Connection object. |
Connection::prepare |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
SQLite-specific implementation of DatabaseConnection::prepare(). |
Connection::version |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the version of the database server. |
Connection::prepare |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Prepares a statement for execution and returns a statement object |
Log::$connectionKey |
property |
drupal/core/lib/Drupal/Core/Database/Log.php |
The connection key for which this object is logging. |
Schema::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Schema.php |
|
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. |
Connection::rollback |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Rolls back the transaction entirely or to a named savepoint. |
Query::$connectionKey |
property |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
The key of the connection object. |
Connection::$prefixes |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The prefixes used by this database connection. |
MemcacheMock::connect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
Open memcached server 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. |
UserData::$connection |
property |
drupal/core/modules/user/lib/Drupal/user/UserData.php |
The database connection to use. |
Connection::serialize |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
|
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. |
RedisMock::$connected |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
|
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. |
MemcacheMock::pconnect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
Open memcached server persistent connection |
Connection::__destruct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Destructor for the SQLite connection. |
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/Driver/sqlite/Connection.php |
Runs a limited-range query on this database object. |
Connection::queryRange |
function |
drupal/core/lib/Drupal/Core/Database/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. |
ConnectionUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Contains Drupal\system\Tests\Database\ConnectionUnitTest. |
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 |
|
MockTestConnection.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
Definition of Drupal\system\Tests\FileTransfer\MockTestConnection. |
Connection::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Constructs a Connection object. |
Connection::$connection |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The actual PDO connection. |
Connection::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Constructs a Connection object. |
Connection::tablePrefix |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Find the prefix for a table. |
Connection::makeComment |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Flatten an array of query comments into a single comment string. |
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/sqlite/Connection.php |
Constructs a \Drupal\Core\Database\Driver\sqlite\Connection object. |
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. |
ConnectionTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
|
Connection::unserialize |
function |
drupal/core/lib/Drupal/Core/Database/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/pgsql/Connection.php |
Constructs a connection object. |
MockTestConnection::run |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/MockTestConnection.php |
|