PHP Trait Pinq\Tests\Integration\Queries\QueryBuildingTestsTrait

Show file Open project: timetoogo/pinq

Public Methods

Method Description
testAdd ( )
testAddRange ( )
testAddSubScope ( )
testAggregate ( )
testAll ( )
testAny ( )
testAppend ( )
testApply ( )
testAverage ( )
testClear ( )
testContains ( )
testCount ( )
testDifference ( )
testExampleFromDocs ( )
testExcept ( )
testFirst ( )
testGroupBy ( )
testImplode ( )
testIndexBy ( )
testIntersect ( )
testIntersectWithFilteredSubScope ( )
testIsEmpty ( )
testJoinApply ( )
testJoinOn ( )
testJoinOnEquality ( )
testJoinToSubScope ( )
testJoinTwoWithDefaults ( )
testJoinWithDefault ( )
testKeys ( )
testLast ( )
testMaximum ( )
testMinimum ( )
testNestedOperations ( )
testOffsetGetQuery ( )
testOffsetIsset ( )
testOrderByAscending ( )
testOrderByAscendingWithThenByAscending ( )
testOrderByAscendingWithThenByDescending ( )
testOrderByDescending ( )
testReindex ( )
testRemove ( )
testRemoveRange ( )
testRemoveSubScope ( )
testRemoveWhere ( )
testSelect ( )
testSelectMany ( )
testSetIndex ( )
testSkip ( )
testSum ( )
testTake ( )
testUnfilteredGroupJoinWithDefault ( )
testUnfilteredJoin ( )
testUnion ( )
testUnique ( )
testUnsetIndex ( )
testValuesAsArray ( )
testValuesAsCollection ( )
testValuesAsIterator ( )
testValuesAsSelf ( )
testValuesAsTraversable ( )
testValuesAsTrueIterator ( )
testWhere ( )
testWhereIn ( )

Protected Methods

Method Description
addQuery ( )
addRangeQuery ( )
addSubscopeQuery ( )
aggregateQuery ( )
allQuery ( )
anyQuery ( )
appendQuery ( )
applyQuery ( )
assertOperationIsCorrect ( callable $operationFunction, $correctValue )
assertRequestIsCorrect ( callable $requestFunction, $correctValue, $onlyAsParsedExpression = false )
averageQuery ( )
clearQuery ( )
containsQuery ( )
countQuery ( )
differenceQuery ( )
exampleFromDocsQuery ( )
exceptQuery ( )
firstQuery ( )
groupByQuery ( )
implodeQuery ( )
indexByQuery ( )
intersectQuery ( )
intersectWithFilteredSubScopeQuery ( )
isEmptyQuery ( )
joinApplyQuery ( )
joinOnEqualityQuery ( )
joinOnQuery ( )
joinToSubScopeQuery ( )
joinTwoWithDefaultsQuery ( )
joinWithDefaultQuery ( )
keysQuery ( )
lastQuery ( )
maximumQuery ( )
minimumQuery ( )
nestedOperationsQuery ( )
offsetGetQuery ( )
offsetIssetQuery ( )
orderByAscendingQuery ( )
orderByAscendingWithThenByAscendingQuery ( )
orderByAscendingWithThenByDescendingQuery ( )
orderByDescendingQuery ( )
reindexQuery ( )
removeQuery ( )
removeRangeQuery ( )
removeSubscopeQuery ( )
removeWhereQuery ( )
selectManyQuery ( )
selectQuery ( )
setIndexQuery ( )
skipQuery ( )
sumQuery ( )
takeQuery ( )
unfilteredGroupJoinWithDefaultQuery ( )
unfilteredJoinQuery ( )
unionQuery ( )
uniqueQuery ( )
unsetIndexQuery ( )
valuesAsArrayQuery ( )
valuesAsCollectionQuery ( )
valuesAsIteratorQuery ( )
valuesAsSelfQuery ( )
valuesAsTraversableQuery ( )
valuesAsTrueIteratorQuery ( )
whereInQuery ( )
whereQuery ( )

Method Details

addQuery() abstract protected method

abstract protected addQuery ( )

addRangeQuery() abstract protected method

abstract protected addRangeQuery ( )

addSubscopeQuery() abstract protected method

