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