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 void
DatabaseMetaLocal.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 void
InformationSchemaTable.referentialConstraints
(SessionLocal session, ArrayList<Row> rows, String catalog, ConstraintReferential constraint, String constraintName)