Interface AppManagementService


  • public interface AppManagementService
    Author:
    Tijs Rademakers
    • Method Detail

      • getTableCounts

        Map<String,​Long> getTableCounts()
        Returns a map containing {tableName, rowCount} values.
      • getTableNames

        Collection<String> getTableNames()
        Returns all relational database tables of the engine.