public interface Authorizer
| Modifier and Type | Method and Description |
|---|---|
int |
authorize(int what,
String arg1,
String arg2,
String arg3,
String arg4)
Callback to authorize access.
|
int authorize(int what,
String arg1,
String arg2,
String arg3,
String arg4)
what - integer indicating type of accessarg1 - first argument (table, view, index, or trigger name)arg2 - second argument (file, table, or column name)arg3 - third argument (database name)arg4 - third argument (trigger name)Contact: Christian Werner