PHP Class Pinq\Tests\Integration\Queries\QueryParsingTest

Inheritance: extends ParsedQueryBuildingTest, use trait QueryBuildingTestsTrait
Show file Open project: timetoogo/pinq

Public Methods

Method Description
queryProviders ( ) : Pinq\Providers\IQueryProvider[]
repositoryProviders ( ) : Pinq\Providers\IRepositoryProvider[]
testNestedOperationsQueryWithRequiredSimplificationInScope ( )

Protected Methods

Method Description
addQuery ( )
addRangeQuery ( )
addSubscopeQuery ( )
aggregateQuery ( )
allQuery ( )
anyQuery ( )
appendQuery ( )
applyQuery ( )
arrayConnectorProjection ( )
assertOperationQueryMatches ( Pinq\Queries\IOperationQuery $operationQuery, Pinq\Queries\IResolvedParameterRegistry $registry, $correctValue )
assertRequestQueryMatches ( Pinq\Queries\IRequestQuery $requestQuery, Pinq\Queries\IResolvedParameterRegistry $registry, $correctValue )
averageQuery ( )
clearQuery ( )
containsQuery ( )
countQuery ( )
differenceQuery ( )
exampleFromDocsQuery ( )
exceptQuery ( )
firstQuery ( )
groupByQuery ( )
implodeQuery ( )
indexByQuery ( )
indexProjection ( $index, $variableName = 'row' )
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 ( )
selfProjection ( $variableName = 'i' )
setIndexQuery ( )
skipQuery ( )
sumQuery ( )
takeQuery ( )
unfilteredGroupJoinWithDefaultQuery ( )
unfilteredJoinQuery ( )
unionQuery ( )
uniqueQuery ( )
unsetIndexQuery ( )
valuesAsArrayQuery ( )
valuesAsCollectionQuery ( )
valuesAsIteratorQuery ( )
valuesAsSelfQuery ( )
valuesAsTraversableQuery ( )
valuesAsTrueIteratorQuery ( )
whereInQuery ( )
whereQuery ( )

Private Methods

Method Description
getThis ( ) : self

Method Details

addQuery() protected method

protected addQuery ( )

addRangeQuery() protected method

protected addRangeQuery ( )

addSubscopeQuery() protected method

protected addSubscopeQuery ( )

aggregateQuery() protected method

protected aggregateQuery ( )

allQuery() protected method

protected allQuery ( )

anyQuery() protected method

protected anyQuery ( )

appendQuery() protected method

protected appendQuery ( )

applyQuery() protected method

protected applyQuery ( )

arrayConnectorProjection() protected method

protected arrayConnectorProjection ( )

assertOperationQueryMatches() protected method

protected assertOperationQueryMatches ( Pinq\Queries\IOperationQuery $operationQuery, Pinq\Queries\IResolvedParameterRegistry $registry, $correctValue )
$operationQuery Pinq\Queries\IOperationQuery
$registry Pinq\Queries\IResolvedParameterRegistry

assertRequestQueryMatches() protected method

protected assertRequestQueryMatches ( Pinq\Queries\IRequestQuery $requestQuery, Pinq\Queries\IResolvedParameterRegistry $registry, $correctValue )
$requestQuery Pinq\Queries\IRequestQuery
$registry Pinq\Queries\IResolvedParameterRegistry

averageQuery() protected method

protected averageQuery ( )

clearQuery() protected method

protected clearQuery ( )

containsQuery() protected method

protected containsQuery ( )

countQuery() protected method

protected countQuery ( )

differenceQuery() protected method

protected differenceQuery ( )

exampleFromDocsQuery() protected method

protected exampleFromDocsQuery ( )

exceptQuery() protected method

protected exceptQuery ( )

firstQuery() protected method

protected firstQuery ( )

groupByQuery() protected method

protected groupByQuery ( )

implodeQuery() protected method

protected implodeQuery ( )

indexByQuery() protected method

protected indexByQuery ( )

indexProjection() protected method

protected indexProjection ( $index, $variableName = 'row' )

intersectQuery() protected method

protected intersectQuery ( )

intersectWithFilteredSubScopeQuery() protected method

isEmptyQuery() protected method

protected isEmptyQuery ( )

joinApplyQuery() protected method

protected joinApplyQuery ( )

joinOnEqualityQuery() protected method

protected joinOnEqualityQuery ( )

joinOnQuery() protected method

protected joinOnQuery ( )

joinToSubScopeQuery() protected method

protected joinToSubScopeQuery ( )

joinTwoWithDefaultsQuery() protected method

protected joinTwoWithDefaultsQuery ( )

joinWithDefaultQuery() protected method

protected joinWithDefaultQuery ( )

keysQuery() protected method

protected keysQuery ( )

lastQuery() protected method

protected lastQuery ( )

maximumQuery() protected method

protected maximumQuery ( )

minimumQuery() protected method

protected minimumQuery ( )

nestedOperationsQuery() protected method

protected nestedOperationsQuery ( )

offsetGetQuery() protected method

protected offsetGetQuery ( )

offsetIssetQuery() protected method

protected offsetIssetQuery ( )

orderByAscendingQuery() protected method

protected orderByAscendingQuery ( )

orderByAscendingWithThenByAscendingQuery() protected method

orderByAscendingWithThenByDescendingQuery() protected method

orderByDescendingQuery() protected method

protected orderByDescendingQuery ( )

queryProviders() public method

public queryProviders ( ) : Pinq\Providers\IQueryProvider[]
return Pinq\Providers\IQueryProvider[]

reindexQuery() protected method

protected reindexQuery ( )

removeQuery() protected method

protected removeQuery ( )

removeRangeQuery() protected method

protected removeRangeQuery ( )

removeSubscopeQuery() protected method

protected removeSubscopeQuery ( )

removeWhereQuery() protected method

protected removeWhereQuery ( )

repositoryProviders() public method

public repositoryProviders ( ) : Pinq\Providers\IRepositoryProvider[]
return Pinq\Providers\IRepositoryProvider[]

selectManyQuery() protected method

protected selectManyQuery ( )

selectQuery() protected method

protected selectQuery ( )

selfProjection() protected method

protected selfProjection ( $variableName = 'i' )

setIndexQuery() protected method

protected setIndexQuery ( )

skipQuery() protected method

protected skipQuery ( )

sumQuery() protected method

protected sumQuery ( )

takeQuery() protected method

protected takeQuery ( )

testNestedOperationsQueryWithRequiredSimplificationInScope() public method

unfilteredGroupJoinWithDefaultQuery() protected method

unfilteredJoinQuery() protected method

protected unfilteredJoinQuery ( )

unionQuery() protected method

protected unionQuery ( )

uniqueQuery() protected method

protected uniqueQuery ( )

unsetIndexQuery() protected method

protected unsetIndexQuery ( )

valuesAsArrayQuery() protected method

protected valuesAsArrayQuery ( )

valuesAsCollectionQuery() protected method

protected valuesAsCollectionQuery ( )

valuesAsIteratorQuery() protected method

protected valuesAsIteratorQuery ( )

valuesAsSelfQuery() protected method

protected valuesAsSelfQuery ( )

valuesAsTraversableQuery() protected method

protected valuesAsTraversableQuery ( )

valuesAsTrueIteratorQuery() protected method

whereInQuery() protected method

protected whereInQuery ( )

whereQuery() protected method

protected whereQuery ( )