public class SQLTableImpl extends Object implements SQLTable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(SQLRelationVisitor<T> visitor) |
com.google.common.collect.ImmutableMap<Integer,? extends it.unibz.inf.ontop.model.term.VariableOrGroundTerm> |
getArgumentMap() |
it.unibz.inf.ontop.dbschema.RelationDefinition |
getRelationDefinition() |
public <T> T acceptVisitor(SQLRelationVisitor<T> visitor)
acceptVisitor in interface SQLExpressionpublic it.unibz.inf.ontop.dbschema.RelationDefinition getRelationDefinition()
getRelationDefinition in interface SQLTablepublic com.google.common.collect.ImmutableMap<Integer,? extends it.unibz.inf.ontop.model.term.VariableOrGroundTerm> getArgumentMap()
getArgumentMap in interface SQLTableCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.