Class DatabaseIntrospector

java.lang.Object
com.onec.schema.DatabaseIntrospector

public final class DatabaseIntrospector extends Object
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).