Search for on

  1. Search 9.5.x for on
  2. Search 8.9.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
DatabaseConnection_pgsql::databaseType function includes/database/pgsql/database.inc Returns the name of the PDO driver for this connection.
DatabaseConnection_pgsql::driver function includes/database/pgsql/database.inc Returns the type of database driver.
DatabaseConnection_pgsql::mapConditionOperator function includes/database/pgsql/database.inc Gets any special processing requirements for the condition operator.
DatabaseConnection_pgsql::nextId function includes/database/pgsql/database.inc Retrieve the next id in a sequence.
DatabaseConnection_pgsql::prepareQuery function includes/database/pgsql/database.inc Prepares a query string and returns the prepared statement.
DatabaseConnection_pgsql::query function includes/database/pgsql/database.inc Executes a query string against the database.
DatabaseConnection_pgsql::queryRange function includes/database/pgsql/database.inc Runs a limited-range query on this database object.
DatabaseConnection_pgsql::queryTemporary function includes/database/pgsql/database.inc Runs a SELECT query and stores its results in a temporary table.
DatabaseConnection_pgsql::utf8mb4IsActive function includes/database/pgsql/database.inc Checks whether utf8mb4 support is currently active.
DatabaseConnection_pgsql::utf8mb4IsSupported function includes/database/pgsql/database.inc Checks whether utf8mb4 support is available on the current database system.
DatabaseConnection_pgsql::__construct function includes/database/pgsql/database.inc
DatabaseConnection_sqlite class includes/database/sqlite/database.inc Specific SQLite implementation of DatabaseConnection.
DatabaseConnection_sqlite::$attachedDatabases property includes/database/sqlite/database.inc All databases attached to the current database. This is used to allow
prefixes to be safely handled without locking the table
DatabaseConnection_sqlite::$savepointSupport property includes/database/sqlite/database.inc Whether this database connection supports savepoints.
DatabaseConnection_sqlite::$tableDropped property includes/database/sqlite/database.inc Whether or not a table has been dropped this request: the destructor will
only try to get rid of unnecessary databases if there is potential of them
being empty.
DatabaseConnection_sqlite::$willRollback property includes/database/sqlite/database.inc Whether or not the active transaction (if any) will be rolled back.
DatabaseConnection_sqlite::databaseType function includes/database/sqlite/database.inc Returns the name of the PDO driver for this connection.
DatabaseConnection_sqlite::driver function includes/database/sqlite/database.inc Returns the type of database driver.
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.
DatabaseDriverNotSpecifiedException class includes/database/database.inc Exception thrown if no driver is specified for a database connection.
DatabaseEmptyStatementTestCase::testEmptyIteration function modules/simpletest/tests/database_test.test Test that the empty result set iterates safely.
DatabaseInsertLOBTestCase::testInsertOneBlob function modules/simpletest/tests/database_test.test Test that we can insert a single blob field successfully.
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion function modules/simpletest/tests/database_test.test Test that we can specify fields without values and specify values later.
DatabaseLog::$connectionKey property includes/database/log.inc The connection key for which this object is logging.
DatabaseLog::__construct function includes/database/log.inc Constructor.
DatabaseLoggingTestCase::testEnableMultiConnectionLogging function modules/simpletest/tests/database_test.test Test that we can log queries separately on different connections.
DatabaseMergeTestCase::testMergeUpdateExpression function modules/simpletest/tests/database_test.test Confirm that we can merge-update a record successfully, with expressions.
DatabaseQueryTestCase::testArrayArgumentsSQLInjection function modules/simpletest/tests/database_test.test Test SQL injection via database query array arguments.
DatabaseQueryTestCase::testArraySubstitution function modules/simpletest/tests/database_test.test Test that we can specify an array of values in the query by simply passing in an array.
DatabaseQueryTestCase::testConditionOperatorArgumentsSQLInjection function modules/simpletest/tests/database_test.test Tests SQL injection via condition operator.

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