CDPotion.Domain.Database (cdpotion v0.1.0)
Summary
Functions
Disables database tracking, prevents database events from being sent to the client.
Enables database tracking, database events will now be delivered to the client.
Parameters:
databaseId:DatabaseId
: description not provided :(query:string
: description not provided :(
Parameters:
databaseId:DatabaseId
: description not provided :(
Functions
Link to this function
disable()
Disables database tracking, prevents database events from being sent to the client.
Link to this function
enable()
Enables database tracking, database events will now be delivered to the client.
Link to this function
execute_sql(database_id, query)
Parameters:
databaseId:DatabaseId
: description not provided :(query:string
: description not provided :(
Link to this function
get_database_table_names(database_id)
Parameters:
databaseId:DatabaseId
: description not provided :(