[jOOQ/jOOQ#9528] Some ConstraintForeignKeyReferencesStep.references() methods are missing Support annotations
This commit is contained in:
parent
67516b5217
commit
3ead282a6c
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep1<T1> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep1<T1> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep1<T1> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep10<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep10<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep10<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep11<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep11<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep11<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep12<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep12<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep12<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep13<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep13<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep13<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep14<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep14<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep14<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep15<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep15<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep15<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep16<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep16<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep16<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep17<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep17<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep17<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep18<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep18<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep18<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep19<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep19<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep19<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep2<T1, T2> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep2<T1, T2> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep2<T1, T2> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep20<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep20<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep20<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep21<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep21<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep21<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep22<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep22<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep22<T1, T2, T3, T4, T5, T6, T7
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep3<T1, T2, T3> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep3<T1, T2, T3> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep3<T1, T2, T3> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep4<T1, T2, T3, T4> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep4<T1, T2, T3, T4> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep4<T1, T2, T3, T4> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep5<T1, T2, T3, T4, T5> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep5<T1, T2, T3, T4, T5> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep5<T1, T2, T3, T4, T5> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep6<T1, T2, T3, T4, T5, T6> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep6<T1, T2, T3, T4, T5, T6> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep6<T1, T2, T3, T4, T5, T6> {
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep7<T1, T2, T3, T4, T5, T6, T7>
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep7<T1, T2, T3, T4, T5, T6, T7>
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep7<T1, T2, T3, T4, T5, T6, T7>
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep8<T1, T2, T3, T4, T5, T6, T7,
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep8<T1, T2, T3, T4, T5, T6, T7,
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep8<T1, T2, T3, T4, T5, T6, T7,
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
@ -50,6 +50,7 @@ public interface ConstraintForeignKeyReferencesStep9<T1, T2, T3, T4, T5, T6, T7,
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(String table);
|
||||
|
||||
/**
|
||||
@ -63,6 +64,7 @@ public interface ConstraintForeignKeyReferencesStep9<T1, T2, T3, T4, T5, T6, T7,
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Name table);
|
||||
|
||||
/**
|
||||
@ -76,6 +78,7 @@ public interface ConstraintForeignKeyReferencesStep9<T1, T2, T3, T4, T5, T6, T7,
|
||||
* Add a <code>REFERENCES</code> clause to the <code>CONSTRAINT</code>,
|
||||
* implicitly referencing the primary key.
|
||||
*/
|
||||
@Support
|
||||
ConstraintForeignKeyOnStep references(Table<?> table);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user