Class SQLValuesExpressionImpl
- java.lang.Object
-
- it.unibz.inf.ontop.generation.algebra.impl.SQLValuesExpressionImpl
-
- All Implemented Interfaces:
SQLExpression,SQLValuesExpression
public class SQLValuesExpressionImpl extends Object implements SQLValuesExpression
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TacceptVisitor(SQLRelationVisitor<T> visitor)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()
-
-
-
Method Detail
-
acceptVisitor
public <T> T acceptVisitor(SQLRelationVisitor<T> visitor)
- Specified by:
acceptVisitorin interfaceSQLExpression
-
getOrderedVariables
public it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Variable> getOrderedVariables()
- Specified by:
getOrderedVariablesin interfaceSQLValuesExpression
-
getValues
public it.unibz.inf.ontop.com.google.common.collect.ImmutableList<it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Constant>> getValues()
- Specified by:
getValuesin interfaceSQLValuesExpression
-
-