| Modifier and Type | Method and Description |
|---|---|
SelectFromWhereWithModifiers |
IQTree2SelectFromWhereConverter.convert(it.unibz.inf.ontop.iq.IQTree iqTree,
com.google.common.collect.ImmutableSortedSet<it.unibz.inf.ontop.model.term.Variable> signature)
TODO: explicit the assumptions on how the iqTree is supposed to be normalized
|
SelectFromWhereWithModifiers |
SQLAlgebraFactory.createSelectFromWhere(com.google.common.collect.ImmutableSortedSet<it.unibz.inf.ontop.model.term.Variable> projectedVariables,
it.unibz.inf.ontop.substitution.ImmutableSubstitution<? extends it.unibz.inf.ontop.model.term.ImmutableTerm> substitution,
SQLExpression fromExpression,
Optional<it.unibz.inf.ontop.model.term.ImmutableExpression> whereExpression,
com.google.common.collect.ImmutableSet<it.unibz.inf.ontop.model.term.Variable> groupByVariables,
boolean isDistinct,
Optional<Long> limit,
Optional<Long> offset,
com.google.common.collect.ImmutableList<SQLOrderComparator> sortConditions) |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLRelationVisitor.visit(SelectFromWhereWithModifiers selectFromWhere) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectFromWhereWithModifiersImpl
See SQLAlgebraFactory for creating a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SelectFromWhereWithModifiers |
IQTree2SelectFromWhereConverterImpl.convert(it.unibz.inf.ontop.iq.IQTree tree,
com.google.common.collect.ImmutableSortedSet<it.unibz.inf.ontop.model.term.Variable> signature) |
| Modifier and Type | Method and Description |
|---|---|
SelectFromWhereSerializer.QuerySerialization |
SelectFromWhereSerializer.serialize(SelectFromWhereWithModifiers selectFromWhere,
DBParameters dbParameters) |
| Modifier and Type | Method and Description |
|---|---|
SelectFromWhereSerializer.QuerySerialization |
MySQLSelectFromWhereSerializer.serialize(SelectFromWhereWithModifiers selectFromWhere,
DBParameters dbParameters) |
SelectFromWhereSerializer.QuerySerialization |
DefaultSelectFromWhereSerializer.serialize(SelectFromWhereWithModifiers selectFromWhere,
DBParameters dbParameters) |
SelectFromWhereSerializer.QuerySerialization |
IgnoreNullFirstSelectFromWhereSerializer.serialize(SelectFromWhereWithModifiers selectFromWhere,
DBParameters dbParameters) |
SelectFromWhereSerializer.QuerySerialization |
DefaultSelectFromWhereSerializer.DefaultSQLRelationVisitingSerializer.visit(SelectFromWhereWithModifiers selectFromWhere) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.