Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.types.SQLTimestamp

Uses of SQLTimestamp in org.apache.derby.iapi.types
 

Methods in org.apache.derby.iapi.types that return SQLTimestamp
(package private) static SQLTimestamp SQLTimestamp.promote(DateTimeDataValue dateTime, java.sql.Date currentDate)
          Promotes a DateTimeDataValue to a timestamp.
private  SQLTimestamp SQLTime.toTimestamp(java.sql.Date currentDate)
           
private  SQLTimestamp SQLDate.toTimestamp()
           
 

Methods in org.apache.derby.iapi.types with parameters of type SQLTimestamp
private  void SQLTimestamp.addInternal(int calIntervalType, int count, SQLTimestamp tsResult)