Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
<T1,T2,T3,T4,T5,T6,T7,T8> |
ConstraintTypeStep.foreignKey(Field<T1> field1,
Field<T2> field2,
Field<T3> field3,
Field<T4> field4,
Field<T5> field5,
Field<T6> field6,
Field<T7> field7,
Field<T8> field8)
Add a
FOREIGN KEY clause to the CONSTRAINT . |
ConstraintForeignKeyReferencesStep8<?,?,?,?,?,?,?,?> |
ConstraintTypeStep.foreignKey(String field1,
String field2,
String field3,
String field4,
String field5,
String field6,
String field7,
String field8)
Add a
FOREIGN KEY clause to the CONSTRAINT . |
Copyright © 2015. All Rights Reserved.