butler.ext.time
Class DurationDatatype

java.lang.Object
  extended by butler.sql.metadata.DefaultDatatype
      extended by butler.sql.metadata.StringDatatype
          extended by butler.sql.metadata.NumericDatatype
              extended by butler.ext.time.DurationDatatype
All Implemented Interfaces:
Datatype

public class DurationDatatype
extends NumericDatatype

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.sql.metadata.StringDatatype
StringDatatype.StringLikeDatatype
 
Field Summary
 
Fields inherited from class butler.sql.metadata.StringDatatype
_maxLength, _minLength, _partialRegex, _regex
 
Constructor Summary
DurationDatatype()
           
 
Method Summary
 
Methods inherited from class butler.sql.metadata.NumericDatatype
db2obj, getDecimalDigits, getFormat, getJavaClass, getMaxLength, getPartialRegex, getRegex, getSize, getType, validate, xml2obj
 
Methods inherited from class butler.sql.metadata.StringDatatype
format, getDatatype, getLikeDatatype, getMinLength, isTrim, isTruncate, obj2db, parseStringDatatype, setTrim, setTruncate, toXML
 
Methods inherited from class butler.sql.metadata.DefaultDatatype
getInstance, getMaskFormatter, getOperators, obj2xml, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationDatatype

public DurationDatatype()
                 throws java.lang.Exception
Throws:
java.lang.Exception