2003.09.15


jdc.java.sql
Class Timestamp

java.lang.Object
  |
  +--java.util.Date
        |
        +--java.sql.Timestamp
              |
              +--jdc.java.sql.Timestamp
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class Timestamp
extends java.sql.Timestamp

A wrapper class for java.sql.Timestamp.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
Timestamp(int year, int month, int date, int hour, int minute, int second, int nano)
          Constructor for Timestamp.
Timestamp(long time)
          Constructor for Timestamp.
 
Methods inherited from class java.sql.Timestamp
after, before, compareTo, compareTo, equals, equals, getNanos, getTime, setNanos, setTime, toString, valueOf
 
Methods inherited from class java.util.Date
after, before, clone, compareTo, 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

Timestamp

public Timestamp(int year,
                 int month,
                 int date,
                 int hour,
                 int minute,
                 int second,
                 int nano)
Constructor for Timestamp.

Parameters:
year -
month -
date -
hour -
minute -
second -
nano -

Timestamp

public Timestamp(long time)
Constructor for Timestamp.

Parameters:
time -

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.