Connection::driver |
function |
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Connection.php |
Returns the type of database driver. |
Connection::driver |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
Returns the type of database driver. |
Connection::driver |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Returns the type of database driver. |
Connection::escapeAlias |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Escapes an alias name string. |
Connection::escapeAlias |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Escapes an alias name string. |
Connection::escapeAlias |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes an alias name string. |
Connection::escapeDatabase |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes a database name string. |
Connection::escapeField |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Escapes a field name string. |
Connection::escapeField |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Escapes a field name string. |
Connection::escapeField |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes a field name string. |
Connection::escapeLike |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes characters that work as wildcard characters in a LIKE pattern. |
Connection::escapeTable |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Escapes a table name string. |
Connection::escapeTable |
function |
core/lib/Drupal/Core/Database/Connection.php |
Escapes a table name string. |
Connection::expandArguments |
function |
core/lib/Drupal/Core/Database/Connection.php |
Expands out shorthand placeholders. |
Connection::filterComment |
function |
core/lib/Drupal/Core/Database/Connection.php |
Sanitize a query comment string. |
Connection::generateTemporaryTableName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Generates a temporary table name. |
Connection::getAttachedDatabases |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Gets all the attached databases. |
Connection::getConnectionOptions |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the connection information for this connection object. |
Connection::getDriverClass |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets the driver-specific override class if any for the specified class. |
Connection::getFullQualifiedTableName |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Get a fully qualified table name. |
Connection::getKey |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the key this connection is associated with. |
Connection::getLogger |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets the current logging object for this connection. |
Connection::getSQLState |
function |
core/lib/Drupal/Core/Database/Connection.php |
Extracts the SQLSTATE error from the PDOException. |
Connection::getTarget |
function |
core/lib/Drupal/Core/Database/Connection.php |
Returns the target this connection is associated with. |
Connection::getUnprefixedTablesMap |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets a list of individually prefixed table names. |
Connection::handleQueryException |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Wraps and re-throws any PDO exception thrown by static::query(). |
Connection::handleQueryException |
function |
core/lib/Drupal/Core/Database/Connection.php |
Wraps and re-throws any PDO exception thrown by static::query(). |
Connection::insert |
function |
core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns an INSERT query object. |
Connection::inTransaction |
function |
core/lib/Drupal/Core/Database/Connection.php |
Determines if there is an active transaction open. |
Connection::makeComment |
function |
core/lib/Drupal/Core/Database/Connection.php |
Flatten an array of query comments into a single comment string. |
Connection::makeSequenceName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Creates the appropriate sequence name for a given table and serial field. |
Connection::mapConditionOperator |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
core/lib/Drupal/Core/Database/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Gets any special processing requirements for the condition operator. |
Connection::merge |
function |
core/lib/Drupal/Core/Database/Connection.php |
Prepares and returns a MERGE query object. |
Connection::MIN_MAX_ALLOWED_PACKET |
constant |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
The minimal possible value for the max_allowed_packet setting of MySQL. |
Connection::nextId |
function |
core/tests/fixtures/database_drivers/custom/fake/Connection.php |
Retrieves an unique ID from a given sequence. |
Connection::nextId |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Retrieves an unique ID from a given sequence. |
Connection::nextId |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Retrieve a the next id in a sequence. |
Connection::nextId |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Retrieves an unique ID from a given sequence. |
Connection::nextId |
function |
core/lib/Drupal/Core/Database/Connection.php |
Retrieves an unique ID from a given sequence. |
Connection::nextIdDelete |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
|
Connection::open |
function |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Opens a PDO connection. |
Connection::open |
function |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Opens a PDO connection. |
Connection::open |
function |
core/lib/Drupal/Core/Database/Connection.php |
Opens a PDO connection. |
Connection::open |
function |
core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Opens a PDO connection. |