Documentation of 'org.apache.derby.impl.sql.execute.TablePrivilegeInfo' Java class
TablePrivilegeInfo
org.apache.derby.impl.sql.execute

Class TablePrivilegeInfo

    • Constructor Detail

      • TablePrivilegeInfo

        public TablePrivilegeInfo(TableDescriptor td,
                                  boolean[] actionAllowed,
                                  FormatableBitSet[] columnBitSets,
                                  java.util.List descriptorList)
        Parameters:
        actionAllowed - actionAllowed[action] is true if action is in the privilege set.
    • Method Detail

      • executeGrantRevoke

        public void executeGrantRevoke(Activation activation,
                                       boolean grant,
                                       java.util.List grantees)
                                throws StandardException
        This is the guts of the Execution-time logic for GRANT/REVOKE of a table privilege
        Specified by:
        executeGrantRevoke in class PrivilegeInfo
        Parameters:
        activation -
        grant - true if grant, false if revoke
        grantees - a list of authorization ids (strings)
        Throws:
        StandardException - Thrown on failure

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.