Package be.ugent.rml.access
Interface Access
-
- All Known Implementing Classes:
LocalFileAccess,RDBAccess,RemoteFileAccess,SPARQLEndpointAccess
public interface AccessThis interface represents the access to a data source. For example, a local file, a remote file, a relational database, and so on.
-
-
Method Summary
Modifier and Type Method Description Map<String,String>getDataTypes()This method returns a map of datatypes.InputStreamgetInputStream()This method returns an InputStream for the access.
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream() throws IOException, SQLException, ClassNotFoundException
This method returns an InputStream for the access.- Returns:
- the InputStream corresponding to the access.
- Throws:
IOExceptionSQLExceptionClassNotFoundException
-
-