Interface DataSource<T>

    • Method Detail

      • getCardinality

        int getCardinality()
        Returns an estimate of the number of results from read().
      • 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.