superwaba.ext.xplat.sql.db2e
Class BoundTimestamp
java.lang.Object
|
+--superwaba.ext.xplat.sql.db2e.BoundTimestamp
- Direct Known Subclasses:
- BoundDate, BoundTime
- public class BoundTimestamp
- extends Object
|
Constructor Summary |
BoundTimestamp()
|
BoundTimestamp(int year,
int month,
int day)
|
BoundTimestamp(int hour,
int minute,
int second,
int fraction)
|
BoundTimestamp(int year,
int month,
int day,
int hour,
int minute,
int second,
int fraction)
|
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
BoundTimestamp
public BoundTimestamp()
BoundTimestamp
public BoundTimestamp(int year,
int month,
int day)
BoundTimestamp
public BoundTimestamp(int hour,
int minute,
int second,
int fraction)
BoundTimestamp
public BoundTimestamp(int year,
int month,
int day,
int hour,
int minute,
int second,
int fraction)
translateToDb2e
public void translateToDb2e()
translateFromDb2e
public void translateFromDb2e()