[#6812] Let GrantFinalStep and RevokeFinalStep extend DDLQuery

This commit is contained in:
lukaseder 2017-12-07 15:15:32 +01:00
parent 8f7ff41c42
commit f0af780ec9
2 changed files with 2 additions and 2 deletions

View File

@ -43,5 +43,5 @@ package org.jooq;
* @author Timur Shaidullin
* @author Lukas Eder
*/
public interface GrantFinalStep extends Query {
public interface GrantFinalStep extends DDLQuery {
}

View File

@ -43,5 +43,5 @@ package org.jooq;
* @author Timur Shaidullin
* @author Lukas Eder
*/
public interface RevokeFinalStep extends Query {
public interface RevokeFinalStep extends DDLQuery {
}