| java.lang.Object workbench.db.TableGrant
TableGrant | public class TableGrant (Code) | | author: support@sql-workbench.net |
TableGrant | public TableGrant(String to, String what, boolean grantToOthers)(Code) | | Create a new TableGrant.
Parameters: to - which user received the grant. May not be null. Parameters: what - the privilege that was granted to the user to. May not be null. Parameters: grantToOthers - whether the user may grant the privilege to other users |
hashCode | public int hashCode()(Code) | | |
isGrantable | public boolean isGrantable()(Code) | | |
|
|