superwaba.ext.xplat.sql.db2e.db2ex
Class Db2eBoundDate

java.lang.Object
  |
  +--superwaba.ext.xplat.sql.db2e.db2ex.Db2eBoundTimestamp
        |
        +--superwaba.ext.xplat.sql.db2e.db2ex.Db2eBoundDate

public class Db2eBoundDate
extends Db2eBoundTimestamp


Fields inherited from class superwaba.ext.xplat.sql.db2e.db2ex.Db2eBoundTimestamp
_C_TIMESTAMP_STRUCT, day, fraction, hour, minute, month, nullIndicator, second, year
 
Constructor Summary
Db2eBoundDate()
           
Db2eBoundDate(int year, int month, int day)
           
 
Method Summary
 void translateFromDb2e()
           
 void translateToDb2e()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, toString, wait, wait
 

Constructor Detail

Db2eBoundDate

public Db2eBoundDate()

Db2eBoundDate

public Db2eBoundDate(int year,
                     int month,
                     int day)
Method Detail

translateToDb2e

public void translateToDb2e()
Overrides:
translateToDb2e in class Db2eBoundTimestamp

translateFromDb2e

public void translateFromDb2e()
Overrides:
translateFromDb2e in class Db2eBoundTimestamp