| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API. |
| Modifier and Type | Method and Description |
|---|---|
<T1,T2,T3> ConstraintForeignKeyReferencesStep3<T1,T2,T3> |
ConstraintTypeStep.foreignKey(Field<T1> field1,
Field<T2> field2,
Field<T3> field3)
Add a
FOREIGN KEY clause to the CONSTRAINT. |
ConstraintForeignKeyReferencesStep3<?,?,?> |
ConstraintTypeStep.foreignKey(String field1,
String field2,
String field3)
Add a
FOREIGN KEY clause to the CONSTRAINT. |
Copyright © 2016. All Rights Reserved.