Uses of Class
org.h2.constraint.ConstraintReferential
-
Packages that use ConstraintReferential Package Description org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.table 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 ConstraintReferential Modifier and Type Method Description private void
DatabaseMetaLocal. addCrossReferenceResult(SimpleResult result, Value catalog, java.lang.String pkSchema, Table pkTable, java.lang.String fkSchema, Table fkTable, ConstraintReferential fk)
-
Uses of ConstraintReferential in org.h2.table
Methods in org.h2.table with parameters of type ConstraintReferential Modifier and Type Method Description private void
InformationSchemaTable. referentialConstraints(SessionLocal session, java.util.ArrayList<Row> rows, java.lang.String catalog, ConstraintReferential constraint, java.lang.String constraintName)
-