[jOOQ/jOOQ#6920] Update API with Vertica Support annotations
This commit is contained in:
parent
de263dc9b8
commit
2b26053a64
@ -40,6 +40,7 @@ package org.jooq;
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.HSQLDB;
|
||||
import static org.jooq.SQLDialect.POSTGRES;
|
||||
// ...
|
||||
|
||||
/**
|
||||
* The step in the <code>ALTER SCHEMA</code> DSL used to specify
|
||||
|
||||
@ -55,6 +55,7 @@ import static org.jooq.SQLDialect.SQLITE;
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
// ...
|
||||
|
||||
/**
|
||||
* The step in the {@link Constraint} construction DSL API that allows for
|
||||
|
||||
Loading…
Reference in New Issue
Block a user