@Generated(value={"http://www.jooq.org","jOOQ version:3.5.0"}, comments="This class is generated by jOOQ") public class Rdb$indexSegments extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,String> |
RDB$FIELD_NAME
The column
RDB$INDEX_SEGMENTS.RDB$FIELD_NAME. |
TableField<Record,Short> |
RDB$FIELD_POSITION
The column
RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION. |
TableField<Record,String> |
RDB$INDEX_NAME
The column
RDB$INDEX_SEGMENTS.RDB$INDEX_NAME. |
static Rdb$indexSegments |
RDB$INDEX_SEGMENTS
The singleton instance of
RDB$INDEX_SEGMENTS |
TableField<Record,Double> |
RDB$STATISTICS
The column
RDB$INDEX_SEGMENTS.RDB$STATISTICS. |
parameters| Constructor and Description |
|---|
Rdb$indexSegments()
Create a
RDB$INDEX_SEGMENTS table reference |
Rdb$indexSegments(String alias)
Create an aliased
RDB$INDEX_SEGMENTS table reference |
public static final Rdb$indexSegments RDB$INDEX_SEGMENTS
RDB$INDEX_SEGMENTSpublic final TableField<Record,String> RDB$INDEX_NAME
RDB$INDEX_SEGMENTS.RDB$INDEX_NAME.public final TableField<Record,String> RDB$FIELD_NAME
RDB$INDEX_SEGMENTS.RDB$FIELD_NAME.public final TableField<Record,Short> RDB$FIELD_POSITION
RDB$INDEX_SEGMENTS.RDB$FIELD_POSITION.public final TableField<Record,Double> RDB$STATISTICS
RDB$INDEX_SEGMENTS.RDB$STATISTICS.public Rdb$indexSegments()
RDB$INDEX_SEGMENTS table referencepublic Rdb$indexSegments(String alias)
RDB$INDEX_SEGMENTS table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public Rdb$indexSegments as(String alias)
public Rdb$indexSegments rename(String name)
public final RecordType<R> recordType()
recordType in interface Table<R extends Record>public final Row fieldsRow()
public final Field<?> field(int arg0)
public final Field<?>[] fields()
public final Schema getSchema()
public final String getComment()
getComment in interface Table<R extends Record>public final <O extends Record> List<ForeignKey<O,R>> getReferencesFrom(Table<O> arg0)
getReferencesFrom in interface Table<R extends Record>public final <O extends Record> List<ForeignKey<R,O>> getReferencesTo(Table<O> arg0)
getReferencesTo in interface Table<R extends Record>protected static final <R extends Record,T> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2)
protected static final <R extends Record,T> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3)
protected static final <R extends Record,T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<T,U> arg4)
protected static final <R extends Record,T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Binding<T,U> arg4)
protected static final <R extends Record,T,X,U> TableField<R,U> createField(String arg0, DataType<T> arg1, Table<R> arg2, String arg3, Converter<X,U> arg4, Binding<T,X> arg5)
protected final <T> TableField<R,T> createField(String arg0, DataType<T> arg1)
protected final <T> TableField<R,T> createField(String arg0, DataType<T> arg1, String arg2)
protected final <T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<T,U> arg3)
protected final <T,U> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Binding<T,U> arg3)
protected final <T,X,U> TableField<R,U> createField(String arg0, DataType<T> arg1, String arg2, Converter<X,U> arg3, Binding<T,X> arg4)
public final Table<R> useIndexForJoin(String... arg0)
useIndexForJoin in interface Table<R extends Record>public final Table<R> useIndexForOrderBy(String... arg0)
useIndexForOrderBy in interface Table<R extends Record>public final Table<R> useIndexForGroupBy(String... arg0)
useIndexForGroupBy in interface Table<R extends Record>public final Table<R> ignoreIndex(String... arg0)
ignoreIndex in interface Table<R extends Record>public final Table<R> ignoreIndexForJoin(String... arg0)
ignoreIndexForJoin in interface Table<R extends Record>public final Table<R> ignoreIndexForOrderBy(String... arg0)
ignoreIndexForOrderBy in interface Table<R extends Record>public final Table<R> ignoreIndexForGroupBy(String... arg0)
ignoreIndexForGroupBy in interface Table<R extends Record>public final Table<R> forceIndex(String... arg0)
forceIndex in interface Table<R extends Record>public final Table<R> forceIndexForJoin(String... arg0)
forceIndexForJoin in interface Table<R extends Record>public final Table<R> forceIndexForOrderBy(String... arg0)
forceIndexForOrderBy in interface Table<R extends Record>public final Table<R> forceIndexForGroupBy(String... arg0)
forceIndexForGroupBy in interface Table<R extends Record>public final DivideByOnStep divideBy(Table<?> arg0)
public final TableOptionalOnStep join(TableLike<?> arg0, JoinType arg1)
public final TableOnStep join(TableLike<?> arg0)
public final TableOnStep join(String arg0)
public final TableOnStep join(String arg0, Object... arg1)
public final TableOnStep join(String arg0, QueryPart... arg1)
public final TablePartitionByStep leftOuterJoin(TableLike<?> arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0, QueryPart... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(TableLike<?> arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0, QueryPart... arg1)
rightOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(TableLike<?> arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0, QueryPart... arg1)
fullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(TableLike<?> arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0, Object... arg1)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0, QueryPart... arg1)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(TableLike<?> arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0, Object... arg1)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0, QueryPart... arg1)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(TableLike<?> arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0, Object... arg1)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0, QueryPart... arg1)
naturalRightOuterJoin in interface Table<R extends Record>protected final DSLContext create()
protected final DSLContext create(Configuration arg0)
protected final DSLContext create(Context<?> arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2015. All Rights Reserved.