org.d2rq.r2rml
Class LogicalTable
java.lang.Object
org.d2rq.r2rml.MappingComponent
org.d2rq.r2rml.LogicalTable
- Direct Known Subclasses:
- LogicalTable.BaseTableOrView, LogicalTable.R2RMLView
public abstract class LogicalTable
- extends MappingComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalTable
public LogicalTable()
getEffectiveSQLQuery
public abstract String getEffectiveSQLQuery()
getColumns
public abstract List<Identifier> getColumns(SQLConnection connection)
accept
public void accept(MappingVisitor visitor)
- Specified by:
accept
in class MappingComponent