Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Connection::clientVersion | function | core/ |
Returns the version of the database client. |
| Connection::createConnectionOptionsFromUrl | function | core/ |
Creates an array of database connection options from a URL. |
| Connection::createConnectionOptionsFromUrl | function | core/ |
Creates an array of database connection options from a URL. |
| Connection::createDatabase | function | core/ |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
| Connection::createDatabase | function | core/ |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
| Connection::createDatabase | function | core/ |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
| Connection::createDatabase | function | core/ |
Creates a database. |
| Connection::createDatabase | function | core/ |
Creates a database. |
| Connection::createUrlFromConnectionOptions | function | core/ |
Creates a URL from an array of database connection options. |
| Connection::createUrlFromConnectionOptions | function | core/ |
Creates a URL from an array of database connection options. |
| Connection::databaseType | function | core/ |
Returns the name of the PDO driver for this connection. |
| Connection::databaseType | function | core/ |
Returns the name of the PDO driver for this connection. |
| Connection::databaseType | function | core/ |
Returns the name of the PDO driver for this connection. |
| Connection::databaseType | function | core/ |
Returns the name of the PDO driver for this connection. |
| Connection::databaseType | function | core/ |
Returns the name of the PDO driver for this connection. |
| Connection::DATABASE_NOT_FOUND | constant | core/ |
Error code for "Unable to open database file" error. |
| Connection::DATABASE_NOT_FOUND | constant | core/ |
Error code for "Unknown database" error. |
| Connection::DATABASE_NOT_FOUND | constant | core/ |
Error code for "Unknown database" error. |
| Connection::defaultOptions | function | core/ |
Returns the default query options for any given query. |
| Connection::destroy | function | core/ |
Destroys this Connection object. |
| Connection::doEscape | function | core/ |
Escape a string if needed. |
| Connection::escapeAlias | function | core/ |
Escapes an alias name string. |
| Connection::escapeAlias | function | core/ |
Escapes an alias name string. |
| Connection::escapeAlias | function | core/ |
Escapes an alias name string. |
| Connection::escapeDatabase | function | core/ |
Escapes a database name string. |
| Connection::escapeField | function | core/ |
Escapes a field name string. |
| Connection::escapeField | function | core/ |
Escapes a field name string. |
| Connection::escapeField | function | core/ |
Escapes a field name string. |
| Connection::escapeLike | function | core/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
| Connection::escapeTable | function | core/ |
Escapes a table name string. |
| Connection::escapeTable | function | core/ |
Escapes a table name string. |
| Connection::expandArguments | function | core/ |
Expands out shorthand placeholders. |
| Connection::getAttachedDatabases | function | core/ |
Gets all the attached databases. |
| Connection::getConnectionOptions | function | core/ |
Returns the connection information for this connection object. |
| Connection::getDriverClass | function | core/ |
Gets the driver-specific override class if any for the specified class. |
| Connection::getSQLState | function | core/ |
Extracts the SQLSTATE error from the PDOException. |
| Connection::getUnprefixedTablesMap | function | core/ |
Gets a list of individually prefixed table names. |
| Connection::insert | function | core/ |
Prepares and returns an INSERT query object. |
| Connection::inTransaction | function | core/ |
Determines if there is an active transaction open. |
| Connection::makeSequenceName | function | core/ |
Creates the appropriate sequence name for a given table and serial field. |
| Connection::popCommittableTransactions | function | core/ |
Commit all the transaction layers that can commit. |
| Connection::popCommittableTransactions | function | core/ |
Overridden to work around issues to MySQL not supporting transactional DDL. |
| Connection::popTransaction | function | core/ |
Decreases the depth of transaction nesting. |
| Connection::POSTGRESQL_NEXTID_LOCK | constant | core/ |
The name by which to obtain a lock for retrieve the next insert id. |
| Connection::prefixTables | function | core/ |
Appends a database prefix to all tables in a query. |
| Connection::pushTransaction | function | core/ |
Increases the depth of transaction nesting. |
| Connection::releaseSavepoint | function | core/ |
Release a savepoint by name. |
| Connection::rollbackSavepoint | function | core/ |
Rollback a savepoint by name if it exists. |
| Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
| Connection::select | function | core/ |
Prepares and returns a SELECT query object. |
Pagination
- Previous page
- Page 209
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.