Package io.webfolder.cdp.command
Interface Database
-
public interface Database
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()Disables database tracking, prevents database events from being sent to the client.voidenable()Enables database tracking, database events will now be delivered to the client.ExecuteSQLResultexecuteSQL(String databaseId, String query)List<String>getDatabaseTableNames(String databaseId)
-
-
-
Method Detail
-
disable
void disable()
Disables database tracking, prevents database events from being sent to the client.
-
enable
void enable()
Enables database tracking, database events will now be delivered to the client.
-
executeSQL
ExecuteSQLResult executeSQL(String databaseId, String query)
- Returns:
- ExecuteSQLResult
-
-