Package org.jooq
Interface GrantWithGrantOptionStep
-
- All Superinterfaces:
Attachable
,java.lang.AutoCloseable
,DDLQuery
,java.util.concurrent.Flow.Publisher<java.lang.Integer>
,GrantFinalStep
,org.reactivestreams.Publisher<java.lang.Integer>
,Query
,QueryPart
,RowCountQuery
,java.io.Serializable
,Statement
public interface GrantWithGrantOptionStep extends GrantFinalStep
The step of creationGRANT
statement that assign user or role a grant option.- Author:
- Timur Shaidullin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrantFinalStep
withGrantOption()
Add theWITH GRANT OPTION
clause.-
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
-
-
-
-
Method Detail
-
withGrantOption
@Support({AURORA_MYSQL,AURORA_POSTGRES,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantFinalStep withGrantOption()
Add theWITH GRANT OPTION
clause.
-
-