@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class CrossReferences extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
static CrossReferences |
CROSS_REFERENCES
The singleton instance of
INFORMATION_SCHEMA.CROSS_REFERENCES |
static TableField<Record,Short> |
DEFERRABILITY
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.DEFERRABILITY. |
static TableField<Record,Short> |
DELETE_RULE
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.DELETE_RULE. |
static TableField<Record,String> |
FK_NAME
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FK_NAME. |
static TableField<Record,String> |
FKCOLUMN_NAME
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKCOLUMN_NAME. |
static TableField<Record,String> |
FKTABLE_CATALOG
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_CATALOG. |
static TableField<Record,String> |
FKTABLE_NAME
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_NAME. |
static TableField<Record,String> |
FKTABLE_SCHEMA
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_SCHEMA. |
static TableField<Record,Short> |
ORDINAL_POSITION
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.ORDINAL_POSITION. |
static TableField<Record,String> |
PK_NAME
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PK_NAME. |
static TableField<Record,String> |
PKCOLUMN_NAME
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKCOLUMN_NAME. |
static TableField<Record,String> |
PKTABLE_CATALOG
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_CATALOG. |
static TableField<Record,String> |
PKTABLE_NAME
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_NAME. |
static TableField<Record,String> |
PKTABLE_SCHEMA
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_SCHEMA. |
static TableField<Record,Short> |
UPDATE_RULE
The column
INFORMATION_SCHEMA.CROSS_REFERENCES.UPDATE_RULE. |
public static final CrossReferences CROSS_REFERENCES
INFORMATION_SCHEMA.CROSS_REFERENCESpublic static final TableField<Record,String> PKTABLE_CATALOG
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_CATALOG.public static final TableField<Record,String> PKTABLE_SCHEMA
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_SCHEMA.public static final TableField<Record,String> PKTABLE_NAME
INFORMATION_SCHEMA.CROSS_REFERENCES.PKTABLE_NAME.public static final TableField<Record,String> PKCOLUMN_NAME
INFORMATION_SCHEMA.CROSS_REFERENCES.PKCOLUMN_NAME.public static final TableField<Record,String> FKTABLE_CATALOG
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_CATALOG.public static final TableField<Record,String> FKTABLE_SCHEMA
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_SCHEMA.public static final TableField<Record,String> FKTABLE_NAME
INFORMATION_SCHEMA.CROSS_REFERENCES.FKTABLE_NAME.public static final TableField<Record,String> FKCOLUMN_NAME
INFORMATION_SCHEMA.CROSS_REFERENCES.FKCOLUMN_NAME.public static final TableField<Record,Short> ORDINAL_POSITION
INFORMATION_SCHEMA.CROSS_REFERENCES.ORDINAL_POSITION.public static final TableField<Record,Short> UPDATE_RULE
INFORMATION_SCHEMA.CROSS_REFERENCES.UPDATE_RULE.public static final TableField<Record,Short> DELETE_RULE
INFORMATION_SCHEMA.CROSS_REFERENCES.DELETE_RULE.public static final TableField<Record,String> FK_NAME
INFORMATION_SCHEMA.CROSS_REFERENCES.FK_NAME.public static final TableField<Record,String> PK_NAME
INFORMATION_SCHEMA.CROSS_REFERENCES.PK_NAME.public static final TableField<Record,Short> DEFERRABILITY
INFORMATION_SCHEMA.CROSS_REFERENCES.DEFERRABILITY.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.