![JAR search and dependency download from the Maven repository](/logo.png)
com.googlecode.paradox.information_schema.tables.sql Maven / Gradle / Ivy
select "catalog" as table_catalog,
"schema" as table_schema,
name as table_name,
type_name as table_type
from information_schema.pdx_tables
order by "catalog", "schema", name, type_name
© 2015 - 2025 Weber Informatics LLC | Privacy Policy