@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Sysobjects extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static TableField<Record,Integer> |
AUDFLAGS
The column
dbo.sysobjects.audflags. |
static TableField<Record,Short> |
CACHE
The column
dbo.sysobjects.cache. |
static TableField<Record,Integer> |
CKFIRST
The column
dbo.sysobjects.ckfirst. |
static TableField<Record,Timestamp> |
CRDATE
The column
dbo.sysobjects.crdate. |
static TableField<Record,Integer> |
DELTRIG
The column
dbo.sysobjects.deltrig. |
static TableField<Record,byte[]> |
ERLCHGTS
The column
dbo.sysobjects.erlchgts. |
static TableField<Record,Timestamp> |
EXPDATE
The column
dbo.sysobjects.expdate. |
static TableField<Record,Integer> |
ID
The column
dbo.sysobjects.id. |
static TableField<Record,BigInteger> |
IDENTBURNMAX
The column
dbo.sysobjects.identburnmax. |
static TableField<Record,Short> |
INDEXDEL
The column
dbo.sysobjects.indexdel. |
static TableField<Record,Integer> |
INSTRIG
The column
dbo.sysobjects.instrig. |
static TableField<Record,String> |
LOGINAME
The column
dbo.sysobjects.loginame. |
static TableField<Record,String> |
NAME
The column
dbo.sysobjects.name. |
static TableField<Record,Short> |
OBJSPARE
The column
dbo.sysobjects.objspare. |
static TableField<Record,Short> |
SCHEMACNT
The column
dbo.sysobjects.schemacnt. |
static TableField<Record,Integer> |
SELTRIG
The column
dbo.sysobjects.seltrig. |
static TableField<Record,Short> |
SPACESTATE
The column
dbo.sysobjects.spacestate. |
static Sysobjects |
SYSOBJECTS
The singleton instance of
dbo.sysobjects |
static TableField<Record,Short> |
SYSSTAT
The column
dbo.sysobjects.sysstat. |
static TableField<Record,Integer> |
SYSSTAT2
The column
dbo.sysobjects.sysstat2. |
static TableField<Record,Short> |
SYSSTAT3
The column
dbo.sysobjects.sysstat3. |
static TableField<Record,String> |
TYPE
The column
dbo.sysobjects.type. |
static TableField<Record,Integer> |
UID
The column
dbo.sysobjects.uid. |
static TableField<Record,Integer> |
UPDTRIG
The column
dbo.sysobjects.updtrig. |
static TableField<Record,Short> |
USERSTAT
The column
dbo.sysobjects.userstat. |
static TableField<Record,byte[]> |
VERSIONTS
The column
dbo.sysobjects.versionts. |
public static final Sysobjects SYSOBJECTS
dbo.sysobjectspublic static final TableField<Record,String> NAME
dbo.sysobjects.name.public static final TableField<Record,Integer> ID
dbo.sysobjects.id.public static final TableField<Record,Integer> UID
dbo.sysobjects.uid.public static final TableField<Record,String> TYPE
dbo.sysobjects.type.public static final TableField<Record,Short> USERSTAT
dbo.sysobjects.userstat.public static final TableField<Record,Short> SYSSTAT
dbo.sysobjects.sysstat.public static final TableField<Record,Short> INDEXDEL
dbo.sysobjects.indexdel.public static final TableField<Record,Short> SCHEMACNT
dbo.sysobjects.schemacnt.public static final TableField<Record,Integer> SYSSTAT2
dbo.sysobjects.sysstat2.public static final TableField<Record,Timestamp> CRDATE
dbo.sysobjects.crdate.public static final TableField<Record,Timestamp> EXPDATE
dbo.sysobjects.expdate.public static final TableField<Record,Integer> DELTRIG
dbo.sysobjects.deltrig.public static final TableField<Record,Integer> INSTRIG
dbo.sysobjects.instrig.public static final TableField<Record,Integer> UPDTRIG
dbo.sysobjects.updtrig.public static final TableField<Record,Integer> SELTRIG
dbo.sysobjects.seltrig.public static final TableField<Record,Integer> CKFIRST
dbo.sysobjects.ckfirst.public static final TableField<Record,Short> CACHE
dbo.sysobjects.cache.public static final TableField<Record,Integer> AUDFLAGS
dbo.sysobjects.audflags.public static final TableField<Record,Short> OBJSPARE
dbo.sysobjects.objspare.public static final TableField<Record,byte[]> VERSIONTS
dbo.sysobjects.versionts.public static final TableField<Record,String> LOGINAME
dbo.sysobjects.loginame.public static final TableField<Record,BigInteger> IDENTBURNMAX
dbo.sysobjects.identburnmax.public static final TableField<Record,Short> SPACESTATE
dbo.sysobjects.spacestate.public static final TableField<Record,byte[]> ERLCHGTS
dbo.sysobjects.erlchgts.public static final TableField<Record,Short> SYSSTAT3
dbo.sysobjects.sysstat3.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.