|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Date
java.sql.Timestamp
org.opensubsystems.core.util.TimestampCopy
public class TimestampCopy
Timestamp which adds copy constructor which correctly copies nanosecond portion of the original timestamp.
| Constructor Summary | |
|---|---|
TimestampCopy(long lTime,
int iNanos)
Constructor which will create exact copy of the timestamp including the nanosecond portion. |
|
TimestampCopy(java.sql.Timestamp original)
Copy constructor which will create exact copy of the timestamp including the nanosecond portion. |
|
| Method Summary |
|---|
| Methods inherited from class java.sql.Timestamp |
|---|
after, before, compareTo, compareTo, compareTo, equals, equals, getNanos, getTime, setNanos, setTime, toString, valueOf |
| Methods inherited from class java.util.Date |
|---|
after, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimestampCopy(java.sql.Timestamp original)
original - - original timestamp to copy
public TimestampCopy(long lTime,
int iNanos)
lTime - - time portion of the timestampiNanos - - nanosecond portion of the timestamp
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||