abstract protected addSubscopeQuery ( )

aggregateQuery() abstract protected method

abstract protected aggregateQuery ( )

allQuery() abstract protected method

abstract protected allQuery ( )

anyQuery() abstract protected method

abstract protected anyQuery ( )

appendQuery() abstract protected method

abstract protected appendQuery ( )

applyQuery() abstract protected method

abstract protected applyQuery ( )

assertOperationIsCorrect() abstract protected method

abstract protected assertOperationIsCorrect ( callable $operationFunction, $correctValue )
$operationFunction callable

assertRequestIsCorrect() abstract protected method

abstract protected assertRequestIsCorrect ( callable $requestFunction, $correctValue, $onlyAsParsedExpression = false )
$requestFunction callable

averageQuery() abstract protected method

abstract protected averageQuery ( )

clearQuery() abstract protected method

abstract protected clearQuery ( )

containsQuery() abstract protected method

abstract protected containsQuery ( )

countQuery() abstract protected method

abstract protected countQuery ( )

differenceQuery() abstract protected method

abstract protected differenceQuery ( )

exampleFromDocsQuery() abstract protected method

abstract protected exampleFromDocsQuery ( )

exceptQuery() abstract protected method

abstract protected exceptQuery ( )

firstQuery() abstract protected method

abstract protected firstQuery ( )

groupByQuery() abstract protected method

abstract protected groupByQuery ( )

implodeQuery() abstract protected method

abstract protected implodeQuery ( )

indexByQuery() abstract protected method

abstract protected indexByQuery ( )

intersectQuery() abstract protected method

abstract protected intersectQuery ( )

intersectWithFilteredSubScopeQuery() abstract protected method

abstract protected intersectWithFilteredSubScopeQuery ( )

isEmptyQuery() abstract protected method

abstract protected isEmptyQuery ( )

joinApplyQuery() abstract protected method

abstract protected joinApplyQuery ( )

joinOnEqualityQuery() abstract protected method

abstract protected joinOnEqualityQuery ( )

joinOnQuery() abstract protected method

abstract protected joinOnQuery ( )

joinToSubScopeQuery() abstract protected method

abstract protected joinToSubScopeQuery ( )

joinTwoWithDefaultsQuery() abstract protected method

abstract protected joinTwoWithDefaultsQuery ( )

joinWithDefaultQuery() abstract protected method

abstract protected joinWithDefaultQuery ( )

keysQuery() abstract protected method

abstract protected keysQuery ( )

lastQuery() abstract protected method

abstract protected lastQuery ( )

maximumQuery() abstract protected method

abstract protected maximumQuery ( )

minimumQuery() abstract protected method

abstract protected minimumQuery ( )

nestedOperationsQuery() abstract protected method

abstract protected nestedOperationsQuery ( )

offsetGetQuery() abstract protected method

abstract protected offsetGetQuery ( )

offsetIssetQuery() abstract protected method

abstract protected offsetIssetQuery ( )

orderByAscendingQuery() abstract protected method

abstract protected orderByAscendingQuery ( )

orderByAscendingWithThenByAscendingQuery() abstract protected method

orderByAscendingWithThenByDescendingQuery() abstract protected method

orderByDescendingQuery() abstract protected method

abstract protected orderByDescendingQuery ( )

reindexQuery() abstract protected method

abstract protected reindexQuery ( )

removeQuery() abstract protected method

abstract protected removeQuery ( )

removeRangeQuery() abstract protected method

abstract protected removeRangeQuery ( )

removeSubscopeQuery() abstract protected method

abstract protected removeSubscopeQuery ( )

removeWhereQuery() abstract protected method

abstract protected removeWhereQuery ( )

selectManyQuery() abstract protected method

abstract protected selectManyQuery ( )

selectQuery() abstract protected method

abstract protected selectQuery ( )

setIndexQuery() abstract protected method

abstract protected setIndexQuery ( )

skipQuery() abstract protected method

abstract protected skipQuery ( )

sumQuery() abstract protected method

abstract protected sumQuery ( )

takeQuery() abstract protected method

abstract protected takeQuery ( )

testAdd() public method

public testAdd ( )

testAddRange() public method

public testAddRange ( )

