DatabaseDomain

(undocumented in the protocol definition)

Official doc

Functions

Link copied to clipboard
Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
suspend fun disable(): DisableResponse

Disables database tracking, prevents database events from being sent to the client.

Link copied to clipboard
suspend fun enable(): EnableResponse

Enables database tracking, database events will now be delivered to the client.

Link copied to clipboard
fun events(): Flow<DatabaseEvent>

Subscribes to all events related to this domain.

Link copied to clipboard
suspend fun executeSQL(databaseId: DatabaseId, query: String): ExecuteSQLResponse

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)