@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Sysindexes extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static TableField<Record,Integer> |
BASE_PARTITION
The column
dbo.sysindexes.base_partition. |
static TableField<Record,Integer> |
CONDITIONID
The column
dbo.sysindexes.conditionid. |
static TableField<Record,Timestamp> |
CRDATE
The column
dbo.sysindexes.crdate. |
static TableField<Record,Byte> |
CSID
The column
dbo.sysindexes.csid. |
static TableField<Record,Integer> |
DISTRIBUTION
The column
dbo.sysindexes.distribution. |
static TableField<Record,Integer> |
DOAMPG
The column
dbo.sysindexes.doampg. |
static TableField<Record,Short> |
EXP_ROWSIZE
The column
dbo.sysindexes.exp_rowsize. |
static TableField<Record,Short> |
FILL_FACTOR
The column
dbo.sysindexes.fill_factor. |
static TableField<Record,Integer> |
FIRST
The column
dbo.sysindexes.first. |
static TableField<Record,Integer> |
ID
The column
dbo.sysindexes.id. |
static TableField<Record,Integer> |
IDENTITYGAP
The column
dbo.sysindexes.identitygap. |
static TableField<Record,Short> |
INDID
The column
dbo.sysindexes.indid. |
static TableField<Record,Integer> |
IOAMPG
The column
dbo.sysindexes.ioampg. |
static TableField<Record,Integer> |
IPGTRIPS
The column
dbo.sysindexes.ipgtrips. |
static TableField<Record,Short> |
KEYCNT
The column
dbo.sysindexes.keycnt. |
static TableField<Record,byte[]> |
KEYS1
The column
dbo.sysindexes.keys1. |
static TableField<Record,byte[]> |
KEYS2
The column
dbo.sysindexes.keys2. |
static TableField<Record,byte[]> |
KEYS3
The column
dbo.sysindexes.keys3. |
static TableField<Record,Short> |
MAXIROW
The column
dbo.sysindexes.maxirow. |
static TableField<Record,Short> |
MAXLEN
The column
dbo.sysindexes.maxlen. |
static TableField<Record,Short> |
MAXROWSPERPAGE
The column
dbo.sysindexes.maxrowsperpage. |
static TableField<Record,Short> |
MINLEN
The column
dbo.sysindexes.minlen. |
static TableField<Record,String> |
NAME
The column
dbo.sysindexes.name. |
static TableField<Record,Integer> |
OAMPGTRIPS
The column
dbo.sysindexes.oampgtrips. |
static TableField<Record,Short> |
PARTITIONTYPE
The column
dbo.sysindexes.partitiontype. |
static TableField<Record,Short> |
RES_PAGE_GAP
The column
dbo.sysindexes.res_page_gap. |
static TableField<Record,Integer> |
ROOT
The column
dbo.sysindexes.root. |
static TableField<Record,Short> |
SEGMENT
The column
dbo.sysindexes.segment. |
static TableField<Record,Byte> |
SOID
The column
dbo.sysindexes.soid. |
static TableField<Record,Short> |
STATUS
The column
dbo.sysindexes.status. |
static TableField<Record,Short> |
STATUS2
The column
dbo.sysindexes.status2. |
static TableField<Record,Short> |
STATUS3
The column
dbo.sysindexes.status3. |
static Sysindexes |
SYSINDEXES
The singleton instance of
dbo.sysindexes |
static TableField<Record,Short> |
USAGECNT
The column
dbo.sysindexes.usagecnt. |
public static final Sysindexes SYSINDEXES
dbo.sysindexespublic static final TableField<Record,String> NAME
dbo.sysindexes.name.public static final TableField<Record,Integer> ID
dbo.sysindexes.id.public static final TableField<Record,Short> INDID
dbo.sysindexes.indid.public static final TableField<Record,Integer> DOAMPG
dbo.sysindexes.doampg.public static final TableField<Record,Integer> IOAMPG
dbo.sysindexes.ioampg.public static final TableField<Record,Integer> OAMPGTRIPS
dbo.sysindexes.oampgtrips.public static final TableField<Record,Short> STATUS3
dbo.sysindexes.status3.public static final TableField<Record,Short> STATUS2
dbo.sysindexes.status2.public static final TableField<Record,Integer> IPGTRIPS
dbo.sysindexes.ipgtrips.public static final TableField<Record,Integer> FIRST
dbo.sysindexes.first.public static final TableField<Record,Integer> ROOT
dbo.sysindexes.root.public static final TableField<Record,Integer> DISTRIBUTION
dbo.sysindexes.distribution.public static final TableField<Record,Short> USAGECNT
dbo.sysindexes.usagecnt.public static final TableField<Record,Short> SEGMENT
dbo.sysindexes.segment.public static final TableField<Record,Short> STATUS
dbo.sysindexes.status.public static final TableField<Record,Short> MAXROWSPERPAGE
dbo.sysindexes.maxrowsperpage.public static final TableField<Record,Short> MINLEN
dbo.sysindexes.minlen.public static final TableField<Record,Short> MAXLEN
dbo.sysindexes.maxlen.public static final TableField<Record,Short> MAXIROW
dbo.sysindexes.maxirow.public static final TableField<Record,Short> KEYCNT
dbo.sysindexes.keycnt.public static final TableField<Record,byte[]> KEYS1
dbo.sysindexes.keys1.public static final TableField<Record,byte[]> KEYS2
dbo.sysindexes.keys2.public static final TableField<Record,Byte> SOID
dbo.sysindexes.soid.public static final TableField<Record,Byte> CSID
dbo.sysindexes.csid.public static final TableField<Record,Integer> BASE_PARTITION
dbo.sysindexes.base_partition.public static final TableField<Record,Short> FILL_FACTOR
dbo.sysindexes.fill_factor.public static final TableField<Record,Short> RES_PAGE_GAP
dbo.sysindexes.res_page_gap.public static final TableField<Record,Short> EXP_ROWSIZE
dbo.sysindexes.exp_rowsize.public static final TableField<Record,byte[]> KEYS3
dbo.sysindexes.keys3.public static final TableField<Record,Integer> IDENTITYGAP
dbo.sysindexes.identitygap.public static final TableField<Record,Timestamp> CRDATE
dbo.sysindexes.crdate.public static final TableField<Record,Short> PARTITIONTYPE
dbo.sysindexes.partitiontype.public static final TableField<Record,Integer> CONDITIONID
dbo.sysindexes.conditionid.public Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public final Row fieldsRow()
public final Field<?> field(int arg0)
public final Field<?>[] fields()
public final Schema getSchema()
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)
public final PivotForStep pivot(Field<?>... arg0)
public final PivotForStep pivot(Collection<? extends Field<?>> arg0)
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 Executor create()
protected final Executor create(Configuration arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2013. All Rights Reserved.