Uses of Class
org.h2.constraint.ConstraintReferential
Packages that use ConstraintReferential
Package
Description
Implementation of the JDBC database metadata API (package java.sql).
Classes related to a table and table meta data.
-
Uses of ConstraintReferential in org.h2.jdbc.meta
Methods in org.h2.jdbc.meta with parameters of type ConstraintReferentialModifier and TypeMethodDescriptionprivate voidDatabaseMetaLocal.addCrossReferenceResult(SimpleResult result, Value catalog, String pkSchema, Table pkTable, String fkSchema, Table fkTable, ConstraintReferential fk) -
Uses of ConstraintReferential in org.h2.table
Methods in org.h2.table with parameters of type ConstraintReferentialModifier and TypeMethodDescriptionprivate voidInformationSchemaTable.referentialConstraints(SessionLocal session, ArrayList<Row> rows, String catalog, ConstraintReferential constraint, String constraintName)