GraphService class abstract

Implementers

Constructors

GraphService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authenticate(Int8List username, Int8List password) Future<AuthResponse>
execute(int sessionId, Int8List stmt) Future<ExecutionResponse>
executeJson(int sessionId, Int8List stmt) Future<Int8List>
executeJsonWithParameter(int sessionId, Int8List stmt, Map<Int8List, Value> parameterMap) Future<Int8List>
executeWithParameter(int sessionId, Int8List stmt, Map<Int8List, Value> parameterMap) Future<ExecutionResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signout(int sessionId) Future
toString() String
A string representation of this object.
inherited
verifyClientVersion(VerifyClientVersionReq? req) Future<VerifyClientVersionResp>

Operators

operator ==(Object other) bool
The equality operator.
inherited