[#5278] Bad type hierarchy
This commit is contained in:
parent
d6decd77e3
commit
3660202e48
@ -45,6 +45,7 @@ import static org.jooq.Clause.ALTER_SCHEMA_RENAME;
|
||||
import static org.jooq.Clause.ALTER_SCHEMA_SCHEMA;
|
||||
import static org.jooq.impl.DSL.name;
|
||||
|
||||
import org.jooq.AlterSchemaFinalStep;
|
||||
import org.jooq.AlterSchemaStep;
|
||||
import org.jooq.Clause;
|
||||
import org.jooq.Configuration;
|
||||
@ -58,7 +59,8 @@ import org.jooq.Schema;
|
||||
final class AlterSchemaImpl extends AbstractQuery implements
|
||||
|
||||
// Cascading interface implementations for ALTER SCHEMA behaviour
|
||||
AlterSchemaStep {
|
||||
AlterSchemaStep,
|
||||
AlterSchemaFinalStep {
|
||||
|
||||
/**
|
||||
* Generated UID
|
||||
|
||||
@ -2371,6 +2371,7 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user