Interface SQLTable
-
- All Superinterfaces:
SQLExpression
- All Known Implementing Classes:
SQLTableImpl
public interface SQLTable extends SQLExpression
TODO: find a better name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Integer,? extends VariableOrGroundTerm>getArgumentMap()RelationDefinitiongetRelationDefinition()-
Methods inherited from interface it.unibz.inf.ontop.generation.algebra.SQLExpression
acceptVisitor
-
-
-
-
Method Detail
-
getRelationDefinition
RelationDefinition getRelationDefinition()
-
getArgumentMap
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Integer,? extends VariableOrGroundTerm> getArgumentMap()
-
-