SqliteWrapperServiceBase class abstract

Annotations
  • @GrpcServiceName.new('sqlite_wrapper.SqliteWrapperService')

Constructors

SqliteWrapperServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
closeDB(ServiceCall call, CloseDBRequest request) Future<CloseDBResponse>
closeDB_Pre(ServiceCall $call, Future<CloseDBRequest> $request) Future<CloseDBResponse>
echo(ServiceCall call, EchoRequest request) Future<EchoResponse>
echo_Pre(ServiceCall $call, Future<EchoRequest> $request) Future<EchoResponse>
execute(ServiceCall call, SqlQueryRequest request) Future<SqlQueryResponse>
execute_Pre(ServiceCall $call, Future<SqlQueryRequest> $request) Future<SqlQueryResponse>
getVersion(ServiceCall call, GetVersionRequest request) Future<GetVersionResponse>
getVersion_Pre(ServiceCall $call, Future<GetVersionRequest> $request) Future<GetVersionResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDB(ServiceCall call, OpenDBRequest request) Future<OpenDBResponse>
openDB_Pre(ServiceCall $call, Future<OpenDBRequest> $request) Future<OpenDBResponse>
select(ServiceCall call, SqlQueryRequest request) Future<SqlQueryResponse>
select_Pre(ServiceCall $call, Future<SqlQueryRequest> $request) Future<SqlQueryResponse>
setVersion(ServiceCall call, SetVersionRequest request) Future<SetVersionResponse>
setVersion_Pre(ServiceCall $call, Future<SetVersionRequest> $request) Future<SetVersionResponse>
toString() String
A string representation of this object.
inherited

Operators

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