@Generated(value="This class was generated using jOOQ-tools") public interface ConstraintForeignKeyReferencesStep1<T1>
Constraint
construction DSL API that allows for
matching a FOREIGN KEY
clause with a REFERENCES
clause.Modifier and Type | Method and Description |
---|---|
ConstraintForeignKeyOnStep |
references(String table,
String field1)
Add a
REFERENCES clause to the CONSTRAINT . |
ConstraintForeignKeyOnStep |
references(Table<?> table,
Field<T1> field1)
Add a
REFERENCES clause to the CONSTRAINT . |
@Support ConstraintForeignKeyOnStep references(String table, String field1)
REFERENCES
clause to the CONSTRAINT
.@Support ConstraintForeignKeyOnStep references(Table<?> table, Field<T1> field1)
REFERENCES
clause to the CONSTRAINT
.Copyright © 2016. All Rights Reserved.