Uses of Interface
be.ugent.rml.access.Access
-
Packages that use Access Package Description be.ugent.rml.access be.ugent.rml.records -
-
Uses of Access in be.ugent.rml.access
Classes in be.ugent.rml.access that implement Access Modifier and Type Class Description classLocalFileAccessThis class represents access to a local file.classRDBAccessThis class represents the access to a relational database.classRemoteFileAccessThis class represents access to a remote file.classSPARQLEndpointAccessThis class represents the access to a SPARQL endpoint. -
Uses of Access in be.ugent.rml.records
Methods in be.ugent.rml.records with parameters of type Access Modifier and Type Method Description List<Record>CSVRecordFactory. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of CSV records for a data source.List<Record>IteratorFormat. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of records for a data source.List<Record>ReferenceFormulationRecordFactory. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of records for a data source.
-