Interface Database


public interface Database
  • 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

      ExecuteSQLResult executeSQL(String databaseId, String query)
      Returns:
      ExecuteSQLResult
    • getDatabaseTableNames

      List<String> getDatabaseTableNames(String databaseId)