Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| Connection::transactionDepth | function | core/ |
Determines the current transaction depth. |
| Connection::truncate | function | core/ |
Prepares and returns a TRUNCATE query object. |
| Connection::UNKNOWN_CHARSET | constant | core/ |
Driver-specific error code for "Unknown character set" error. |
| Connection::UNSUPPORTED_CHARSET | constant | core/ |
Error code for "Can't initialize character set" error. |
| Connection::update | function | core/ |
Prepares and returns an UPDATE query object. |
| Connection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
| Connection::upsert | function | core/ |
Prepares and returns an UPSERT query object. |
| Connection::version | function | core/ |
Returns the version of the database server. |
| Connection::version | function | core/ |
Returns the version of the database server. |
| Connection::__construct | function | core/ |
Constructs a Connection object. |
| Connection::__construct | function | core/ |
Constructs a Connection object. |
| Connection::__construct | function | core/ |
Constructs a connection object. |
| Connection::__construct | function | core/ |
Constructs a Connection object. |
| Connection::__construct | function | core/ |
Constructs a \Drupal\Core\Database\Driver\sqlite\Connection object. |
| Connection::__destruct | function | core/ |
Destructor for the SQLite connection. |
| Connection::__destruct | function | core/ |
|
| Connection::__sleep | function | core/ |
Prevents the database connection from being serialized. |
| ConnectionFailureTest | class | core/ |
Tests logging of connection failures. |
| ConnectionFailureTest.php | file | core/ |
|
| ConnectionFailureTest::$modules | property | core/ |
Modules to enable. |
| ConnectionFailureTest::testConnectionFailureLogging | function | core/ |
Tests logging of connection failures. |
| ConnectionNotDefinedException | class | core/ |
Exception thrown if an undefined database connection is requested. |
| ConnectionNotDefinedException.php | file | core/ |
|
| ConnectionTest | class | core/ |
Tests the Connection class. |
| ConnectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Database\Driver\sqlite\Connection[[api-linebreak]] @group Database |
| ConnectionTest | class | core/ |
Tests of the core database system. |
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
Pagination
- Previous page
- Page 257
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.