Uses of Interface
it.unibz.inf.ontop.generation.algebra.SQLExpression
-
Packages that use SQLExpression Package Description it.unibz.inf.ontop.generation.algebra it.unibz.inf.ontop.generation.algebra.impl -
-
Uses of SQLExpression in it.unibz.inf.ontop.generation.algebra
Subinterfaces of SQLExpression in it.unibz.inf.ontop.generation.algebra Modifier and Type Interface Description interfaceBinaryJoinExpressionAbstraction for LeftJoinRelation and explicit InnerJoinRelationinterfaceSelectFromWhereWithModifiersTODO: find a better name See SQLAlgebraFactory for creating a new instance.interfaceSQLInnerJoinExpressionBinary, when the inner join must be made explicitinterfaceSQLLeftJoinExpressioninterfaceSQLNaryJoinExpressioninterfaceSQLOneTupleDummyQueryExpressioninterfaceSQLSerializedQueryAlready serialized See SQLAlgebraFactory for creating a new instance.interfaceSQLTableTODO: find a better nameinterfaceSQLUnionExpressioninterfaceSQLValuesExpressionMethods in it.unibz.inf.ontop.generation.algebra that return SQLExpression Modifier and Type Method Description SQLExpressionSelectFromWhereWithModifiers. getFromSQLExpression()SQLExpressionBinaryJoinExpression. getLeft()SQLExpressionBinaryJoinExpression. getRight()Methods in it.unibz.inf.ontop.generation.algebra that return types with arguments of type SQLExpression Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLExpression>SQLNaryJoinExpression. getJoinedExpressions()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends SQLExpression>BinaryJoinExpression. getSubExpressions()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends SQLExpression>SQLUnionExpression. getSubExpressions()Methods in it.unibz.inf.ontop.generation.algebra with parameters of type SQLExpression Modifier and Type Method Description SelectFromWhereWithModifiersSQLAlgebraFactory. createSelectFromWhere(it.unibz.inf.ontop.com.google.common.collect.ImmutableSortedSet<Variable> projectedVariables, ImmutableSubstitution<? extends ImmutableTerm> substitution, SQLExpression fromExpression, Optional<ImmutableExpression> whereExpression, it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Variable> groupByVariables, boolean isDistinct, Optional<Long> limit, Optional<Long> offset, it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLOrderComparator> sortConditions)SQLInnerJoinExpressionSQLAlgebraFactory. createSQLInnerJoinExpression(SQLExpression left, SQLExpression right, Optional<ImmutableExpression> joinCondition)SQLLeftJoinExpressionSQLAlgebraFactory. createSQLLeftJoinExpression(SQLExpression leftExpression, SQLExpression rightExpression, Optional<ImmutableExpression> joinCondition)Method parameters in it.unibz.inf.ontop.generation.algebra with type arguments of type SQLExpression Modifier and Type Method Description SQLNaryJoinExpressionSQLAlgebraFactory. createSQLNaryJoinExpression(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLExpression> joinedExpressions)SQLUnionExpressionSQLAlgebraFactory. createSQLUnionExpression(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLExpression> subExpressions, it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Variable> projectedVariables) -
Uses of SQLExpression in it.unibz.inf.ontop.generation.algebra.impl
Classes in it.unibz.inf.ontop.generation.algebra.impl that implement SQLExpression Modifier and Type Class Description classSelectFromWhereWithModifiersImplSee SQLAlgebraFactory for creating a new instance.classSQLInnerJoinExpressionImplclassSQLLeftJoinExpressionImplclassSQLNaryJoinExpressionImplclassSQLOneTupleDummyQueryExpressionImplclassSQLSerializedQueryImplSee SQLAlgebraFactory for creating a new instance.classSQLTableImplclassSQLUnionExpressionImplclassSQLValuesExpressionImplMethods in it.unibz.inf.ontop.generation.algebra.impl that return SQLExpression Modifier and Type Method Description SQLExpressionSelectFromWhereWithModifiersImpl. getFromSQLExpression()SQLExpressionSQLInnerJoinExpressionImpl. getLeft()SQLExpressionSQLLeftJoinExpressionImpl. getLeft()SQLExpressionSQLInnerJoinExpressionImpl. getRight()SQLExpressionSQLLeftJoinExpressionImpl. getRight()Methods in it.unibz.inf.ontop.generation.algebra.impl that return types with arguments of type SQLExpression Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableList<SQLExpression>SQLNaryJoinExpressionImpl. getJoinedExpressions()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends SQLExpression>SQLInnerJoinExpressionImpl. getSubExpressions()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends SQLExpression>SQLLeftJoinExpressionImpl. getSubExpressions()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends SQLExpression>SQLUnionExpressionImpl. getSubExpressions()
-