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 creation GRANT statement that assign user or role a grant option.
    Author:
    Timur Shaidullin