Uses of Class
org.jooq.generated.tables.records.TablesRecord
Package
Description
-
Uses of TablesRecord in org.apache.drill.metastore.rdbms.components.tables
Modifier and TypeMethodDescriptionTablesMetadataMapper.TableMapper.toRecord
(TableMetadataUnit unit) Modifier and TypeMethodDescriptionorg.jooq.Table<TablesRecord>
TablesMetadataMapper.TableMapper.table()
-
Uses of TablesRecord in org.jooq.generated
-
Uses of TablesRecord in org.jooq.generated.tables
Modifier and TypeFieldDescriptionfinal org.jooq.TableField<TablesRecord,
String> Tables.ADDITIONAL_METADATA
The columnTABLES.ADDITIONAL_METADATA
.final org.jooq.TableField<TablesRecord,
String> Tables.COLUMN_STATISTICS
The columnTABLES.COLUMN_STATISTICS
.final org.jooq.TableField<TablesRecord,
String> Tables.INTERESTING_COLUMNS
The columnTABLES.INTERESTING_COLUMNS
.final org.jooq.TableField<TablesRecord,
Long> Tables.LAST_MODIFIED_TIME
The columnTABLES.LAST_MODIFIED_TIME
.final org.jooq.TableField<TablesRecord,
String> Tables.LOCATION
The columnTABLES.LOCATION
.final org.jooq.TableField<TablesRecord,
String> Tables.METADATA_KEY
The columnTABLES.METADATA_KEY
.final org.jooq.TableField<TablesRecord,
String> Tables.METADATA_STATISTICS
The columnTABLES.METADATA_STATISTICS
.final org.jooq.TableField<TablesRecord,
String> Tables.METADATA_TYPE
The columnTABLES.METADATA_TYPE
.final org.jooq.TableField<TablesRecord,
String> Tables.OWNER
The columnTABLES.OWNER
.final org.jooq.TableField<TablesRecord,
String> Tables.PARTITION_KEYS
The columnTABLES.PARTITION_KEYS
.final org.jooq.TableField<TablesRecord,
String> Tables.SCHEMA
The columnTABLES.SCHEMA
.final org.jooq.TableField<TablesRecord,
String> Tables.STORAGE_PLUGIN
The columnTABLES.STORAGE_PLUGIN
.final org.jooq.TableField<TablesRecord,
String> Tables.TABLE_NAME
The columnTABLES.TABLE_NAME
.final org.jooq.TableField<TablesRecord,
String> Tables.TABLE_TYPE
The columnTABLES.TABLE_TYPE
.final org.jooq.TableField<TablesRecord,
String> Tables.WORKSPACE
The columnTABLES.WORKSPACE
.Modifier and TypeMethodDescriptionList<org.jooq.UniqueKey<TablesRecord>>
Tables.getKeys()
org.jooq.UniqueKey<TablesRecord>
Tables.getPrimaryKey()
Tables.getRecordType()
The class holding records for this typeModifierConstructorDescriptionTables
(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TablesRecord> key) -
Uses of TablesRecord in org.jooq.generated.tables.records