public interface DataSourceIF
Modifier and Type | Method and Description |
---|---|
void |
close()
INTERNAL: Closes the data source so that it can release any open
resources.
|
ChangelogReaderIF |
getChangelogReader(Changelog changelog,
String startOrder)
INTERNAL: Returns a changelog reader.
|
String |
getMaxOrderValue(Changelog changelog)
INTERNAL: Returns the maximum value of the order column for the
specified changelog.
|
TupleReaderIF |
getReader(String relation)
INTERNAL: Returns a tuple reader for the given relation.
|
Collection<Relation> |
getRelations()
INTERNAL: Returns the relations that the data source knows
of.
|
Collection<Relation> getRelations()
TupleReaderIF getReader(String relation)
ChangelogReaderIF getChangelogReader(Changelog changelog, String startOrder)
String getMaxOrderValue(Changelog changelog)
void close()