psdi.app.configure

Class MaxView

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


    public class MaxView
    extends Mbo
    implements MaxViewRemote
    Mbo object to represent MaxView.

    See Configure Package description.

    This is a system level object.

    The key attribute for this object is ViewName.

    The attributes in this object are as follows:

    Attribute NameDescription
    AutoSelectTrue if the Select and From clauses should be auto-generated by DB Config. False if DB Config should use ViewSelect and ViewFrom.
    ViewFromThe From clause for the view, used by DB Config when AutoSelect is False.
    ViewNameName of the view.
    ViewSelectThe Select clause for the view, used by DB Config when AutoSelect is False. This should be entered in the format "select table1.col1 as A, table2.col2 as B, ...".
    ViewWhereThe Where clause for the view.
    • Constructor Detail

      • MaxView

        public MaxView(MboSet ms)
                throws java.rmi.RemoteException
        Construct the MaxView object
        Throws:
        java.rmi.RemoteException