[#5278] Bad type hierarchy
This commit is contained in:
parent
bf80577c4c
commit
d6decd77e3
@ -48,7 +48,7 @@ import static org.jooq.SQLDialect.POSTGRES;
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
public interface AlterSchemaStep extends AlterSchemaFinalStep {
|
||||
public interface AlterSchemaStep {
|
||||
|
||||
/**
|
||||
* Add a <code>RENAME TO</code> clause to the <code>ALTER SCHEMA</code>
|
||||
|
||||
@ -2302,6 +2302,58 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user