Example usage for java.sql Timestamp subclass-usage

List of usage examples for java.sql Timestamp subclass-usage

Introduction

In this page you can find the example usage for java.sql Timestamp subclass-usage.

Usage

From source file DateUtils.java

/**
 * Timestamp which adds copy constructor which correctly copies nanosecond 
 * portion of the original timestamp. 
 * 
 * @version $Id: TimestampCopy.java,v 1.5 2007/01/07 06:14:01 bastafidli Exp $
 * @author Miro Halas