org.apache.empire.db
Class DBDatabase.DBSystemDate

java.lang.Object
  extended by org.apache.empire.db.DBDatabase.DBSystemDate
Enclosing class:
DBDatabase

public static final class DBDatabase.DBSystemDate
extends java.lang.Object

This class represents the database systems current date and time.

There is no need to use this class directly.
Instead you can use the constant DBDatabase.SYSDATE


Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object