butler.ext.time
Class DateIntervalDatatype

java.lang.Object
  extended by butler.sql.metadata.DefaultDatatype
      extended by butler.ext.interval.IntervalDatatype
          extended by butler.ext.time.DateIntervalDatatype
All Implemented Interfaces:
Datatype

public class DateIntervalDatatype
extends IntervalDatatype

Author:
Fredrik Bertilsson

Constructor Summary
DateIntervalDatatype(boolean time)
           
DateIntervalDatatype(DateDatatype dt)
           
 
Method Summary
 java.text.Format getFormat()
          Returns Format instance.
 
Methods inherited from class butler.ext.interval.IntervalDatatype
getBaseDatatype
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
db2obj, getDatatype, getDecimalDigits, getInstance, getJavaClass, getMaskFormatter, getOperators, getSize, getType, obj2db, obj2xml, parse, toXML, validate, xml2obj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateIntervalDatatype

public DateIntervalDatatype(boolean time)

DateIntervalDatatype

public DateIntervalDatatype(DateDatatype dt)
Method Detail

getFormat

public java.text.Format getFormat()
Description copied from interface: Datatype
Returns Format instance.

Specified by:
getFormat in interface Datatype
Overrides:
getFormat in class DefaultDatatype