psdi.app.signature.virtual

Class DatabaseAccess

  • All Implemented Interfaces:
    java.rmi.Remote, MboConstants, MboRemote, NonPersistentMboRemote, MaxRemoteProxy


    public class DatabaseAccess
    extends NonPersistentMbo
    implements NonPersistentMboRemote
    This virtual set is used to for the menu option "Database Access" in the User app.

    This is a system level object.

    The attributes in this object are as follows.

    Attribute NameDescription
    DeleteIndicates whether this user has native Delete authority for this table or view.
    EntityNameThe native table or view name. Same as MaxObject.
    InsertIndicates whether this user has native Insert authority for this table or view.
    IsViewIndicates whether this is a view; True = view, False = table. Same as MaxObject.
    ObjectNameThe Maximo object name. Same as MaxObject.
    ReadIndicates whether this user has native Read authority for this table or view.
    UpdateIndicates whether this user has native Update authority for this table or view.