Uses of Class
org.jooq.generated.tables.records.TablesRecord
Packages that use TablesRecord
Package
Description
-
Uses of TablesRecord in org.apache.drill.metastore.rdbms.components.tables
Methods in org.apache.drill.metastore.rdbms.components.tables that return TablesRecordModifier and TypeMethodDescriptionTablesMetadataMapper.TableMapper.toRecord(TableMetadataUnit unit) Methods in org.apache.drill.metastore.rdbms.components.tables that return types with arguments of type TablesRecordModifier and TypeMethodDescriptionorg.jooq.Table<TablesRecord> TablesMetadataMapper.TableMapper.table() -
Uses of TablesRecord in org.jooq.generated
Fields in org.jooq.generated with type parameters of type TablesRecord -
Uses of TablesRecord in org.jooq.generated.tables
Fields in org.jooq.generated.tables with type parameters of type TablesRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<TablesRecord, String> Tables.ADDITIONAL_METADATAThe columnTABLES.ADDITIONAL_METADATA.final org.jooq.TableField<TablesRecord, String> Tables.COLUMN_STATISTICSThe columnTABLES.COLUMN_STATISTICS.final org.jooq.TableField<TablesRecord, String> Tables.INTERESTING_COLUMNSThe columnTABLES.INTERESTING_COLUMNS.final org.jooq.TableField<TablesRecord, Long> Tables.LAST_MODIFIED_TIMEThe columnTABLES.LAST_MODIFIED_TIME.final org.jooq.TableField<TablesRecord, String> Tables.LOCATIONThe columnTABLES.LOCATION.final org.jooq.TableField<TablesRecord, String> Tables.METADATA_KEYThe columnTABLES.METADATA_KEY.final org.jooq.TableField<TablesRecord, String> Tables.METADATA_STATISTICSThe columnTABLES.METADATA_STATISTICS.final org.jooq.TableField<TablesRecord, String> Tables.METADATA_TYPEThe columnTABLES.METADATA_TYPE.final org.jooq.TableField<TablesRecord, String> Tables.OWNERThe columnTABLES.OWNER.final org.jooq.TableField<TablesRecord, String> Tables.PARTITION_KEYSThe columnTABLES.PARTITION_KEYS.final org.jooq.TableField<TablesRecord, String> Tables.SCHEMAThe columnTABLES.SCHEMA.final org.jooq.TableField<TablesRecord, String> Tables.STORAGE_PLUGINThe columnTABLES.STORAGE_PLUGIN.final org.jooq.TableField<TablesRecord, String> Tables.TABLE_NAMEThe columnTABLES.TABLE_NAME.final org.jooq.TableField<TablesRecord, String> Tables.TABLE_TYPEThe columnTABLES.TABLE_TYPE.final org.jooq.TableField<TablesRecord, String> Tables.WORKSPACEThe columnTABLES.WORKSPACE.Methods in org.jooq.generated.tables that return types with arguments of type TablesRecordModifier and TypeMethodDescriptionList<org.jooq.UniqueKey<TablesRecord>> Tables.getKeys()org.jooq.UniqueKey<TablesRecord> Tables.getPrimaryKey()Tables.getRecordType()The class holding records for this typeConstructor parameters in org.jooq.generated.tables with type arguments of type TablesRecordModifierConstructorDescriptionTables(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TablesRecord> key) -
Uses of TablesRecord in org.jooq.generated.tables.records
Methods in org.jooq.generated.tables.records that return TablesRecord