public interface JoinTable
extends java.lang.AutoCloseable
Modifier and Type | Interface and Description |
---|---|
static interface |
JoinTable.Factory |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Iterator<ExecRow> |
fetchInner(ExecRow outer) |
java.util.Iterator<ExecRow> fetchInner(ExecRow outer) throws java.io.IOException, StandardException
java.io.IOException
StandardException
void close()
close
in interface java.lang.AutoCloseable