Class SQLSerializedQueryImpl
- java.lang.Object
-
- it.unibz.inf.ontop.generation.algebra.impl.SQLSerializedQueryImpl
-
- All Implemented Interfaces:
SQLExpression,SQLSerializedQuery
public class SQLSerializedQueryImpl extends Object implements SQLSerializedQuery
See SQLAlgebraFactory for creating a new instance.
-
-
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.ImmutableMap<Variable,QuotedID>getColumnNames()StringgetSQLString()
-
-
-
Method Detail
-
getSQLString
public String getSQLString()
- Specified by:
getSQLStringin interfaceSQLSerializedQuery
-
getColumnNames
public it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Variable,QuotedID> getColumnNames()
- Specified by:
getColumnNamesin interfaceSQLSerializedQuery
-
acceptVisitor
public <T> T acceptVisitor(SQLRelationVisitor<T> visitor)
- Specified by:
acceptVisitorin interfaceSQLExpression
-
-