Class ExtSqlExecutor
java.lang.Object
io.higson.runtime.provider.external.ExtSqlExecutor
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfetches full matrix from external source.findEntries(Parameter def, String[] inputValues) run jdbc query (nonMemQuery) to get rows from external source
-
Constructor Details
-
ExtSqlExecutor
public ExtSqlExecutor()
-
-
Method Details
-
findEntries
run jdbc query (nonMemQuery) to get rows from external source- Parameters:
def- Parameter objectinputValues- table with String objects- Returns:
- Set of collection with ParameterEntry elements
-
fetchMatrixExt
fetches full matrix from external source. uses inMemQuery from parameter's definition- Parameters:
p- Parameter object
-