Search for connect
- Search 7.x for connect
- Search 9.5.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Connection::popCommittableTransactions | function | core/ |
Overridden to work around issues to MySQL not supporting transactional DDL. |
Connection::popCommittableTransactions | function | core/ |
Commit all the transaction layers that can commit. |
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::prepare | function | core/ |
Prepares a statement for execution and returns a statement object |
Connection::prepare | function | core/ |
Prepares a statement for execution and returns a statement object |
Connection::prepareQuery | function | core/ |
Prepares a query string and returns the prepared statement. |
Connection::prepareQuery | function | core/ |
Prepares a query string and returns the prepared statement. |
Connection::prepareQuery | function | core/ |
Prepares a query string and returns the prepared statement. |
Connection::pushTransaction | function | core/ |
Increases the depth of transaction nesting. |
Connection::query | function | core/ |
Executes a query string against the database. |
Connection::query | function | core/ |
Executes a query string against the database. |
Connection::query | function | core/ |
Executes a query string against the database. |
Connection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
Connection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
Connection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
Connection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
Connection::queryRange | function | core/ |
Runs a limited-range query on this database object. |
Connection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
Connection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
Connection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
Connection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
Connection::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
Connection::quote | function | core/ |
Quotes a string for use in a query. |
Connection::quoteIdentifier | function | core/ |
Quotes an identifier if it matches a MySQL reserved keyword. |
Connection::releaseSavepoint | function | core/ |
Release a savepoint by name. |
Connection::rollBack | function | core/ |
Rolls back the transaction entirely or to a named savepoint. |
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::serialize | function | core/ |
|
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::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". |
Connection::startTransaction | function | core/ |
Returns a new DatabaseTransaction object on this connection. |
Connection::supportsTransactionalDDL | function | core/ |
Determines if this driver supports transactional DDL. |
Connection::supportsTransactions | function | core/ |
Determines if this driver supports transactions. |
Connection::tablePrefix | function | core/ |
Find the prefix for a table. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.