Package org.jooq
Interface RevokeFinalStep
-
- All Superinterfaces:
Attachable
,java.lang.AutoCloseable
,DDLQuery
,java.util.concurrent.Flow.Publisher<java.lang.Integer>
,org.reactivestreams.Publisher<java.lang.Integer>
,Query
,QueryPart
,RowCountQuery
,java.io.Serializable
,Statement
public interface RevokeFinalStep extends DDLQuery
The final step in the creation of aREVOKE
statement.- Author:
- Timur Shaidullin, Lukas Eder
-
-
Method Summary
-
Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
-
Methods inherited from interface org.jooq.Query
bind, bind, cancel, close, execute, executeAsync, executeAsync, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, poolable, queryTimeout
-
-