Search for connect

  1. Search 7.x for connect
  2. Search 9.5.x for connect
  3. Search 10.3.x for connect
  4. Search 11.x for connect
  5. Other projects
Title Object type File name Summary
Connection::$prefixes property core/lib/Drupal/Core/Database/Connection.php The prefixes used by this database connection.
Connection::$prefixReplace property core/lib/Drupal/Core/Database/Connection.php List of replacement values for use in prefixTables().
Connection::$prefixSearch property core/lib/Drupal/Core/Database/Connection.php List of search values for use in prefixTables().
Connection::$reservedKeyWords property core/lib/Drupal/Core/Database/Driver/mysql/Connection.php The list of MySQL reserved key words.
Connection::$rootTransactionEndCallbacks property core/lib/Drupal/Core/Database/Connection.php Post-root (non-nested) transaction commit callbacks.
Connection::$schema property core/lib/Drupal/Core/Database/Connection.php The schema object for this connection.
Connection::$sqliteConditionOperatorMap property core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php A map of condition operators to SQLite operators.
Connection::$statementClass property core/lib/Drupal/Core/Database/Connection.php The name of the Statement class for this connection.
Connection::$tableDropped property 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::$target property core/lib/Drupal/Core/Database/Connection.php The database target this connection is for.
Connection::$temporaryNameIndex property core/lib/Drupal/Core/Database/Connection.php An index used to generate unique temporary table names.
Connection::$transactionalDDLSupport property core/lib/Drupal/Core/Database/Connection.php Whether this database connection supports transactional DDL.
Connection::$transactionLayers property core/lib/Drupal/Core/Database/Connection.php Tracks the number of "layers" of transactions currently active.
Connection::$transactionSupport property core/lib/Drupal/Core/Database/Connection.php Whether this database connection supports transactions.
Connection::$unprefixedTablesMap property core/lib/Drupal/Core/Database/Connection.php List of un-prefixed table names, keyed by prefixed table names.
Connection::$willRollback property core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Whether or not the active transaction (if any) will be rolled back.
Connection::ACCESS_DENIED constant core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Error code for "Access denied" error.
Connection::addRootTransactionEndCallback function core/lib/Drupal/Core/Database/Connection.php Adds a root transaction end callback.
Connection::addSavepoint function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Add a new savepoint with an unique name.
Connection::clientVersion function core/lib/Drupal/Core/Database/Connection.php Returns the version of the database client.
Connection::commit function core/lib/Drupal/Core/Database/Connection.php Throws an exception to deny direct access to transaction commits.
Connection::condition function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a CONDITION query object.
Connection::CONNECTION_FAILURE constant core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Error code for "Connection failure" errors.
Connection::createConnectionOptionsFromUrl function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Creates an array of database connection options from a URL.
Connection::createConnectionOptionsFromUrl function core/lib/Drupal/Core/Database/Connection.php Creates an array of database connection options from a URL.
Connection::createDatabase function core/lib/Drupal/Core/Database/Connection.php Creates a database.
Connection::createDatabase function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/tests/fixtures/database_drivers/custom/fake/Connection.php Creates a database.
Connection::createDatabase function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createUrlFromConnectionOptions function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Creates a URL from an array of database connection options.
Connection::createUrlFromConnectionOptions function core/lib/Drupal/Core/Database/Connection.php Creates a URL from an array of database connection options.
Connection::databaseType function core/lib/Drupal/Core/Database/Connection.php Returns the name of the PDO driver for this connection.
Connection::databaseType function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Returns the name of the PDO driver for this connection.
Connection::databaseType function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Returns the name of the PDO driver for this connection.
Connection::databaseType function core/tests/fixtures/database_drivers/custom/fake/Connection.php Returns the name of the PDO driver for this connection.
Connection::databaseType function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Returns the name of the PDO driver for this connection.
Connection::DATABASE_NOT_FOUND constant core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Error code for "Unable to open database file" error.
Connection::DATABASE_NOT_FOUND constant core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Error code for "Unknown database" error.
Connection::DATABASE_NOT_FOUND constant core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Error code for "Unknown database" error.
Connection::defaultOptions function core/lib/Drupal/Core/Database/Connection.php Returns the default query options for any given query.
Connection::delete function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a DELETE query object.
Connection::destroy function core/lib/Drupal/Core/Database/Connection.php Destroys this Connection object.
Connection::doCommit function core/lib/Drupal/Core/Database/Connection.php Do the actual commit, invoke post-commit callbacks.
Connection::doEscape function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Escape a string if needed.
Connection::driver function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Returns the type of database driver.
Connection::driver function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/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::driver function core/lib/Drupal/Core/Database/Connection.php Returns the type of database driver.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.