butler.ext.interval
Class IntervalDatatype

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

public class IntervalDatatype
extends DefaultDatatype

Author:
Fredrik Bertilsson

Constructor Summary
IntervalDatatype(Datatype dt)
           
 
Method Summary
 Datatype getBaseDatatype()
           
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
db2obj, getDatatype, getDecimalDigits, getFormat, 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

IntervalDatatype

public IntervalDatatype(Datatype dt)
Method Detail

getBaseDatatype

public Datatype getBaseDatatype()