- 
 public interface GrantOnStepThe step in the creation of aGRANTstatement where theONclause can be added.- Author:
- Timur Shaidullin, Lukas Eder
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GrantToStepon(String table)Grant a privilege on a table.GrantToStepon(Name table)Grant a privilege on a table.GrantToStepon(Table<?> table)Grant a privilege on a table.
 
- 
- 
- 
Method Detail- 
on@Support({AURORA_MYSQL,AURORA_POSTGRES,DERBY,H2,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantToStep on(Table<?> table) Grant a privilege on a table.
 - 
on@Support({AURORA_MYSQL,AURORA_POSTGRES,DERBY,H2,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantToStep on(Name table) Grant a privilege on a table.
 - 
on@PlainSQL @Support({AURORA_MYSQL,AURORA_POSTGRES,DERBY,H2,HSQLDB,MARIADB,MEMSQL,MYSQL,ORACLE,POSTGRES,SQLSERVER}) GrantToStep on(String table) Grant a privilege on a table.NOTE: When inserting plain SQL into jOOQ objects, you must guarantee syntax integrity. You may also create the possibility of malicious SQL injection. Be sure to properly use bind variables and/or escape literals when concatenated into SQL clauses! 
 
- 
 
-