GraphServiceClient class
- Implemented types
Constructors
- GraphServiceClient.new(TProtocol iprot, [TProtocol? oprot = null])
Properties
Methods
-
authenticate(
Int8List username, Int8List password) → Future< AuthResponse> -
override
-
execute(
int sessionId, Int8List stmt) → Future< ExecutionResponse> -
override
-
executeJson(
int sessionId, Int8List stmt) → Future< Int8List> -
override
-
executeJsonWithParameter(
int sessionId, Int8List stmt, Map< Int8List, Value> parameterMap) → Future<Int8List> -
override
-
executeWithParameter(
int sessionId, Int8List stmt, Map< Int8List, Value> parameterMap) → Future<ExecutionResponse> -
override
-
nextSeqid(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signout(
int sessionId) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
verifyClientVersion(
VerifyClientVersionReq? req) → Future< VerifyClientVersionResp> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited