org.d2rq.r2rml
Class LogicalTable.BaseTableOrView
java.lang.Object
org.d2rq.r2rml.MappingComponent
org.d2rq.r2rml.LogicalTable
org.d2rq.r2rml.LogicalTable.BaseTableOrView
- Enclosing class:
- LogicalTable
public static class LogicalTable.BaseTableOrView
- extends LogicalTable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalTable.BaseTableOrView
public LogicalTable.BaseTableOrView()
getType
public MappingComponent.ComponentType getType()
- Specified by:
getType
in class MappingComponent
setTableName
public void setTableName(TableOrViewName tableName)
getTableName
public TableOrViewName getTableName()
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