Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbDate

java.lang.Object
        java.util.Calendar
                java.util.GregorianCalendar
                        com.ibm.broker.plugin.MbDate

public class MbDate
extends GregorianCalendar

MbDate is a representation of the broker's ESQL date type. The time information inherited from GregorianCalendar is ignored by the broker.

Constructor Index
Constructor Description
MbDate(int, int, int) Constructs an MbDate.

Constructors

MbDate

public MbDate(int year,
              int month,
              int date) 

Constructs an MbDate.

Class Hierarchy All Classes All Fields and Methods