Search for connect
- Search 9.5.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 |
---|---|---|---|
DatabaseConnection_sqlite::getAttachedDatabases | function | includes/ |
Gets all the attached databases. |
DatabaseConnection_sqlite::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_sqlite::nextId | function | includes/ |
Retrieves an unique id from a given sequence. |
DatabaseConnection_sqlite::PDOPrepare | function | includes/ |
NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS. |
DatabaseConnection_sqlite::popTransaction | function | includes/ |
Decreases the depth of transaction nesting. |
DatabaseConnection_sqlite::prepare | function | includes/ |
SQLite-specific implementation of DatabaseConnection::prepare(). |
DatabaseConnection_sqlite::prepareQuery | function | includes/ |
Prepares a query string and returns the prepared statement. |
DatabaseConnection_sqlite::pushTransaction | function | includes/ |
Increases the depth of transaction nesting. |
DatabaseConnection_sqlite::queryRange | function | includes/ |
Runs a limited-range query on this database object. |
DatabaseConnection_sqlite::queryTemporary | function | includes/ |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_sqlite::rollback | function | includes/ |
Rolls back the transaction entirely or to a named savepoint. |
DatabaseConnection_sqlite::sqlFunctionConcat | function | includes/ |
SQLite compatibility implementation for the CONCAT() SQL function. |
DatabaseConnection_sqlite::sqlFunctionGreatest | function | includes/ |
SQLite compatibility implementation for the GREATEST() SQL function. |
DatabaseConnection_sqlite::sqlFunctionIf | function | includes/ |
SQLite compatibility implementation for the IF() SQL function. |
DatabaseConnection_sqlite::sqlFunctionRand | function | includes/ |
SQLite compatibility implementation for the RAND() SQL function. |
DatabaseConnection_sqlite::sqlFunctionSubstring | function | includes/ |
SQLite compatibility implementation for the SUBSTRING() SQL function. |
DatabaseConnection_sqlite::sqlFunctionSubstringIndex | function | includes/ |
SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function. |
DatabaseConnection_sqlite::utf8mb4IsActive | function | includes/ |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_sqlite::utf8mb4IsSupported | function | includes/ |
Checks whether utf8mb4 support is available on the current database system. |
DatabaseConnection_sqlite::__construct | function | includes/ |
|
DatabaseConnection_sqlite::__destruct | function | includes/ |
Destructor for the SQLite connection. |
DatabaseLog::$connectionKey | property | includes/ |
The connection key for which this object is logging. |
DatabaseLoggingTestCase::testEnableMultiConnectionLogging | function | modules/ |
Test that we can log queries separately on different connections. |
DatabaseSchema::$connection | property | includes/ |
The database connection. |
DatabaseTasks::connect | function | includes/ |
Check if we can connect to the database. |
DatabaseTransaction::$connection | property | includes/ |
The connection object for this transaction. |
DrupalTestCase::getDatabaseConnection | function | modules/ |
Returns the database connection to the site running Simpletest. |
FileTranferTest::$testConnection | property | modules/ |
|
FileTransfer::connect | function | includes/ |
Connect to the server. |
FileTransferFTPExtension::connect | function | includes/ |
Connect to the server. |
FileTransferLocal::connect | function | includes/ |
Connect to the server. |
FileTransferSSH::connect | function | includes/ |
Connect to the server. |
MockTestConnection | class | modules/ |
Mock connection object for test case. |
MockTestConnection::$commandsRun | property | modules/ |
|
MockTestConnection::$connectionString | property | modules/ |
|
MockTestConnection::flushCommands | function | modules/ |
|
MockTestConnection::run | function | modules/ |
|
Query::$connection | property | includes/ |
The connection object on which to run this query. |
Query::$connectionKey | property | includes/ |
The key of the connection object. |
Query::$connectionTarget | property | includes/ |
The target of the connection object. |
SelectQueryExtender::$connection | property | includes/ |
The connection object on which to run this query. |
TestFileTransfer::connect | function | modules/ |
Connect to the server. |
_authorize_filetransfer_connection_settings | function | includes/ |
Generates the Form API array for a given connection backend's settings. |
_authorize_filetransfer_connection_settings_set_defaults | function | includes/ |
Sets the default settings on a file transfer connection form recursively. |
Pagination
- Previous page
- Page 4
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.