psdi.mbo

Interface DataProvider



  • public interface DataProvider
    • Method Detail

      • getDataProvider

        DataProvider getDataProvider(int row,
                                     java.lang.String relation)
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getRowData

        java.util.Vector getRowData(int row)
                             throws MXException,
                                    java.rmi.RemoteException,
                                    java.sql.SQLException
        Throws:
        MXException
        java.rmi.RemoteException
        java.sql.SQLException
      • close

        void close()
            throws MXException,
                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • reset

        void reset()
            throws MXException,
                   java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addJoinRelation

        void addJoinRelation(java.lang.String relation,
                             long flags)
                      throws MXException,
                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • clearJoins

        void clearJoins()
                 throws MXException,
                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • isRelatedJoin

        boolean isRelatedJoin(java.lang.String relation)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getDBFunctionStatement

        java.lang.String getDBFunctionStatement(java.lang.String dbFunction,
                                                java.lang.String dbColumn)
                                         throws MXException,
                                                java.rmi.RemoteException,
                                                java.sql.SQLException
        Throws:
        MXException
        java.rmi.RemoteException
        java.sql.SQLException