Hello all,
I've tried to use the TablesNamesFinder for a TABLE CREATE statement, which obviously not usable, because the getTableList function is only valid for DeleteIinsert/Replace/Select/Update.
@wumpz: I WORK actually with the getTableList. The problem is, it does not process the TABLE CREATE right. I suppose the code is prepared to process it, just like SELECT, INSERT,... but is (still) not fully implemented.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The fork from github does that already. There you have a getTableList for statements.
-------- Ursprüngliche Nachricht --------
Von: Gabor Markon markonixx@users.sf.net
Datum: 04.10.2017 11:56 (GMT+01:00)
An: "[jsqlparser:discussion]" 360151@discussion.jsqlparser.p.re.sf.net
Betreff: [jsqlparser:discussion] getTableList question
Hello all,
I've tried to use the TablesNamesFinder for a TABLE CREATE statement, which obviously not usable, because the getTableList function is only valid for DeleteIinsert/Replace/Select/Update.
Is there any way to make this possible?
Greetings
Gábor
getTableList question
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/jsqlparser/discussion/360151/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
@wumpz: I WORK actually with the getTableList. The problem is, it does not process the TABLE CREATE right. I suppose the code is prepared to process it, just like SELECT, INSERT,... but is (still) not fully implemented.