defines the list of objects for which a user may have access rights or not. More...
| Variables | |
| const long | TABLE = 0 | 
| indicates a table. | |
| const long | VIEW = 1 | 
| indicates a view. | |
| const long | COLUMN = 2 | 
| indicates a column of a table. | |
defines the list of objects for which a user may have access rights or not.
This list may grow in the future.
| const long COLUMN = 2 | 
indicates a column of a table.
| const long TABLE = 0 | 
indicates a table.
| const long VIEW = 1 | 
indicates a view.