Interface SQLSerializedQuery
-
- All Superinterfaces:
SQLExpression
- All Known Implementing Classes:
SQLSerializedQueryImpl
public interface SQLSerializedQuery extends SQLExpression
Already serialized See SQLAlgebraFactory for creating a new instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Variable,QuotedID>getColumnNames()StringgetSQLString()-
Methods inherited from interface it.unibz.inf.ontop.generation.algebra.SQLExpression
acceptVisitor
-
-