Uses of Class
org.h2.command.ddl.GrantRevoke
-
Packages that use GrantRevoke Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements. -
-
Uses of GrantRevoke in org.h2.command
Methods in org.h2.command that return GrantRevoke Modifier and Type Method Description private GrantRevoke
Parser. parseGrantRevoke(int operationType)
Methods in org.h2.command with parameters of type GrantRevoke Modifier and Type Method Description private boolean
Parser. addRoleOrRight(GrantRevoke command)
-