Class SQLQueryParser
- java.lang.Object
-
- it.unibz.inf.ontop.spec.sqlparser.SQLQueryParser
-
public class SQLQueryParser extends Object
High-level SQL query parser
-
-
Constructor Summary
Constructors Constructor Description SQLQueryParser(CoreSingletons coreSingletons)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IQTreeconvert(RAExpression re)RAExpressiongetRAExpression(String sourceQuery, MetadataLookup metadataLookup)
-
-
-
Constructor Detail
-
SQLQueryParser
@Inject public SQLQueryParser(CoreSingletons coreSingletons)
-
-
Method Detail
-
getRAExpression
public RAExpression getRAExpression(String sourceQuery, MetadataLookup metadataLookup) throws InvalidQueryException, MetadataExtractionException
-
convert
public IQTree convert(RAExpression re)
-
-