testAddSubScope() public method

public testAddSubScope ( )

testAggregate() public method

public testAggregate ( )

testAll() public method

public testAll ( )

testAny() public method

public testAny ( )

testAppend() public method

public testAppend ( )

testApply() public method

public testApply ( )

testAverage() public method

public testAverage ( )

testClear() public method

public testClear ( )

testContains() public method

public testContains ( )

testCount() public method

public testCount ( )

testDifference() public method

public testDifference ( )

testExampleFromDocs() public method

public testExampleFromDocs ( )

testExcept() public method

public testExcept ( )

testFirst() public method

public testFirst ( )

testGroupBy() public method

public testGroupBy ( )

testImplode() public method

public testImplode ( )

testIndexBy() public method

public testIndexBy ( )

testIntersect() public method

public testIntersect ( )

testIntersectWithFilteredSubScope() public method

testIsEmpty() public method

public testIsEmpty ( )

testJoinApply() public method

public testJoinApply ( )

testJoinOn() public method

public testJoinOn ( )

testJoinOnEquality() public method

public testJoinOnEquality ( )

testJoinToSubScope() public method

public testJoinToSubScope ( )

testJoinTwoWithDefaults() public method

testJoinWithDefault() public method

public testJoinWithDefault ( )

testKeys() public method

public testKeys ( )

testLast() public method

public testLast ( )

testMaximum() public method

public testMaximum ( )

testMinimum() public method

public testMinimum ( )

testNestedOperations() public method

testOffsetGetQuery() public method

public testOffsetGetQuery ( )

testOffsetIsset() public method

public testOffsetIsset ( )

testOrderByAscending() public method

testOrderByAscendingWithThenByAscending() public method

testOrderByAscendingWithThenByDescending() public method

testOrderByDescending() public method

testReindex() public method

public testReindex ( )

testRemove() public method

public testRemove ( )

testRemoveRange() public method

public testRemoveRange ( )

testRemoveSubScope() public method

public testRemoveSubScope ( )

testRemoveWhere() public method

public testRemoveWhere ( )

testSelect() public method

public testSelect ( )

testSelectMany() public method

public testSelectMany ( )

testSetIndex() public method

public testSetIndex ( )

testSkip() public method

public testSkip ( )

testSum() public method

public testSum ( )

testTake() public method

public testTake ( )

testUnfilteredGroupJoinWithDefault() public method

testUnfilteredJoin() public method

public testUnfilteredJoin ( )

testUnion() public method

public testUnion ( )

testUnique() public method

public testUnique ( )

testUnsetIndex() public method

public testUnsetIndex ( )

testValuesAsArray() public method

public testValuesAsArray ( )

testValuesAsCollection() public method

testValuesAsIterator() public method

testValuesAsSelf() public method

public testValuesAsSelf ( )

testValuesAsTraversable() public method

testValuesAsTrueIterator() public method

testWhere() public method

public testWhere ( )

testWhereIn() public method

public testWhereIn ( )

unfilteredGroupJoinWithDefaultQuery() abstract protected method

abstract protected unfilteredGroupJoinWithDefaultQuery ( )

unfilteredJoinQuery() abstract protected method

abstract protected unfilteredJoinQuery ( )

unionQuery() abstract protected method

abstract protected unionQuery ( )

uniqueQuery() abstract protected method

abstract protected uniqueQuery ( )

unsetIndexQuery() abstract protected method

abstract protected unsetIndexQuery ( )

valuesAsArrayQuery() abstract protected method

abstract protected valuesAsArrayQuery ( )

valuesAsCollectionQuery() abstract protected method

abstract protected valuesAsCollectionQuery ( )

valuesAsIteratorQuery() abstract protected method

abstract protected valuesAsIteratorQuery ( )

valuesAsSelfQuery() abstract protected method

abstract protected valuesAsSelfQuery ( )

valuesAsTraversableQuery() abstract protected method

abstract protected valuesAsTraversableQuery ( )

valuesAsTrueIteratorQuery() abstract protected method

abstract protected valuesAsTrueIteratorQuery ( )

whereInQuery() abstract protected method

abstract protected whereInQuery ( )

whereQuery() abstract protected method

abstract protected whereQuery ( )