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 © 2015. All Rights Reserved.