Interface Database


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

        List<String> getDatabaseTableNames​(String databaseId)