org.d2rq.r2rml
Class LogicalTable.R2RMLView
java.lang.Object
org.d2rq.r2rml.MappingComponent
org.d2rq.r2rml.LogicalTable
org.d2rq.r2rml.LogicalTable.R2RMLView
- Enclosing class:
- LogicalTable
public static class LogicalTable.R2RMLView
- extends LogicalTable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalTable.R2RMLView
public LogicalTable.R2RMLView()
getType
public MappingComponent.ComponentType getType()
- Specified by:
getType
in class MappingComponent
setSQLQuery
public void setSQLQuery(SQLQuery sqlQuery)
getSQLQuery
public SQLQuery getSQLQuery()
getSQLVersions
public Set<ConstantIRI> getSQLVersions()
getEffectiveSQLQuery
public String getEffectiveSQLQuery()
- Specified by:
getEffectiveSQLQuery
in class LogicalTable
getColumns
public List<Identifier> getColumns(SQLConnection connection)
- Specified by:
getColumns
in class LogicalTable
accept
public void accept(MappingVisitor visitor)
- Overrides:
accept
in class LogicalTable