[jOOQ/jOOQ#11616] Missing DB2 and Derby @Support on DROP SCHEMA .. RESTRICT
This commit is contained in:
parent
94aa89b9ed
commit
e4c09cbea1
@ -77,7 +77,7 @@ public interface DropSchemaStep extends DropSchemaFinalStep {
|
||||
/**
|
||||
* Add the <code>RESTRICT</code> clause to the <code>DROP SCHEMA</code> statement.
|
||||
*/
|
||||
@Support({ H2, HSQLDB, POSTGRES })
|
||||
@Support({ DERBY, H2, HSQLDB, POSTGRES })
|
||||
@NotNull
|
||||
DropSchemaFinalStep restrict();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user