Search for %s
- Search 7.x for %s
- Search 8.9.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::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::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::getMariaDbVersionMatch | function | core/ |
Gets the MariaDB portion of the server version. |
| Connection::getServerVersion | function | core/ |
Gets the server version. |
| Connection::getServerVersion | function | core/ |
Gets the server version. |
| Connection::getSQLState | function | core/ |
Extracts the SQLSTATE error from a PDOException. |
| Connection::getUnprefixedTablesMap | function | core/ |
Gets a list of individually prefixed table names. |
| Connection::hasJson | function | core/ |
Runs a simple query to validate json datatype support. |
| Connection::hasJson | function | core/ |
Runs a simple query to validate json datatype support. |
| Connection::insert | function | core/ |
Prepares and returns an INSERT query object. |
| Connection::inTransaction | function | core/ |
Determines if there is an active transaction open. |
| Connection::isMariaDb | function | core/ |
Determines whether the MySQL distribution is MariaDB or not. |
| Connection::isMariaDb | function | core/ |
Determines whether the MySQL distribution is MariaDB or not. |
| Connection::lastInsertId | function | core/ |
Returns the ID of the last inserted row or sequence value. |
| 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::prepareStatement | function | core/ |
Returns a prepared statement given a SQL string. |
| Connection::prepareStatement | function | core/ |
Returns a prepared statement given a SQL string. |
| Connection::prepareStatement | function | core/ |
Returns a prepared statement given a SQL string. |
| Connection::preprocessStatement | function | core/ |
Returns a string SQL statement ready for preparation. |
| Connection::pushTransaction | function | core/ |
Increases the depth of transaction nesting. |
| Connection::quoteIdentifiers | function | core/ |
Quotes all identifiers in a query. |
| 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. |
| Connection::setKey | function | core/ |
Tells this connection object what its key is. |
| Connection::setLogger | function | core/ |
Associates a logging object with this connection. |
| Connection::setPrefix | function | core/ |
Set the list of prefixes used by this database connection. |
| Connection::setTarget | function | core/ |
Tells this connection object what its target value is. |
| Connection::sqlFunctionConcat | function | core/ |
SQLite compatibility implementation for the CONCAT() SQL function. |
| Connection::sqlFunctionConcatWs | function | core/ |
SQLite compatibility implementation for the CONCAT_WS() SQL function. |
| Connection::sqlFunctionGreatest | function | core/ |
SQLite compatibility implementation for the GREATEST() SQL function. |
| Connection::sqlFunctionIf | function | core/ |
SQLite compatibility implementation for the IF() SQL function. |
| Connection::sqlFunctionLeast | function | core/ |
SQLite compatibility implementation for the LEAST() SQL function. |
| Connection::sqlFunctionLikeBinary | function | core/ |
SQLite compatibility implementation for the LIKE BINARY SQL operator. |
| Connection::sqlFunctionRand | function | core/ |
SQLite compatibility implementation for the RAND() SQL function. |
| Connection::sqlFunctionRegexp | function | core/ |
SQLite compatibility implementation for the REGEXP SQL operator. |
| Connection::sqlFunctionSubstring | function | core/ |
SQLite compatibility implementation for the SUBSTRING() SQL function. |
| Connection::sqlFunctionSubstringIndex | function | core/ |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
| Connection::SQLSTATE_SYNTAX_ERROR | constant | core/ |
SQLSTATE error code for "Syntax error or access rule violation". |
Pagination
- Previous page
- Page 217
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.