Hi all, It seems that the TABLE_TYPE returned by DatabaseMetaData.getTables() does not follow JDBC <https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String%5B%5D)> .
H2 only lists tables as BASE TABLE or VIEW, as a result, it is difficult or impossible to be able to differentiate the SYSTEM TABLE from TABLE or VIEW. Any idea to work around this problem? Thanks. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/e91e5ad6-eb56-4d6c-a708-aa17c9194d68n%40googlegroups.com.
