Uses of Class
org.jooq.generated.tables.records.PartitionsRecord
Packages that use PartitionsRecord
Package
Description
-
Uses of PartitionsRecord in org.apache.drill.metastore.rdbms.components.tables
Methods in org.apache.drill.metastore.rdbms.components.tables that return PartitionsRecordModifier and TypeMethodDescriptionTablesMetadataMapper.PartitionMapper.toRecord(TableMetadataUnit unit) Methods in org.apache.drill.metastore.rdbms.components.tables that return types with arguments of type PartitionsRecordModifier and TypeMethodDescriptionorg.jooq.Table<PartitionsRecord> TablesMetadataMapper.PartitionMapper.table() -
Uses of PartitionsRecord in org.jooq.generated
Fields in org.jooq.generated with type parameters of type PartitionsRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartitionsRecord> Keys.PK_PARTITIONS -
Uses of PartitionsRecord in org.jooq.generated.tables
Fields in org.jooq.generated.tables with type parameters of type PartitionsRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartitionsRecord, String> Partitions.ADDITIONAL_METADATAThe columnPARTITIONS.ADDITIONAL_METADATA.final org.jooq.TableField<PartitionsRecord, String> Partitions.COLUMNThe columnPARTITIONS.COLUMN.final org.jooq.TableField<PartitionsRecord, String> Partitions.COLUMN_STATISTICSThe columnPARTITIONS.COLUMN_STATISTICS.final org.jooq.TableField<PartitionsRecord, Long> Partitions.LAST_MODIFIED_TIMEThe columnPARTITIONS.LAST_MODIFIED_TIME.final org.jooq.TableField<PartitionsRecord, String> Partitions.LOCATIONSThe columnPARTITIONS.LOCATIONS.final org.jooq.TableField<PartitionsRecord, String> Partitions.METADATA_IDENTIFIERThe columnPARTITIONS.METADATA_IDENTIFIER.final org.jooq.TableField<PartitionsRecord, String> Partitions.METADATA_KEYThe columnPARTITIONS.METADATA_KEY.final org.jooq.TableField<PartitionsRecord, String> Partitions.METADATA_STATISTICSThe columnPARTITIONS.METADATA_STATISTICS.final org.jooq.TableField<PartitionsRecord, String> Partitions.METADATA_TYPEThe columnPARTITIONS.METADATA_TYPE.final org.jooq.TableField<PartitionsRecord, String> Partitions.PARTITION_VALUESThe columnPARTITIONS.PARTITION_VALUES.final org.jooq.TableField<PartitionsRecord, String> Partitions.SCHEMAThe columnPARTITIONS.SCHEMA.final org.jooq.TableField<PartitionsRecord, String> Partitions.STORAGE_PLUGINThe columnPARTITIONS.STORAGE_PLUGIN.final org.jooq.TableField<PartitionsRecord, String> Partitions.TABLE_NAMEThe columnPARTITIONS.TABLE_NAME.final org.jooq.TableField<PartitionsRecord, String> Partitions.WORKSPACEThe columnPARTITIONS.WORKSPACE.Methods in org.jooq.generated.tables that return types with arguments of type PartitionsRecordModifier and TypeMethodDescriptionList<org.jooq.UniqueKey<PartitionsRecord>> Partitions.getKeys()org.jooq.UniqueKey<PartitionsRecord> Partitions.getPrimaryKey()Partitions.getRecordType()The class holding records for this typeConstructor parameters in org.jooq.generated.tables with type arguments of type PartitionsRecordModifierConstructorDescriptionPartitions(org.jooq.Table<O> child, org.jooq.ForeignKey<O, PartitionsRecord> key) -
Uses of PartitionsRecord in org.jooq.generated.tables.records
Methods in org.jooq.generated.tables.records that return PartitionsRecord