public interface Authorizer
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)Copyright © 2014. All rights reserved.