public interface Database
Modifier and Type | Method and Description |
---|---|
void |
disable()
Disables database tracking, prevents database events from being sent to the client.
|
void |
enable()
Enables database tracking, database events will now be delivered to the client.
|
ExecuteSQLResult |
executeSQL(String databaseId,
String query) |
List<String> |
getDatabaseTableNames(String databaseId) |
void enable()
void disable()
ExecuteSQLResult executeSQL(String databaseId, String query)
Copyright © 2017 WebFolder OÜ. All rights reserved.