Uses of Class
org.linuxforhealth.fhir.database.utils.model.Tablespace
-
Packages that use Tablespace Package Description org.linuxforhealth.fhir.database.utils.model org.linuxforhealth.fhir.database.utils.postgres org.linuxforhealth.fhir.schema.control -
-
Uses of Tablespace in org.linuxforhealth.fhir.database.utils.model
Methods in org.linuxforhealth.fhir.database.utils.model with parameters of type Tablespace Modifier and Type Method Description Table.Builder
Table.Builder. setTablespace(Tablespace ts)
Setter for the tablespacevoid
DataModelVisitor. visited(Tablespace tablespace)
void
DataModelVisitorBase. visited(Tablespace tablespace)
Constructors in org.linuxforhealth.fhir.database.utils.model with parameters of type Tablespace Constructor Description Table(java.lang.String schemaName, java.lang.String name, int version, java.util.Collection<ColumnBase> columns, PrimaryKeyDef pk, IdentityDef identity, java.util.Collection<IndexDef> indexes, java.util.Collection<ForeignKeyConstraint> fkConstraints, Tablespace tablespace, java.util.List<IDatabaseObject> dependencies, java.util.Map<java.lang.String,java.lang.String> tags, java.util.Collection<GroupPrivilege> privileges, java.util.List<Migration> migrations, java.util.List<With> withs, java.util.List<CheckConstraint> checkConstraints, DistributionType distributionType, java.lang.String distributionColumnName, boolean create)
Public constructor -
Uses of Tablespace in org.linuxforhealth.fhir.database.utils.postgres
Methods in org.linuxforhealth.fhir.database.utils.postgres with parameters of type Tablespace Modifier and Type Method Description void
GatherTablesDataModelVisitor. visited(Tablespace tablespace)
void
VacuumSettingsTableDataModelVisitor. visited(Tablespace tablespace)
-
Uses of Tablespace in org.linuxforhealth.fhir.schema.control
Constructors in org.linuxforhealth.fhir.schema.control with parameters of type Tablespace Constructor Description FhirResourceTableGroup(PhysicalDataModel model, java.lang.String schemaName, java.util.Set<IDatabaseObject> procedureDependencies, Tablespace fhirTablespace, java.util.Collection<GroupPrivilege> privileges, java.util.List<With> withs)
Public constructor
-