Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSelectPagerDefaultTestCase::testElementNumbers | function | modules/ |
Confirm that every pager gets a valid non-overlaping element ID. |
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery | function | modules/ |
Confirm that a pager query returns the correct results. |
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery | function | modules/ |
Confirm that a paging query with a having expression returns valid results. |
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery | function | modules/ |
Confirm that a pager query with inner pager query returns valid results. |
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery | function | modules/ |
Confirm that a pager query returns the correct results. |
DatabaseSelectSubqueryTestCase | class | modules/ |
Test case for subselects in a dynamic SELECT query. |
DatabaseSelectSubqueryTestCase::getInfo | function | modules/ |
|
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect | function | modules/ |
Test that we can use a subquery in a WHERE clause. |
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect | function | modules/ |
Test EXISTS subquery conditionals on SELECT statements. |
DatabaseSelectSubqueryTestCase::testFromSubquerySelect | function | modules/ |
Test that we can use a subquery in a FROM clause. |
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit | function | modules/ |
Test that we can use a subquery in a FROM clause with a limit. |
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect | function | modules/ |
Test that we can use a subquery in a JOIN clause. |
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect | function | modules/ |
Test NOT EXISTS subquery conditionals on SELECT statements. |
DatabaseSelectTableSortDefaultTestCase | class | modules/ |
|
DatabaseSelectTableSortDefaultTestCase::getInfo | function | modules/ |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort | function | modules/ |
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery | function | modules/ |
Confirm that a tablesort query returns the correct results. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst | function | modules/ |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
DatabaseSelectTestCase | class | modules/ |
Test the SELECT builder. |
DatabaseSelectTestCase::getInfo | function | modules/ |
|
DatabaseSelectTestCase::makeCommentsProvider | function | modules/ |
Provides expected and input values for testVulnerableComment(). |
DatabaseSelectTestCase::testNotNullCondition | function | modules/ |
Test that we can find a record without a NULL value. |
DatabaseSelectTestCase::testNullCondition | function | modules/ |
Test that we can find a record with a NULL value. |
DatabaseSelectTestCase::testRandomOrder | function | modules/ |
Test that random ordering of queries works. |
DatabaseSelectTestCase::testSelectDuplicateAlias | function | modules/ |
Test that aliases are renamed when duplicates. |
DatabaseSelectTestCase::testSimpleComment | function | modules/ |
Test rudimentary SELECT statement with a COMMENT. |
DatabaseSelectTestCase::testSimpleSelect | function | modules/ |
Test rudimentary SELECT statements. |
DatabaseSelectTestCase::testSimpleSelectAllFields | function | modules/ |
Test adding all fields from a given table to a select statement. |
DatabaseSelectTestCase::testSimpleSelectConditional | function | modules/ |
Test basic conditionals on SELECT statements. |
DatabaseSelectTestCase::testSimpleSelectExpression | function | modules/ |
Test SELECT statements with expressions. |
DatabaseSelectTestCase::testSimpleSelectExpressionMultiple | function | modules/ |
Test SELECT statements with multiple expressions. |
DatabaseSelectTestCase::testSimpleSelectMultipleFields | function | modules/ |
Test adding multiple fields to a select statement at the same time. |
DatabaseSelectTestCase::testUnion | function | modules/ |
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 | function | modules/ |
Test that we can UNION ALL multiple Select queries together. |
DatabaseSelectTestCase::testUnionOrder | function | modules/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
DatabaseSelectTestCase::testUnionOrderLimit | function | modules/ |
Tests that we can UNION multiple Select queries together with a LIMIT. |
DatabaseSelectTestCase::testVulnerableComment | function | modules/ |
Test query COMMENT system against vulnerabilities. |
DatabaseSerializeQueryTestCase | class | modules/ |
Query serialization tests. |
DatabaseSerializeQueryTestCase::getInfo | function | modules/ |
|
DatabaseSerializeQueryTestCase::testSerializeQuery | function | modules/ |
Confirm that a query can be serialized and unserialized. |
DatabaseStatementBase | class | includes/ |
Default implementation of DatabaseStatementInterface. |
DatabaseStatementBase::$dbh | property | includes/ |
Reference to the database connection object for this statement. |
DatabaseStatementBase::execute | function | includes/ |
Executes a prepared statement |
DatabaseStatementBase::fetchAllAssoc | function | includes/ |
Returns the result set as an associative array keyed by the given field. |
DatabaseStatementBase::fetchAllKeyed | function | includes/ |
Returns the entire result set as a single associative array. |
DatabaseStatementBase::fetchAssoc | function | includes/ |
Fetches the next row and returns it as an associative array. |
DatabaseStatementBase::fetchCol | function | includes/ |
Returns an entire single column of a result set as an indexed array. |
DatabaseStatementBase::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementBase::getQueryString | function | includes/ |
Gets the query string of this statement. |
DatabaseStatementBase::__construct | function | includes/ |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.