Class StatementTablePermission

java.lang.Object
org.apache.derby.iapi.sql.dictionary.StatementPermission
org.apache.derby.iapi.sql.dictionary.StatementTablePermission
Direct Known Subclasses:
StatementColumnPermission

public class StatementTablePermission extends StatementPermission
This class describes a table permission required by a statement.
  • Field Details

    • tableUUID

      UUID tableUUID
    • privType

      int privType
  • Constructor Details

    • StatementTablePermission

      public StatementTablePermission(UUID tableUUID, int privType)
      Constructor for StatementTablePermission. Creates an instance of table permission requested for the given access.
      Parameters:
      tableUUID - UUID of the table
      privType - Access privilege requested
  • Method Details