Search for connect
- Search 7.x for connect
- Search 8.9.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Connection::getUnprefixedTablesMap | function | core/ |
Gets a list of individually prefixed table names. |
Connection::handleQueryException | function | core/ |
Wraps and re-throws any PDO exception thrown by static::query(). |
Connection::handleQueryException | function | core/ |
Wraps and re-throws any PDO exception thrown by static::query(). |
Connection::handleQueryException | function | core/ |
Wraps and re-throws any PDO exception thrown by static::query(). |
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::makeComment | function | core/ |
Flatten an array of query comments into a single comment string. |
Connection::makeSequenceName | function | core/ |
Creates the appropriate sequence name for a given table and serial field. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::mapConditionOperator | function | core/ |
Gets any special processing requirements for the condition operator. |
Connection::merge | function | core/ |
Prepares and returns a MERGE query object. |
Connection::MIN_MAX_ALLOWED_PACKET | constant | core/ |
The minimal possible value for the max_allowed_packet setting of MySQL. |
Connection::nextId | function | core/ |
Retrieves a unique ID from a given sequence. |
Connection::nextId | function | core/ |
Retrieve a the next id in a sequence. |
Connection::nextId | function | core/ |
Retrieves a unique ID from a given sequence. |
Connection::nextId | function | core/ |
Retrieves a unique ID from a given sequence. |
Connection::nextId | function | core/ |
Retrieves a unique ID from a given sequence. |
Connection::nextIdDelete | function | core/ |
|
Connection::open | function | core/ |
Opens a client connection. |
Connection::open | function | core/ |
Opens a client connection. |
Connection::open | function | core/ |
Opens a client connection. |
Connection::open | function | core/ |
Opens a client connection. |
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::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::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. |
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.