Uses of Class
org.jooq.generated.tables.records.FilesRecord
Packages that use FilesRecord
Package
Description
-
Uses of FilesRecord in org.apache.drill.metastore.rdbms.components.tables
Methods in org.apache.drill.metastore.rdbms.components.tables that return FilesRecordModifier and TypeMethodDescriptionTablesMetadataMapper.FileMapper.toRecord(TableMetadataUnit unit) Methods in org.apache.drill.metastore.rdbms.components.tables that return types with arguments of type FilesRecordModifier and TypeMethodDescriptionorg.jooq.Table<FilesRecord> TablesMetadataMapper.FileMapper.table() -
Uses of FilesRecord in org.jooq.generated
Fields in org.jooq.generated with type parameters of type FilesRecord -
Uses of FilesRecord in org.jooq.generated.tables
Fields in org.jooq.generated.tables with type parameters of type FilesRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<FilesRecord, String> Files.ADDITIONAL_METADATAThe columnFILES.ADDITIONAL_METADATA.final org.jooq.TableField<FilesRecord, String> Files.COLUMN_STATISTICSThe columnFILES.COLUMN_STATISTICS.final org.jooq.TableField<FilesRecord, Long> Files.LAST_MODIFIED_TIMEThe columnFILES.LAST_MODIFIED_TIME.final org.jooq.TableField<FilesRecord, String> Files.LOCATIONThe columnFILES.LOCATION.final org.jooq.TableField<FilesRecord, String> Files.METADATA_IDENTIFIERThe columnFILES.METADATA_IDENTIFIER.final org.jooq.TableField<FilesRecord, String> Files.METADATA_KEYThe columnFILES.METADATA_KEY.final org.jooq.TableField<FilesRecord, String> Files.METADATA_STATISTICSThe columnFILES.METADATA_STATISTICS.final org.jooq.TableField<FilesRecord, String> Files.METADATA_TYPEThe columnFILES.METADATA_TYPE.final org.jooq.TableField<FilesRecord, String> Files.PATHThe columnFILES.PATH.final org.jooq.TableField<FilesRecord, String> Files.SCHEMAThe columnFILES.SCHEMA.final org.jooq.TableField<FilesRecord, String> Files.STORAGE_PLUGINThe columnFILES.STORAGE_PLUGIN.final org.jooq.TableField<FilesRecord, String> Files.TABLE_NAMEThe columnFILES.TABLE_NAME.final org.jooq.TableField<FilesRecord, String> Files.WORKSPACEThe columnFILES.WORKSPACE.Methods in org.jooq.generated.tables that return types with arguments of type FilesRecordModifier and TypeMethodDescriptionList<org.jooq.UniqueKey<FilesRecord>> Files.getKeys()org.jooq.UniqueKey<FilesRecord> Files.getPrimaryKey()Files.getRecordType()The class holding records for this typeConstructor parameters in org.jooq.generated.tables with type arguments of type FilesRecordModifierConstructorDescriptionFiles(org.jooq.Table<O> child, org.jooq.ForeignKey<O, FilesRecord> key) -
Uses of FilesRecord in org.jooq.generated.tables.records
Methods in org.jooq.generated.tables.records that return FilesRecord