Uses of Class
com.davisor.data.FormatType

Packages that use FormatType
com.davisor.data This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases.  
com.davisor.data.stream This package extends the data framework package with tools for working with data streams and buffers containing data framework data objects and arbitrary data objects.  
 

Uses of FormatType in com.davisor.data
 

Subclasses of FormatType in com.davisor.data
 class BigDecimalType
          BigDecimalType defines a data type that supports arbitrary precision decimal data.
 class BigIntegerType
          BigIntegerType defines a data type that supports arbitrary precision integer data.
 class CalendarFieldType
          CalendarFieldType defines a data type that formats and parses calendar field information.
 class CalendarType
          CalendarType defines a data type that formats and parses calendar strings.
 class ChoiceType
          ChoiceType extends the DoubleType class by a choice formatting option, as defined by the standard Java ChoiceFormat class.
 class CountType
          CountType defines a data type that interprets repetitions of a counter token string as non-negative values.
 class DateFormatType
          DateFormatType implements a base class for time related types.
 class DateInputType
          DateInputType defines a data type that parses date strings using given localization format, but always formats them as SQL dates.
 class DateOutputType
          DateOutputType defines a data type that formats date strings using given localization format, but always parses them as SQL dates or timestamps.
 class DateType
          DateType defines a data type that formats and parses date strings.
 class DoubleType
          DoubleType defines a data type that supports double precision data.
 class EnumType
          EnumType defines a base class for enumerated data types that provide one-way mapping from integer indexes to enumerated values.
 class FloatType
          FloatType defines a data type that supports float precision data.
 class IntegerRangeType
          IntegerRangeType extends the IntegerType class with the capability to constrain integer values within the given value range.
 class IntegerType
          IntegerType defines a data type that supports integer precision data.
 class LongType
          LongType defines a data type that supports long precision data.
 class MomentType
          Moment is like a timestamp but when it is added to or subtracted from any other time/date value, the result will be the given moment.
 class RelativeTimestampType
          RelativeTimestampType defines a data type that supports timestamp values expressed relative to the given zero timestamp value.
 class SimpleNumberType
          SimpleNumberType provides an abstract base class for all data types that manipulate simple numerical value.
 class TimeOutputType
          TimeOutputType defines a data type that formats time strings using given localization format, but always parses them as SQL times or timestamp.
 class TimestampInputType
          TimestampInputType defines a data type that parses timestamp strings using given localization format, but always formats them as SQL timestamps.
 class TimestampOutputType
          TimestampOutputType defines a data type that formats timestamp strings using given localization format, but always parses them as SQL timestamps.
 class TimestampType
          TimestampType is the base class for all data types that manipulate exact moments of time.
 class TimeType
          TimeType defines a data type that formats and parses time strings.
 class TuplePatternType
          TuplePatternType defines an advanced tuple member re-arrangement tool that can reorganize tuple data objects with unknown content to tuple data objects with well-known content.
 class TupleType
          TupleType defines a tuple of types where each element has it's own type.
 

Constructors in com.davisor.data with parameters of type FormatType
FormatType(FormatType ft)
          Deep copy constructor.
 

Uses of FormatType in com.davisor.data.stream
 

Subclasses of FormatType in com.davisor.data.stream
 class EnumDataBufferType
          EnumIndexType defines a data type that provides mapping from integer indexes to DataBuffer values.
 



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.