DbOperations class abstract

Constructors

DbOperations()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createSuperUser(Client cloudApiClient, {required String projectId, required String username}) Future<String>
deleteDatabaseUser(Client cloudApiClient, {required String projectId, required String username}) Future<Map<String, Object?>>
getConnectionDetails(Client cloudApiClient, {required String projectId}) Future<DatabaseConnection>
listDatabaseUsers(Client cloudApiClient, {required String projectId}) Future<List<DatabaseUser>>
resetPassword(Client cloudApiClient, {required String projectId, required String username}) Future<String>
wipeDatabase(Client cloudApiClient, {required String projectId}) Future<Map<String, Object?>>