DatabaseConnection::utf8mb4IsActive |
function |
drupal/includes/database/database.inc |
Checks whether utf8mb4 support is currently active. |
ConnectionUnitTest::getConnectionID |
function |
drupal/modules/simpletest/tests/database_test.test |
Returns the connection ID of the current test connection. |
DatabaseConnection_sqlite::rollback |
function |
drupal/includes/database/sqlite/database.inc |
Rolls back the transaction entirely or to a named savepoint. |
DatabaseConnection::$statementClass |
property |
drupal/includes/database/database.inc |
The name of the Statement class for this connection. |
DatabaseConnectionTestCase::getInfo |
function |
drupal/modules/simpletest/tests/database_test.test |
|
DatabaseConnection::makeSequenceName |
function |
drupal/includes/database/database.inc |
Creates the appropriate sequence name for a given table and serial field. |
DatabaseConnection::transactionDepth |
function |
drupal/includes/database/database.inc |
Determines current transaction depth. |
DatabaseConnection::startTransaction |
function |
drupal/includes/database/database.inc |
Returns a new DatabaseTransaction object on this connection. |
DatabaseConnection_mysql::__destruct |
function |
drupal/includes/database/mysql/database.inc |
|
DatabaseConnection_mysql::queryRange |
function |
drupal/includes/database/mysql/database.inc |
Runs a limited-range query on this database object. |
DatabaseConnection_pgsql::queryRange |
function |
drupal/includes/database/pgsql/database.inc |
Runs a limited-range query on this database object. |
ConnectionUnitTest::assertConnection |
function |
drupal/modules/simpletest/tests/database_test.test |
Asserts that a connection ID exists. |
DatabaseConnection_mysql::__construct |
function |
drupal/includes/database/mysql/database.inc |
|
DatabaseConnectionNotDefinedException |
class |
drupal/includes/database/database.inc |
Exception thrown if an undefined database connection is requested. |
DatabaseConnection_pgsql::__construct |
function |
drupal/includes/database/pgsql/database.inc |
|
DrupalTestCase::getDatabaseConnection |
function |
drupal/modules/simpletest/drupal_web_test_case.php |
Returns the database connection to the site running Simpletest. |
MockTestConnection::$connectionString |
property |
drupal/modules/simpletest/tests/filetransfer.test |
|
DatabaseConnection_sqlite::__destruct |
function |
drupal/includes/database/sqlite/database.inc |
Destructor for the SQLite connection. |
DatabaseConnection_sqlite::PDOPrepare |
function |
drupal/includes/database/sqlite/database.inc |
NEVER CALL THIS FUNCTION: YOU MIGHT DEADLOCK YOUR PHP PROCESS. |
DatabaseConnection_sqlite::queryRange |
function |
drupal/includes/database/sqlite/database.inc |
Runs a limited-range query on this database object. |
DatabaseConnection_mysql::databaseType |
function |
drupal/includes/database/mysql/database.inc |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_mysql::nextIdDelete |
function |
drupal/includes/database/mysql/database.inc |
|
DatabaseConnection_pgsql::prepareQuery |
function |
drupal/includes/database/pgsql/database.inc |
Prepares a query string and returns the prepared statement. |
DatabaseConnection_pgsql::databaseType |
function |
drupal/includes/database/pgsql/database.inc |
Returns the name of the PDO driver for this connection. |
DatabaseConnection::utf8mb4IsSupported |
function |
drupal/includes/database/database.inc |
Checks whether utf8mb4 support is available on the current database system. |
ConnectionUnitTest::assertNoConnection |
function |
drupal/modules/simpletest/tests/database_test.test |
Asserts that a connection ID does not exist. |
DatabaseConnection_sqlite::__construct |
function |
drupal/includes/database/sqlite/database.inc |
|
ConnectionUnitTest::testOpenQueryClose |
function |
drupal/modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query. |
DatabaseConnection::$transactionLayers |
property |
drupal/includes/database/database.inc |
Tracks the number of "layers" of transactions currently active. |
DatabaseConnection::$connectionOptions |
property |
drupal/includes/database/database.inc |
The connection information for this connection object. |
DatabaseConnection_mysql::$needsCleanup |
property |
drupal/includes/database/mysql/database.inc |
Flag to indicate if the cleanup function in __destruct() should run. |
DatabaseConnection_sqlite::databaseType |
function |
drupal/includes/database/sqlite/database.inc |
Returns the name of the PDO driver for this connection. |
DatabaseConnection_sqlite::prepareQuery |
function |
drupal/includes/database/sqlite/database.inc |
Prepares a query string and returns the prepared statement. |
DatabaseConnection::$transactionSupport |
property |
drupal/includes/database/database.inc |
Whether this database connection supports transactions. |
DatabaseConnection::$temporaryNameIndex |
property |
drupal/includes/database/database.inc |
An index used to generate unique temporary table names. |
DatabaseConnection::getConnectionOptions |
function |
drupal/includes/database/database.inc |
Returns the connection information for this connection object. |
DatabaseConnection_mysql::queryTemporary |
function |
drupal/includes/database/mysql/database.inc |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection::supportsTransactions |
function |
drupal/includes/database/database.inc |
Determines if this driver supports transactions. |
DatabaseConnection::mapConditionOperator |
function |
drupal/includes/database/database.inc |
Gets any special processing requirements for the condition operator. |
DatabaseConnection_pgsql::queryTemporary |
function |
drupal/includes/database/pgsql/database.inc |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_sqlite::$tableDropped |
property |
drupal/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 |
drupal/includes/database/sqlite/database.inc |
Whether or not the active transaction (if any) will be rolled back. |
DatabaseConnection_sqlite::sqlFunctionIf |
function |
drupal/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the IF() SQL function. |
DatabaseConnection_mysql::utf8mb4IsActive |
function |
drupal/includes/database/mysql/database.inc |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_pgsql::utf8mb4IsActive |
function |
drupal/includes/database/pgsql/database.inc |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection::utf8mb4IsConfigurable |
function |
drupal/includes/database/database.inc |
Checks whether utf8mb4 support is configurable in settings.php. |
DatabaseConnection_sqlite::queryTemporary |
function |
drupal/includes/database/sqlite/database.inc |
Runs a SELECT query and stores its results in a temporary table. |
DatabaseConnection_sqlite::popTransaction |
function |
drupal/includes/database/sqlite/database.inc |
Decreases the depth of transaction nesting. |
DatabaseConnection_sqlite::utf8mb4IsActive |
function |
drupal/includes/database/sqlite/database.inc |
Checks whether utf8mb4 support is currently active. |
DatabaseConnection_sqlite::sqlFunctionRand |
function |
drupal/includes/database/sqlite/database.inc |
SQLite compatibility implementation for the RAND() SQL function. |