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

java.lang.Object
  |
  +--superwaba.ext.xplat.sql.db2e.db2ex.Db2eBoundTimestamp
Direct Known Subclasses:
Db2eBoundDate, Db2eBoundTime

public class Db2eBoundTimestamp
extends Object


Field Summary
protected  byte[] _C_TIMESTAMP_STRUCT
           
 int day
           
 int fraction
           
 int hour
           
 int minute
           
 int month
           
 int nullIndicator
           
 int second
           
 int year
           
 
Constructor Summary
Db2eBoundTimestamp()
           
Db2eBoundTimestamp(int year, int month, int day)
           
Db2eBoundTimestamp(int hour, int minute, int second, int fraction)
           
Db2eBoundTimestamp(int year, int month, int day, int hour, int minute, int second, int fraction)
           
 
Method Summary
 void translateFromDb2e()
           
 void translateToDb2e()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, toString, wait, wait
 

Field Detail

year

public int year

month

public int month

day

public int day

hour

public int hour

minute

public int minute

second

public int second

fraction

public int fraction

nullIndicator

public int nullIndicator

_C_TIMESTAMP_STRUCT

protected byte[] _C_TIMESTAMP_STRUCT
Constructor Detail

Db2eBoundTimestamp

public Db2eBoundTimestamp()

Db2eBoundTimestamp

public Db2eBoundTimestamp(int year,
                          int month,
                          int day)

Db2eBoundTimestamp

public Db2eBoundTimestamp(int hour,
                          int minute,
                          int second,
                          int fraction)

Db2eBoundTimestamp

public Db2eBoundTimestamp(int year,
                          int month,
                          int day,
                          int hour,
                          int minute,
                          int second,
                          int fraction)
Method Detail

translateToDb2e

public void translateToDb2e()

translateFromDb2e

public void translateFromDb2e()