Home | Previous Page | Next Page   Working With Informix Types > INTERVAL Data Type >

The IntervalDF Class

The com.informix.lang.IntervalDF class allows you to manipulate intervals.

Using IntervalDF Constructors

The default constructor is defined as follows:

public IntervalDF() throws SQLException

Use this second version of the default constructor to display localized error messages if an exception is thrown:

public IntervalDF(Connection conn) throws SQLException

Use the following constructors to create intervals from specific input values:

Using IntervalDF Methods

The following methods allow you to manipulate intervals. (You can also use the Interval methods, described previously.) The tasks you can perform, and the methods you can use, are as follows:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]