Uses of Class
org.linuxforhealth.fhir.database.utils.model.ForeignKeyConstraint
-
-
Uses of ForeignKeyConstraint in org.linuxforhealth.fhir.database.utils.common
Methods in org.linuxforhealth.fhir.database.utils.common that return types with arguments of type ForeignKeyConstraint Modifier and Type Method Description java.util.List<ForeignKeyConstraint>
AddForeignKeyConstraint. getConstraints()
Constructors in org.linuxforhealth.fhir.database.utils.common with parameters of type ForeignKeyConstraint Constructor Description AddForeignKeyConstraint(java.lang.String schemaName, java.lang.String tableName, java.lang.String tenantColumnName, ForeignKeyConstraint... constraint)
Public constructorAddForeignKeyConstraint(java.lang.String schemaName, java.lang.String tableName, ForeignKeyConstraint... constraint)
Public constructor -
Uses of ForeignKeyConstraint in org.linuxforhealth.fhir.database.utils.model
Methods in org.linuxforhealth.fhir.database.utils.model with parameters of type ForeignKeyConstraint Modifier and Type Method Description void
DataModelVisitor. visited(Table fromChildTable, ForeignKeyConstraint fk)
Process a foreign key constraint from the modelvoid
DataModelVisitorBase. visited(Table fromChildTable, ForeignKeyConstraint fk)
-
Uses of ForeignKeyConstraint in org.linuxforhealth.fhir.database.utils.postgres
Methods in org.linuxforhealth.fhir.database.utils.postgres with parameters of type ForeignKeyConstraint Modifier and Type Method Description void
GatherTablesDataModelVisitor. visited(Table fromChildTable, ForeignKeyConstraint fk)
void
VacuumSettingsTableDataModelVisitor. visited(Table fromChildTable, ForeignKeyConstraint fk)
-
Uses of ForeignKeyConstraint in org.linuxforhealth.fhir.schema.control
Methods in org.linuxforhealth.fhir.schema.control with parameters of type ForeignKeyConstraint Modifier and Type Method Description void
AddForeignKey. visited(Table fromChildTable, ForeignKeyConstraint fk)
void
DropForeignKey. visited(Table fromChildTable, ForeignKeyConstraint fk)
-