Uses of Class
com.pervasive.datarush.encoding.text.IntervalFormatting
-
Packages that use IntervalFormatting Package Description com.pervasive.datarush.encoding.text Implementations of encoders of tokens into text formats.com.pervasive.datarush.schema Provides an object model for capturing schema information used primarily by thetextfile
package. -
-
Uses of IntervalFormatting in com.pervasive.datarush.encoding.text
Constructors in com.pervasive.datarush.encoding.text with parameters of type IntervalFormatting Constructor Description DurationFormatter(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 IntervalFormatting Modifier and Type Method Description static TextDataType
TextTypes. FORMATTED_DURATION(IntervalFormatting format)
Defines an external duration valued type using an arbitrary format.static TextDataType
TextTypes. FORMATTED_DURATION(IntervalFormatting format, String nullIndicator)
Defines an external duration valued type using an arbitrary format.static TextDataType
TextTypes. FORMATTED_PERIOD(IntervalFormatting format)
Defines an external period valued type using an arbitrary format.static TextDataType
TextTypes. FORMATTED_PERIOD(IntervalFormatting format, String nullIndicator)
Defines an external period valued type using an arbitrary format.
-