I didn't find that method but I guess you mean this one: conn.getMetaData().getTables(catalog, schemaPattern, tableNamePattern, types) I will try it, thanks for the hint On Sat, Mar 7, 2020 at 1:17 AM Simon Chenery simoc@users.sourceforge.net wrote: Call java.sql.Connection.getMetaData() and then java.sql.DatabaseMetaData.getTableNames() and CsvJdbc will return the available table names. How to execute a "SHOW TABLES"? https://sourceforge.net/p/csvjdbc/discussion/56964/thread/cd4bfea0e2/?limit=25#056d...
Hi guys, I was wondering how we can list all tables loaded by CsvJdbc, something similar to SHOW TABLES. I need a way to get all tables loaded by CsvJdbc. Is there any way to achieve this?
Wonderful, I'll continue doing testing with your suggestions. Thanks, you rock!
Kennard, Thanks a lot for the comments, I've based on the "1.2 Part 1" examples to...
Hi Kennard, At the beginning I put section attributes on some fields but noticed...
Hello guys, I'm testing metawidget by creating a demo but having some issues with...