-
- All Superinterfaces:
Attachable,AutoCloseable,DDLQuery,Flow.Publisher<Integer>,GrantFinalStep,org.reactivestreams.Publisher<Integer>,Query,QueryPart,RowCountQuery,Serializable,Statement
public interface GrantWithGrantOptionStep extends GrantFinalStep
The step of creationGRANTstatement that assign user or role a grant option.- Author:
- Timur Shaidullin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrantFinalStepwithGrantOption()Add theWITH GRANT OPTIONclause.-
Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
-
Methods inherited from interface java.util.concurrent.Flow.Publisher
subscribe
-
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 OPTIONclause.
-
-