[jOOQ/jOOQ#15732] Support CHECK constraints
This commit is contained in:
parent
17ea37d1af
commit
360f69a889
@ -7130,7 +7130,7 @@ public class DSL {
|
||||
* Create an unnamed (system named) <code>CHECK</code> constraint.
|
||||
*/
|
||||
@NotNull
|
||||
@Support({ CLICKHOUSE, CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
@Support({ CLICKHOUSE, CUBRID, DERBY, DUCKDB, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
public static ConstraintEnforcementStep check(Condition condition) {
|
||||
return constraint().check(condition);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user