PHP 인터페이스 Google\Cloud\Datastore\Query\QueryInterface

상속: extends JsonSerializabl\JsonSerializable
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php 0 사용 예제들

공개 메소드들

메소드 설명
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