[jOOQ/jOOQ#10626] Add support for CockroachDB CREATE SCHEMA et. al
This commit is contained in:
parent
72fdacae23
commit
802ef1f74b
@ -64,7 +64,7 @@ implements
|
||||
|
||||
private final Schema schema;
|
||||
private final boolean createSchemaIfNotExists;
|
||||
|
||||
|
||||
|
||||
CreateSchemaImpl(
|
||||
Configuration configuration,
|
||||
|
||||
@ -66,7 +66,7 @@ implements
|
||||
private final Schema schema;
|
||||
private final boolean dropSchemaIfExists;
|
||||
private Boolean cascade;
|
||||
|
||||
|
||||
DropSchemaImpl(
|
||||
Configuration configuration,
|
||||
Schema schema,
|
||||
@ -100,7 +100,7 @@ implements
|
||||
// -------------------------------------------------------------------------
|
||||
// XXX: DSL API
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
|
||||
@Override
|
||||
public final DropSchemaImpl cascade() {
|
||||
this.cascade = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user