Uses of Interface
it.unibz.inf.ontop.generation.algebra.SQLLeftJoinExpression
-
Packages that use SQLLeftJoinExpression Package Description it.unibz.inf.ontop.generation.algebra it.unibz.inf.ontop.generation.algebra.impl it.unibz.inf.ontop.generation.serializer.impl -
-
Uses of SQLLeftJoinExpression in it.unibz.inf.ontop.generation.algebra
Methods in it.unibz.inf.ontop.generation.algebra that return SQLLeftJoinExpression Modifier and Type Method Description SQLLeftJoinExpressionSQLAlgebraFactory. createSQLLeftJoinExpression(SQLExpression leftExpression, SQLExpression rightExpression, Optional<ImmutableExpression> joinCondition)Methods in it.unibz.inf.ontop.generation.algebra with parameters of type SQLLeftJoinExpression Modifier and Type Method Description TSQLRelationVisitor. visit(SQLLeftJoinExpression sqlLeftJoinExpression) -
Uses of SQLLeftJoinExpression in it.unibz.inf.ontop.generation.algebra.impl
Classes in it.unibz.inf.ontop.generation.algebra.impl that implement SQLLeftJoinExpression Modifier and Type Class Description classSQLLeftJoinExpressionImpl -
Uses of SQLLeftJoinExpression in it.unibz.inf.ontop.generation.serializer.impl
Methods in it.unibz.inf.ontop.generation.serializer.impl with parameters of type SQLLeftJoinExpression Modifier and Type Method Description SelectFromWhereSerializer.QuerySerializationDefaultSelectFromWhereSerializer.DefaultRelationVisitingSerializer. visit(SQLLeftJoinExpression sqlLeftJoinExpression)
-