Package com.onec.schema
Class DatabaseIntrospector
java.lang.Object
com.onec.schema.DatabaseIntrospector
Reads the live database structure (tables and their columns) from
INFORMATION_SCHEMA, which both H2 and PostgreSQL expose. Names are normalized
to upper case so lookups are case-insensitive regardless of how the engine stores
unquoted identifiers (H2 upper-cases, PostgreSQL lower-cases).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordLive tables and columns, keyed by upper-cased table name. -
Method Summary
Modifier and TypeMethodDescriptionstatic DatabaseIntrospector.DbStateread(org.jdbi.v3.core.Handle handle)
-
Method Details
-
read
-