Interface DataSource<T>

    • Method Detail

      • read

        ResultSet<T> read()
        Returns read from the database and return the results.
      • readRaw

        ResultSet<FieldBundle> readRaw()
        Returns read from the database and return the raw results.