DatabaseServiceBase class abstract

Constructors

DatabaseServiceBase()

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
collections(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
collections_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
count(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
count_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
createCollection(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
createCollection_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
createIndex(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
createIndex_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
databases(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
databases_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
deleteCollection(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deleteCollection_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
deleteIndex(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deleteIndex_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
deleteMany(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deleteMany_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
deleteOne(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deleteOne_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
findMany(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
findMany_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
findOne(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
findOne_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
indexes(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
indexes_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
insertMany(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
insertMany_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
insertOne(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
insertOne_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateMany(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
updateMany_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
updateOne(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
updateOne_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>

Operators

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