PHP Интерфейс Google\Cloud\Datastore\Query\QueryInterface

Наследование: extends JsonSerializabl\JsonSerializable
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
canPaginate ( ) : boolean Indicate whether the query type supports automatic pagination
queryKey ( ) : string The key used to represent a query in the query_type union field.
queryObject ( ) : array A representation of the Query Object compliant with the Datastore API
start ( string $cursor ) : void Set the starting cursor.

Описание методов

canPaginate() публичный Метод

Indicate whether the query type supports automatic pagination
public canPaginate ( ) : boolean
Результат boolean

queryKey() публичный Метод

The key used to represent a query in the query_type union field.
См. также: https://cloud.google.com/datastore/reference/rest/v1/projects/runQuery#request-body Request Body
public queryKey ( ) : string
Результат string

queryObject() публичный Метод

A representation of the Query Object compliant with the Datastore API
См. также: https://cloud.google.com/datastore/reference/rest/v1/projects/runQuery#http-request HTTP Request
public queryObject ( ) : array
Результат array

start() публичный Метод

Set the starting cursor.
public start ( string $cursor ) : void
$cursor string
Результат void