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