Package io.webfolder.cdp.command
Interface Database
public interface Database
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.executeSQL
(String databaseId, String query) getDatabaseTableNames
(String databaseId)
-
Method Details
-
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
- Returns:
- ExecuteSQLResult
-
getDatabaseTableNames
-