public interface Join
Modifier and Type | Method and Description |
---|---|
VariableDS |
findVariable(java.lang.String varName)
Find the Variable of the given name in the joined table.
|
Variable |
getExtraVariable() |
StructureData |
getJoinData(Cursor cursor)
Get 'join' data to be added to the row.
|
StructureData getJoinData(Cursor cursor) throws java.io.IOException
cursor
- the state of the iterationjava.io.IOException
- on read errorVariableDS findVariable(java.lang.String varName)
varName
- find this VariableVariable getExtraVariable()