DatabaseApi class

Constructors

DatabaseApi(Client _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
onAddDatabase Stream<Database>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disable() Future<void>
Disables database tracking, prevents database events from being sent to the client.
enable() Future<void>
Enables database tracking, database events will now be delivered to the client.
executeSQL(DatabaseId databaseId, String query) Future<ExecuteSQLResult>
getDatabaseTableNames(DatabaseId databaseId) Future<List<String>>
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