Class JSqlParserTools
- java.lang.Object
-
- it.unibz.inf.ontop.spec.sqlparser.JSqlParserTools
-
public class JSqlParserTools extends Object
-
-
Constructor Summary
Constructors Constructor Description JSqlParserTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RelationIDgetRelationId(QuotedIDFactory idfac, net.sf.jsqlparser.schema.Table table)static net.sf.jsqlparser.statement.select.Selectparse(String sql)
-
-
-
Method Detail
-
parse
public static net.sf.jsqlparser.statement.select.Select parse(String sql) throws net.sf.jsqlparser.JSQLParserException, InvalidQueryException
- Throws:
net.sf.jsqlparser.JSQLParserExceptionInvalidQueryException
-
getRelationId
public static RelationID getRelationId(QuotedIDFactory idfac, net.sf.jsqlparser.schema.Table table)
-
-