Interface SQLLeftJoinExpression
-
- All Superinterfaces:
BinaryJoinExpression,SQLExpression
- All Known Implementing Classes:
SQLLeftJoinExpressionImpl
public interface SQLLeftJoinExpression extends BinaryJoinExpression
-
-
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
-
-