DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect |
core/modules/simpletest/tests/database_test.test |
Test NOT EXISTS subquery conditionals on SELECT statements. |
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort |
core/modules/simpletest/tests/database_test.test |
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery |
core/modules/simpletest/tests/database_test.test |
Confirm that a tablesort query returns the correct results. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst |
core/modules/simpletest/tests/database_test.test |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
DatabaseSelectTestCase::makeCommentsProvider |
core/modules/simpletest/tests/database_test.test |
Provides expected and input values for testVulnerableComment(). |
DatabaseSelectTestCase::testIsNotNullCondition |
core/modules/simpletest/tests/database_test.test |
Test that we can find a record without a NULL value. |
DatabaseSelectTestCase::testIsNullCondition |
core/modules/simpletest/tests/database_test.test |
Test that we can find a record with a NULL value. |
DatabaseSelectTestCase::testNullCondition |
core/modules/simpletest/tests/database_test.test |
Test that a comparison with NULL is always FALSE. |
DatabaseSelectTestCase::testRandomOrder |
core/modules/simpletest/tests/database_test.test |
Test that random ordering of queries works. |
DatabaseSelectTestCase::testSelectDuplicateAlias |
core/modules/simpletest/tests/database_test.test |
Test that aliases are renamed when duplicates. |
DatabaseSelectTestCase::testSimpleComment |
core/modules/simpletest/tests/database_test.test |
Test rudimentary SELECT statement with a COMMENT. |
DatabaseSelectTestCase::testSimpleSelect |
core/modules/simpletest/tests/database_test.test |
Test rudimentary SELECT statements. |
DatabaseSelectTestCase::testSimpleSelectAllFields |
core/modules/simpletest/tests/database_test.test |
Test adding all fields from a given table to a select statement. |
DatabaseSelectTestCase::testSimpleSelectConditional |
core/modules/simpletest/tests/database_test.test |
Test basic conditionals on SELECT statements. |
DatabaseSelectTestCase::testSimpleSelectExpression |
core/modules/simpletest/tests/database_test.test |
Test SELECT statements with expressions. |
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple |
core/modules/simpletest/tests/database_test.test |
Test SELECT statements with multiple expressions. |
DatabaseSelectTestCase::testSimpleSelectMultipleFields |
core/modules/simpletest/tests/database_test.test |
Test adding multiple fields to a select statement at the same time. |
DatabaseSelectTestCase::testUnion |
core/modules/simpletest/tests/database_test.test |
Test that we can UNION multiple Select queries together. This is
semantically equal to UNION DISTINCT, so we don't explicitly test that. |
DatabaseSelectTestCase::testUnionAll |
core/modules/simpletest/tests/database_test.test |
Test that we can UNION ALL multiple Select queries together. |
DatabaseSelectTestCase::testVulnerableComment |
core/modules/simpletest/tests/database_test.test |
Test query COMMENT system against vulnerabilities. |
DatabaseSerializeQueryTestCase::testSerializeQuery |
core/modules/simpletest/tests/database_test.test |
Confirm that a query can be serialized and unserialized. |
DatabaseStatementBase::execute |
core/includes/database/database.inc |
Executes a prepared statement |
DatabaseStatementBase::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementBase::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementBase::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementBase::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementBase::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementBase::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseStatementBase::__construct |
core/includes/database/database.inc |
Creates a database statement. |
DatabaseStatementEmpty::current |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::execute |
core/includes/database/database.inc |
Executes a prepared statement |
DatabaseStatementEmpty::fetch |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::fetchAll |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementEmpty::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementEmpty::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |
DatabaseStatementEmpty::fetchCol |
core/includes/database/database.inc |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementEmpty::fetchField |
core/includes/database/database.inc |
Returns a single field from the next record of a result set. |
DatabaseStatementEmpty::fetchObject |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::getQueryString |
core/includes/database/database.inc |
Gets the query string of this statement. |
DatabaseStatementEmpty::key |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::next |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::rewind |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::rowCount |
core/includes/database/database.inc |
Returns the number of rows affected by the last SQL statement. |
DatabaseStatementEmpty::setFetchMode |
core/includes/database/database.inc |
|
DatabaseStatementEmpty::valid |
core/includes/database/database.inc |
|
DatabaseStatementInterface::execute |
core/includes/database/database.inc |
Executes a prepared statement |
DatabaseStatementInterface::fetchAllAssoc |
core/includes/database/database.inc |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementInterface::fetchAllKeyed |
core/includes/database/database.inc |
Returns the entire result set as a single associative array. |
DatabaseStatementInterface::fetchAssoc |
core/includes/database/database.inc |
Fetches the next row and returns it as an associative array. |