JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
Now, I will add an expression to join on, i should use function to get a collections of expresssions, but i can not add an expression to join on by add an expressions to the collections, because It will rely on the ON keyword and the result will be an error when executed in mysql. I wish it can rely on the AND keyword.
Now, I will add an expression to join on, i should use function to get a collections of expresssions, but i can not add an expression to join on by add an expressions to the collections, because It will rely on the ON keyword and the result will be an error when executed in mysql. I wish it can rely on the AND keyword.