java - Picking up multiple from items using JSQLParser -


I am writing a SQL query molecule and I'm using JSQLParser to parse the query. Now it seems (and this link has also been suggested) that JSLPerser does not allow many items in the FRL section of SSL.

When I do

  statement.getFromItem (). ToString ();  

Where statement is an object of type PlainSelect , I get only the first Tablename from the FROM clause

Comments