Uses of Class
com.pervasive.datarush.encoding.text.IntervalFormatting
Packages that use IntervalFormatting
Package
Description
Implementations of encoders of tokens
into text formats.
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of IntervalFormatting in com.pervasive.datarush.encoding.text
Constructors in com.pervasive.datarush.encoding.text with parameters of type IntervalFormattingModifierConstructorDescriptionDurationFormatter(IntervalFormatting format, String nullIndicator) Creates a formatter using the specified format.DurationParser(IntervalFormatting format, String nullIndicator) Creates a parser using the specified format.PeriodFormatter(IntervalFormatting format, String nullIndicator) Creates a formatter using the specified format.PeriodParser(IntervalFormatting format, String nullIndicator) Creates a parser using the specified format. -
Uses of IntervalFormatting in com.pervasive.datarush.schema
Methods in com.pervasive.datarush.schema with parameters of type IntervalFormattingModifier and TypeMethodDescriptionstatic TextDataTypeTextTypes.FORMATTED_DURATION(IntervalFormatting format) Defines an external duration valued type using an arbitrary format.static TextDataTypeTextTypes.FORMATTED_DURATION(IntervalFormatting format, String nullIndicator) Defines an external duration valued type using an arbitrary format.static TextDataTypeTextTypes.FORMATTED_PERIOD(IntervalFormatting format) Defines an external period valued type using an arbitrary format.static TextDataTypeTextTypes.FORMATTED_PERIOD(IntervalFormatting format, String nullIndicator) Defines an external period valued type using an arbitrary format.