Interface SQLValuesExpression
-
- All Superinterfaces:
SQLExpression
- All Known Implementing Classes:
SQLValuesExpressionImpl
public interface SQLValuesExpression extends SQLExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Variable>getOrderedVariables()it.unibz.inf.ontop.com.google.common.collect.ImmutableList<it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Constant>>getValues()-
Methods inherited from interface it.unibz.inf.ontop.generation.algebra.SQLExpression
acceptVisitor
-
-