Search for connect

  1. Search 9.5.x for connect
  2. Search 8.9.x for connect
  3. Search 10.3.x for connect
  4. Search 11.x for connect
  5. Other projects
Title Object type File name Summary
DatabaseConnection_sqlite::getAttachedDatabases function includes/database/sqlite/database.inc Gets all the attached databases.
DatabaseConnection_sqlite::mapConditionOperator function includes/database/sqlite/database.inc Gets any special processing requirements for the condition operator.
DatabaseConnection_sqlite::nextId function includes/database/sqlite/database.inc Retrieves an unique id from a given sequence.
DatabaseConnection_sqlite::PDOPrepare function includes/database/sqlite/database.inc NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS.
DatabaseConnection_sqlite::popTransaction function includes/database/sqlite/database.inc Decreases the depth of transaction nesting.
DatabaseConnection_sqlite::prepare function includes/database/sqlite/database.inc SQLite-specific implementation of DatabaseConnection::prepare().
DatabaseConnection_sqlite::prepareQuery function includes/database/sqlite/database.inc Prepares a query string and returns the prepared statement.
DatabaseConnection_sqlite::pushTransaction function includes/database/sqlite/database.inc Increases the depth of transaction nesting.
DatabaseConnection_sqlite::queryRange function includes/database/sqlite/database.inc Runs a limited-range query on this database object.
DatabaseConnection_sqlite::queryTemporary function includes/database/sqlite/database.inc Runs a SELECT query and stores its results in a temporary table.
DatabaseConnection_sqlite::rollback function includes/database/sqlite/database.inc Rolls back the transaction entirely or to a named savepoint.
DatabaseConnection_sqlite::sqlFunctionConcat function includes/database/sqlite/database.inc SQLite compatibility implementation for the CONCAT() SQL function.
DatabaseConnection_sqlite::sqlFunctionGreatest function includes/database/sqlite/database.inc SQLite compatibility implementation for the GREATEST() SQL function.
DatabaseConnection_sqlite::sqlFunctionIf function includes/database/sqlite/database.inc SQLite compatibility implementation for the IF() SQL function.
DatabaseConnection_sqlite::sqlFunctionRand function includes/database/sqlite/database.inc SQLite compatibility implementation for the RAND() SQL function.
DatabaseConnection_sqlite::sqlFunctionSubstring function includes/database/sqlite/database.inc SQLite compatibility implementation for the SUBSTRING() SQL function.
DatabaseConnection_sqlite::sqlFunctionSubstringIndex function includes/database/sqlite/database.inc SQLite compatibility implementation for the SUBSTRING_INDEX() SQL function.
DatabaseConnection_sqlite::utf8mb4IsActive function includes/database/sqlite/database.inc Checks whether utf8mb4 support is currently active.
DatabaseConnection_sqlite::utf8mb4IsSupported function includes/database/sqlite/database.inc Checks whether utf8mb4 support is available on the current database system.
DatabaseConnection_sqlite::__construct function includes/database/sqlite/database.inc
DatabaseConnection_sqlite::__destruct function includes/database/sqlite/database.inc Destructor for the SQLite connection.
DatabaseLog::$connectionKey property includes/database/log.inc The connection key for which this object is logging.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging function modules/simpletest/tests/database_test.test Test that we can log queries separately on different connections.
DatabaseSchema::$connection property includes/database/schema.inc The database connection.
DatabaseTasks::connect function includes/install.inc Check if we can connect to the database.
DatabaseTransaction::$connection property includes/database/database.inc The connection object for this transaction.
DrupalTestCase::getDatabaseConnection function modules/simpletest/drupal_web_test_case.php Returns the database connection to the site running Simpletest.
FileTranferTest::$testConnection property modules/simpletest/tests/filetransfer.test
FileTransfer::connect function includes/filetransfer/filetransfer.inc Connect to the server.
FileTransferFTPExtension::connect function includes/filetransfer/ftp.inc Connect to the server.
FileTransferLocal::connect function includes/filetransfer/local.inc Connect to the server.
FileTransferSSH::connect function includes/filetransfer/ssh.inc Connect to the server.
MockTestConnection class modules/simpletest/tests/filetransfer.test Mock connection object for test case.
MockTestConnection::$commandsRun property modules/simpletest/tests/filetransfer.test
MockTestConnection::$connectionString property modules/simpletest/tests/filetransfer.test
MockTestConnection::flushCommands function modules/simpletest/tests/filetransfer.test
MockTestConnection::run function modules/simpletest/tests/filetransfer.test
Query::$connection property includes/database/query.inc The connection object on which to run this query.
Query::$connectionKey property includes/database/query.inc The key of the connection object.
Query::$connectionTarget property includes/database/query.inc The target of the connection object.
SelectQueryExtender::$connection property includes/database/select.inc The connection object on which to run this query.
TestFileTransfer::connect function modules/simpletest/tests/filetransfer.test Connect to the server.
_authorize_filetransfer_connection_settings function includes/authorize.inc Generates the Form API array for a given connection backend's settings.
_authorize_filetransfer_connection_settings_set_defaults function includes/authorize.inc Sets the default settings on a file transfer connection form recursively.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.