Uses of Class
org.linuxforhealth.fhir.database.utils.api.PartitionInfo
-
Packages that use PartitionInfo Package Description org.linuxforhealth.fhir.database.utils.api -
-
Uses of PartitionInfo in org.linuxforhealth.fhir.database.utils.api
Methods in org.linuxforhealth.fhir.database.utils.api that return types with arguments of type PartitionInfo Modifier and Type Method Description java.util.List<PartitionInfo>
ICatalogAccess. getPartitionList(java.lang.String schema, java.lang.String table)
Get the list of partitions for this tableMethods in org.linuxforhealth.fhir.database.utils.api with parameters of type PartitionInfo Modifier and Type Method Description void
ICatalogAccess. dropPartition(java.lang.String schema, java.lang.String table, PartitionInfo pi)
Drop (detach) the partition identified by schema, table and pi
-