-
public interface GrantToStepThe step in the creation of aGRANTstatement where theTOclause can be added.- Author:
- Timur Shaidullin, Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrantWithGrantOptionStepto(Role role)Grant a privilege to a role.GrantWithGrantOptionStepto(User user)Grant a privilege to a user.GrantWithGrantOptionSteptoPublic()Grant a privilege toPUBLIC.
-
-
-
Method Detail
-
to
@Support({AURORA_MYSQL,AURORA_POSTGRES,COCKROACHDB,DERBY,H2,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantWithGrantOptionStep to(User user)
Grant a privilege to a user.
-
to
@Support({AURORA_MYSQL,AURORA_POSTGRES,COCKROACHDB,DERBY,H2,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantWithGrantOptionStep to(Role role)
Grant a privilege to a role.
-
toPublic
@Support({AURORA_MYSQL,AURORA_POSTGRES,COCKROACHDB,DERBY,H2,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantWithGrantOptionStep toPublic()
Grant a privilege toPUBLIC.
-
-