Package | Description |
---|---|
org.apache.drill.metastore.rdbms.components.tables | |
org.jooq.generated | |
org.jooq.generated.tables | |
org.jooq.generated.tables.records |
Modifier and Type | Method and Description |
---|---|
TablesRecord |
TablesMetadataMapper.TableMapper.toRecord(TableMetadataUnit unit) |
Modifier and Type | Method and Description |
---|---|
org.jooq.Table<TablesRecord> |
TablesMetadataMapper.TableMapper.table() |
Modifier and Type | Field and Description |
---|---|
static org.jooq.UniqueKey<TablesRecord> |
Keys.PK_TABLES |
Modifier and Type | Field and Description |
---|---|
org.jooq.TableField<TablesRecord,String> |
Tables.ADDITIONAL_METADATA
The column
TABLES.ADDITIONAL_METADATA . |
org.jooq.TableField<TablesRecord,String> |
Tables.COLUMN_STATISTICS
The column
TABLES.COLUMN_STATISTICS . |
org.jooq.TableField<TablesRecord,String> |
Tables.INTERESTING_COLUMNS
The column
TABLES.INTERESTING_COLUMNS . |
org.jooq.TableField<TablesRecord,Long> |
Tables.LAST_MODIFIED_TIME
The column
TABLES.LAST_MODIFIED_TIME . |
org.jooq.TableField<TablesRecord,String> |
Tables.LOCATION
The column
TABLES.LOCATION . |
org.jooq.TableField<TablesRecord,String> |
Tables.METADATA_KEY
The column
TABLES.METADATA_KEY . |
org.jooq.TableField<TablesRecord,String> |
Tables.METADATA_STATISTICS
The column
TABLES.METADATA_STATISTICS . |
org.jooq.TableField<TablesRecord,String> |
Tables.METADATA_TYPE
The column
TABLES.METADATA_TYPE . |
org.jooq.TableField<TablesRecord,String> |
Tables.OWNER
The column
TABLES.OWNER . |
org.jooq.TableField<TablesRecord,String> |
Tables.PARTITION_KEYS
The column
TABLES.PARTITION_KEYS . |
org.jooq.TableField<TablesRecord,String> |
Tables.SCHEMA
The column
TABLES.SCHEMA . |
org.jooq.TableField<TablesRecord,String> |
Tables.STORAGE_PLUGIN
The column
TABLES.STORAGE_PLUGIN . |
org.jooq.TableField<TablesRecord,String> |
Tables.TABLE_NAME
The column
TABLES.TABLE_NAME . |
org.jooq.TableField<TablesRecord,String> |
Tables.TABLE_TYPE
The column
TABLES.TABLE_TYPE . |
org.jooq.TableField<TablesRecord,String> |
Tables.WORKSPACE
The column
TABLES.WORKSPACE . |
Modifier and Type | Method and Description |
---|---|
List<org.jooq.UniqueKey<TablesRecord>> |
Tables.getKeys() |
org.jooq.UniqueKey<TablesRecord> |
Tables.getPrimaryKey() |
Class<TablesRecord> |
Tables.getRecordType()
The class holding records for this type
|
Constructor and Description |
---|
Tables(org.jooq.Table<O> child,
org.jooq.ForeignKey<O,TablesRecord> key) |
Modifier and Type | Method and Description |
---|---|
TablesRecord |
TablesRecord.value1(String value) |
TablesRecord |
TablesRecord.value10(String value) |
TablesRecord |
TablesRecord.value11(String value) |
TablesRecord |
TablesRecord.value12(String value) |
TablesRecord |
TablesRecord.value13(String value) |
TablesRecord |
TablesRecord.value14(Long value) |
TablesRecord |
TablesRecord.value15(String value) |
TablesRecord |
TablesRecord.value2(String value) |
TablesRecord |
TablesRecord.value3(String value) |
TablesRecord |
TablesRecord.value4(String value) |
TablesRecord |
TablesRecord.value5(String value) |
TablesRecord |
TablesRecord.value6(String value) |
TablesRecord |
TablesRecord.value7(String value) |
TablesRecord |
TablesRecord.value8(String value) |
TablesRecord |
TablesRecord.value9(String value) |
TablesRecord |
TablesRecord.values(String value1,
String value2,
String value3,
String value4,
String value5,
String value6,
String value7,
String value8,
String value9,
String value10,
String value11,
String value12,
String value13,
Long value14,
String value15) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.