Package be.ugent.rml.records
Interface ReferenceFormulationRecordFactory
-
- All Known Implementing Classes:
CSVRecordFactory,IteratorFormat,JSONRecordFactory,XMLRecordFactory
public interface ReferenceFormulationRecordFactoryThis is the interface for reference formulation-specific record factories.
-
-
Method Detail
-
getRecords
List<Record> getRecords(Access access, Term logicalSource, QuadStore rmlStore) throws IOException, SQLException, ClassNotFoundException
This method returns a list of records for a data source.- Parameters:
access- the access from which records need to be fetched.logicalSource- the used Logical Source.rmlStore- the QuadStore with the RML rules.- Returns:
- a list of records.
- Throws:
IOExceptionSQLExceptionClassNotFoundException
-
-