isql.array
Class DateArray

java.lang.Object
  extended by isql.array.Array
      extended by isql.array.InputArray
          extended by isql.array.DateArray
All Implemented Interfaces:
ITypedValue

public class DateArray
extends InputArray

Author:
SHZ Apr 11, 2008 Makes safe that it is possible to find out that the array is of type DATE

Constructor Summary
DateArray(java.sql.Timestamp[] arrDate)
           
 
Method Summary
 
Methods inherited from class isql.array.Array
getArray, getSize, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateArray

public DateArray(java.sql.Timestamp[] arrDate)