Unit 'googledatastore' Package
[Overview][Types][Classes][Index] [#lz_googleapi]

TGqlQuery

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: googledatastore.pp line 726

type TGqlQuery = class(TGoogleBaseObject)

protected

  procedure SetnamedBindings(); virtual;

  

  procedure SetqueryString(); virtual;

  

  procedure SetallowLiterals(); virtual;

  

  procedure SetpositionalBindings(); virtual;

  

published

  property namedBindings: TGqlQueryTypenamedBindings; [rw]

  

  property queryString: string; [rw]

  

  property allowLiterals: Boolean; [rw]

  

  property positionalBindings: TGqlQueryTypepositionalBindingsArray; [rw]

  

end;

Inheritance

TGqlQuery

  

|

TGoogleBaseObject

  

|

TObject



CT Web help

CodeTyphon Studio