Class NotificationModel

    • Constructor Detail

      • NotificationModel

        public NotificationModel()
        Deprecated.
    • Method Detail

      • rs2NotifyBean

        protected static Notification[] rs2NotifyBean​(Connection conn,
                                                      ResultSet rs)
                                               throws SQLException
        Deprecated.
        Returns the data from the result set as an array of Notification objects. The ResultSet must be positioned before the first result before calling this method (this is the case right after calling java.sql.Connection#createStatement and friends or after calling java.sql.ResultSet#beforeFirst).
        Parameters:
        conn - a Connection object.
        rs - a ResultSet object.
        Returns:
        an array of Notification objects.
        Throws:
        SQLException - if any.