On 2022/06/23 9:30 am, prrvchr wrote:

/I don't know what do you mean by system table and why you need to distinguish 
them from normal tables and views./

Unfortunately, we cannot change this easily because of backwards compatibility.

What you can do, is to special case H2 in your JDBC driver.

All of the H2 system tables will have METADATA in the first column of the result set, and INFORMATION_SCHEMA in the second column.

--
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/6822bf4a-4571-4976-7100-a9b4ee434f8a%40gmail.com.

Reply via email to