PHP Class Pinq\Tests\Integration\Queries\QueryParsingTest

Inheritance: extends ParsedQueryBuildingTest, use trait QueryBuildingTestsTrait
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
queryProviders ( ) : Pinq\Providers\IQueryProvider[]
repositoryProviders ( ) : Pinq\Providers\IRepositoryProvider[]
testNestedOperationsQueryWithRequiredSimplificationInScope ( )

Méthodes protégées

Méthode 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

Méthode Description
getThis ( ) : self

Method Details

addQuery() protected méthode

protected addQuery ( )

addRangeQuery() protected méthode

protected addRangeQuery ( )

addSubscopeQuery() protected méthode

protected addSubscopeQuery ( )

aggregateQuery() protected méthode

protected aggregateQuery ( )

allQuery() protected méthode

protected allQuery ( )

anyQuery() protected méthode

protected anyQuery ( )

appendQuery() protected méthode

protected appendQuery ( )

applyQuery() protected méthode

protected applyQuery ( )

arrayConnectorProjection() protected méthode

protected arrayConnectorProjection ( )

assertOperationQueryMatches() protected méthode

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

assertRequestQueryMatches() protected méthode

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

averageQuery() protected méthode

protected averageQuery ( )

clearQuery() protected méthode

protected clearQuery ( )

containsQuery() protected méthode

protected containsQuery ( )

countQuery() protected méthode

protected countQuery ( )

differenceQuery() protected méthode

protected differenceQuery ( )

exampleFromDocsQuery() protected méthode

protected exampleFromDocsQuery ( )

exceptQuery() protected méthode

protected exceptQuery ( )

firstQuery() protected méthode

protected firstQuery ( )

groupByQuery() protected méthode

protected groupByQuery ( )

implodeQuery() protected méthode

protected implodeQuery ( )

indexByQuery() protected méthode

protected indexByQuery ( )

indexProjection() protected méthode

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

intersectQuery() protected méthode

protected intersectQuery ( )

intersectWithFilteredSubScopeQuery() protected méthode

isEmptyQuery() protected méthode

protected isEmptyQuery ( )

joinApplyQuery() protected méthode

protected joinApplyQuery ( )

joinOnEqualityQuery() protected méthode

protected joinOnEqualityQuery ( )

joinOnQuery() protected méthode

protected joinOnQuery ( )

joinToSubScopeQuery() protected méthode

protected joinToSubScopeQuery ( )

joinTwoWithDefaultsQuery() protected méthode

protected joinTwoWithDefaultsQuery ( )

joinWithDefaultQuery() protected méthode

protected joinWithDefaultQuery ( )

keysQuery() protected méthode

protected keysQuery ( )

lastQuery() protected méthode

protected lastQuery ( )

maximumQuery() protected méthode

protected maximumQuery ( )

minimumQuery() protected méthode

protected minimumQuery ( )

nestedOperationsQuery() protected méthode

protected nestedOperationsQuery ( )

offsetGetQuery() protected méthode

protected offsetGetQuery ( )

offsetIssetQuery() protected méthode

protected offsetIssetQuery ( )

orderByAscendingQuery() protected méthode

protected orderByAscendingQuery ( )

orderByAscendingWithThenByAscendingQuery() protected méthode

orderByAscendingWithThenByDescendingQuery() protected méthode

orderByDescendingQuery() protected méthode

protected orderByDescendingQuery ( )

queryProviders() public méthode

public queryProviders ( ) : Pinq\Providers\IQueryProvider[]
Résultat Pinq\Providers\IQueryProvider[]

reindexQuery() protected méthode

protected reindexQuery ( )

removeQuery() protected méthode

protected removeQuery ( )

removeRangeQuery() protected méthode

protected removeRangeQuery ( )

removeSubscopeQuery() protected méthode

protected removeSubscopeQuery ( )

removeWhereQuery() protected méthode

protected removeWhereQuery ( )

repositoryProviders() public méthode

public repositoryProviders ( ) : Pinq\Providers\IRepositoryProvider[]
Résultat Pinq\Providers\IRepositoryProvider[]

selectManyQuery() protected méthode

protected selectManyQuery ( )

selectQuery() protected méthode

protected selectQuery ( )

selfProjection() protected méthode

protected selfProjection ( $variableName = 'i' )

setIndexQuery() protected méthode

protected setIndexQuery ( )

skipQuery() protected méthode

protected skipQuery ( )

sumQuery() protected méthode

protected sumQuery ( )

takeQuery() protected méthode

protected takeQuery ( )

testNestedOperationsQueryWithRequiredSimplificationInScope() public méthode

unfilteredGroupJoinWithDefaultQuery() protected méthode

unfilteredJoinQuery() protected méthode

protected unfilteredJoinQuery ( )

unionQuery() protected méthode

protected unionQuery ( )

uniqueQuery() protected méthode

protected uniqueQuery ( )

unsetIndexQuery() protected méthode

protected unsetIndexQuery ( )

valuesAsArrayQuery() protected méthode

protected valuesAsArrayQuery ( )

valuesAsCollectionQuery() protected méthode

protected valuesAsCollectionQuery ( )

valuesAsIteratorQuery() protected méthode

protected valuesAsIteratorQuery ( )

valuesAsSelfQuery() protected méthode

protected valuesAsSelfQuery ( )

valuesAsTraversableQuery() protected méthode

protected valuesAsTraversableQuery ( )

valuesAsTrueIteratorQuery() protected méthode

whereInQuery() protected méthode

protected whereInQuery ( )

whereQuery() protected méthode

protected whereQuery ( )