Class ExtSqlExecutor

java.lang.Object
io.higson.runtime.provider.external.ExtSqlExecutor

public class ExtSqlExecutor extends Object
Author:
przemek hertel
  • Constructor Details

    • ExtSqlExecutor

      public ExtSqlExecutor()
  • Method Details

    • findEntries

      public Set<ParameterEntry> findEntries(Parameter def, String[] inputValues)
      run jdbc query (nonMemQuery) to get rows from external source
      Parameters:
      def - Parameter object
      inputValues - table with String objects
      Returns:
      Set of collection with ParameterEntry elements
    • fetchMatrixExt

      public void fetchMatrixExt(Parameter p)
      fetches full matrix from external source. uses inMemQuery from parameter's definition
      Parameters:
      p - Parameter object