com.novell.nds.dirxml.driver.jdbc.db
Class TimestampUtil

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.jdbc.db.TimestampUtil

public abstract class TimestampUtil
extends Object


Constructor Summary
TimestampUtil()
           
 
Method Summary
static boolean after(Timestamp first, Timestamp second)
           
static boolean before(Timestamp first, Timestamp second)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampUtil

public TimestampUtil()
Method Detail

after

public static boolean after(Timestamp first,
                            Timestamp second)

before

public static boolean before(Timestamp first,
                             Timestamp second)