public interface Source
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getRows()
If working with JDBC this will instead use the values of sqlStatement
For normal usage with SELECT FROM tableName use getRowsFromTable
Malformed SQL Statements may result in failed ResultSets
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getRowsFromTable()
If working with CSV this functionally returns the same as getRows
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> getRowsFromTable()
java.util.List<java.util.Map<java.lang.String,java.lang.String>> getRows()