Interface Schema

    • Method Detail

      • exists

        boolean exists()
      • isEmpty

        boolean isEmpty()
      • create

        void create()
        Creates this schema in the database.
      • allTables

        List<? extends Table> allTables()
        Retrieves all the tables in this schema.
      • getTable

        Table getTable​(String tableName)
        Retrieves the table with this name in this schema.