public class JSqlParserTools extends Object
| Constructor and Description |
|---|
JSqlParserTools() |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.jsqlparser.statement.select.PlainSelect |
getPlainSelect(net.sf.jsqlparser.statement.select.SelectBody selectBody) |
static it.unibz.inf.ontop.dbschema.RelationID |
getRelationId(it.unibz.inf.ontop.dbschema.QuotedIDFactory idfac,
net.sf.jsqlparser.schema.Table table) |
static net.sf.jsqlparser.statement.select.SelectBody |
parse(String sql) |
public static net.sf.jsqlparser.statement.select.SelectBody parse(String sql) throws InvalidSelectQueryException, net.sf.jsqlparser.JSQLParserException
InvalidSelectQueryExceptionnet.sf.jsqlparser.JSQLParserExceptionpublic static net.sf.jsqlparser.statement.select.PlainSelect getPlainSelect(net.sf.jsqlparser.statement.select.SelectBody selectBody)
selectBody - UnsupportedSelectQueryRuntimeExceptionInvalidSelectQueryRuntimeExceptionpublic static it.unibz.inf.ontop.dbschema.RelationID getRelationId(it.unibz.inf.ontop.dbschema.QuotedIDFactory idfac,
net.sf.jsqlparser.schema.Table table)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.