[#6812] Let GrantFinalStep and RevokeFinalStep extend DDLQuery
This commit is contained in:
parent
8f7ff41c42
commit
f0af780ec9
@ -43,5 +43,5 @@ package org.jooq;
|
||||
* @author Timur Shaidullin
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
public interface GrantFinalStep extends Query {
|
||||
public interface GrantFinalStep extends DDLQuery {
|
||||
}
|
||||
|
||||
@ -43,5 +43,5 @@ package org.jooq;
|
||||
* @author Timur Shaidullin
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
public interface RevokeFinalStep extends Query {
|
||||
public interface RevokeFinalStep extends DDLQuery {
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user