Interface SQLInnerJoinExpression
-
- All Superinterfaces:
BinaryJoinExpression,SQLExpression
- All Known Implementing Classes:
SQLInnerJoinExpressionImpl
public interface SQLInnerJoinExpression extends BinaryJoinExpression
Binary, when the inner join must be made explicit
-
-
Method Summary
-
Methods inherited from interface it.unibz.inf.ontop.generation.algebra.BinaryJoinExpression
getFilterCondition, getLeft, getRight, getSubExpressions
-
Methods inherited from interface it.unibz.inf.ontop.generation.algebra.SQLExpression
acceptVisitor
-
-