PHP Class Google\Cloud\Tests\System\Datastore\RunQueryTest

Inheritance: extends DatastoreTestCase
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php

Public Methods

Method Description
setUpBeforeClass ( )
testGqlQueryWithBindings ( )
testGqlQueryWithLiteral ( )
testQueryWithAncestor ( )
testQueryWithDistinctOn ( )
testQueryWithEndCursor ( )
testQueryWithFilter ( )
testQueryWithKeysOnly ( )
testQueryWithLimit ( )
testQueryWithOffset ( )
testQueryWithOrder ( )
testQueryWithProjection ( )
testQueryWithStartCursor ( )

Private Methods

Method Description
runQueryAndSortResults ( $query )

Method Details

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testGqlQueryWithBindings() public method

testGqlQueryWithLiteral() public method

testQueryWithAncestor() public method

testQueryWithDistinctOn() public method

testQueryWithEndCursor() public method

testQueryWithFilter() public method

public testQueryWithFilter ( )

testQueryWithKeysOnly() public method

testQueryWithLimit() public method

public testQueryWithLimit ( )

testQueryWithOffset() public method

public testQueryWithOffset ( )

testQueryWithOrder() public method

public testQueryWithOrder ( )

testQueryWithProjection() public method

testQueryWithStartCursor() public method