All Classes and Interfaces

Class
Description
 
 
A stub to allow clients to do synchronous rpc calls to service DatabaseService.
A stub to allow clients to do ListenableFuture-style rpc calls to service DatabaseService.
Base class for the server implementation of the service DatabaseService.
A stub to allow clients to do asynchronous rpc calls to service DatabaseService.
A connection to a GWP server.
A GQL date value.
A GQL duration value with two components per ISO/IEC 39075.
A property graph edge (directed or undirected).
Base exception for all GWP errors.
A single named field within a GqlRecord.
A GQL local datetime value (no timezone).
A GQL local time value (no timezone).
A property graph node.
A path through a property graph: an alternating sequence of nodes and edges.
An ordered collection of named fields (open or closed record).
 
 
A stub to allow clients to do synchronous rpc calls to service GqlService.
A stub to allow clients to do ListenableFuture-style rpc calls to service GqlService.
Base class for the server implementation of the service GqlService.
A stub to allow clients to do asynchronous rpc calls to service GqlService.
 
Protobuf type gql.BeginRequest
Protobuf type gql.BeginRequest
 
Protobuf type gql.BeginResponse
Protobuf type gql.BeginResponse
 
Protobuf type gql.CloseRequest
Protobuf type gql.CloseRequest
 
Protobuf type gql.CloseResponse
Protobuf type gql.CloseResponse
 
Protobuf type gql.ColumnDescriptor
Protobuf type gql.ColumnDescriptor
 
Protobuf type gql.CommitRequest
Protobuf type gql.CommitRequest
 
Protobuf type gql.CommitResponse
Protobuf type gql.CommitResponse
 
Protobuf type gql.ConfigureRequest
Protobuf type gql.ConfigureRequest
 
 
Protobuf type gql.ConfigureResponse
Protobuf type gql.ConfigureResponse
 
Protobuf type gql.CreateDatabaseRequest
Protobuf type gql.CreateDatabaseRequest
 
Protobuf type gql.CreateDatabaseResponse
Protobuf type gql.CreateDatabaseResponse
 
Protobuf type gql.DatabaseOptions
Protobuf type gql.DatabaseOptions
 
Protobuf type gql.DatabaseSummary
Protobuf type gql.DatabaseSummary
 
Protobuf type gql.DeleteDatabaseRequest
Protobuf type gql.DeleteDatabaseRequest
 
Protobuf type gql.DeleteDatabaseResponse
Protobuf type gql.DeleteDatabaseResponse
 
Protobuf type gql.ExecuteRequest
Protobuf type gql.ExecuteRequest
 
Protobuf type gql.ExecuteResponse
Protobuf type gql.ExecuteResponse
 
 
Protobuf type gql.GetDatabaseInfoRequest
Protobuf type gql.GetDatabaseInfoRequest
 
Protobuf type gql.GetDatabaseInfoResponse
Protobuf type gql.GetDatabaseInfoResponse
 
Protobuf type gql.HandshakeRequest
Protobuf type gql.HandshakeRequest
 
Protobuf type gql.HandshakeResponse
Protobuf type gql.HandshakeResponse
 
Protobuf type gql.ListDatabasesRequest
Protobuf type gql.ListDatabasesRequest
 
Protobuf type gql.ListDatabasesResponse
Protobuf type gql.ListDatabasesResponse
 
Protobuf type gql.PingRequest
Protobuf type gql.PingRequest
 
Protobuf type gql.PongResponse
Protobuf type gql.PongResponse
 
Protobuf type gql.ResetRequest
Protobuf type gql.ResetRequest
 
Protobuf type gql.ResetResponse
Protobuf type gql.ResetResponse
 
Protobuf enum gql.ResetTarget
First frame: describes what kind of result follows.
First frame: describes what kind of result follows.
 
Final frame: completion status and statistics.
Final frame: completion status and statistics.
 
Protobuf enum gql.ResultType
Protobuf type gql.RollbackRequest
Protobuf type gql.RollbackRequest
 
Protobuf type gql.RollbackResponse
Protobuf type gql.RollbackResponse
 
Protobuf type gql.Row
Protobuf type gql.Row
Data frames: batched rows.
Data frames: batched rows.
 
 
Protobuf type gql.ServerInfo
Protobuf type gql.ServerInfo
 
Protobuf type gql.SessionParameter
Protobuf type gql.SessionParameter
 
Protobuf enum gql.TransactionMode
An active session with a GWP server.
GQLSTATUS code constants and helpers per ISO/IEC 39075 Chapter 23.
GQL-domain error carrying a GQLSTATUS code and optional diagnostic context.
 
Credentials provided at handshake.
Credentials provided at handshake.
 
 
Username/password credentials.
Username/password credentials.
 
Extended-precision float (FLOAT128/256).
Extended-precision float (FLOAT128/256).
 
Extended-precision integer (INT128/256, UINT128/256).
Extended-precision integer (INT128/256, UINT128/256).
 
Calendar date.
Calendar date.
 
Arbitrary-precision decimal.
Arbitrary-precision decimal.
 
Diagnostic context for error reporting.
Diagnostic context for error reporting.
 
Temporal duration with two components per ISO/IEC 39075.
Temporal duration with two components per ISO/IEC 39075.
 
Property graph edge (directed or undirected).
Property graph edge (directed or undirected).
 
Single field within a record.
Single field within a record.
Protobuf type gql.FieldDescriptor
Protobuf type gql.FieldDescriptor
 
 
Ordered list of values.
Ordered list of values.
 
Status code from a GQL operation.
Status code from a GQL operation.
 
GQL type enumeration covering all types from ISO/IEC 39075.
Date and time without timezone.
Date and time without timezone.
 
Time without timezone.
Time without timezone.
 
Property graph node.
Property graph node.
 
Explicit null marker (GQL NULL).
Explicit null marker (GQL NULL).
 
Alternating sequence of nodes and edges.
Alternating sequence of nodes and edges.
 
Named collection of fields (open or closed record).
Named collection of fields (open or closed record).
 
Protobuf type gql.TypeDescriptor
Protobuf type gql.TypeDescriptor
 
Discriminated union of all GQL value types.
Discriminated union of all GQL value types.
 
 
Date and time with UTC offset.
Date and time with UTC offset.
 
Time with UTC offset.
Time with UTC offset.
 
A GQL datetime value with UTC offset.
A GQL time value with UTC offset.
Cursor over streaming result frames from an Execute RPC.
Summary of a completed query execution.
Session-level error (not found, expired, handshake failure).
 
 
A stub to allow clients to do synchronous rpc calls to service SessionService.
A stub to allow clients to do ListenableFuture-style rpc calls to service SessionService.
Base class for the server implementation of the service SessionService.
A stub to allow clients to do asynchronous rpc calls to service SessionService.
An explicit transaction within a session.
Transaction state error (begin failed, empty transaction ID).
Converts between protobuf gql.Value messages and native Java objects.