Uses of Class
com.pervasive.datarush.encoding.text.DateTimeFormatting
Packages that use DateTimeFormatting
Package
Description
Implementations of encoders of tokens
into text formats.
Provides classes and interfaces related to defining functions on records.
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of DateTimeFormatting in com.pervasive.datarush.encoding.text
Constructors in com.pervasive.datarush.encoding.text with parameters of type DateTimeFormattingModifierConstructorDescriptionDateFormatter(DateTimeFormatting format, String nullIndicator) Creates a formatter using the specified format.DateParser(DateTimeFormatting format, String nullIndicator) Creates a parser using the specified format.TimeFormatter(DateTimeFormatting format, String nullIndicator) Creates a formatter using the specified format.TimeParser(DateTimeFormatting format, String nullIndicator) Creates a parser using the specified format.TimestampFormatter(DateTimeFormatting format, String nullIndicator) Creates a formatter using the specified format.TimestampParser(DateTimeFormatting format, String nullIndicator) Creates a parser using the specified format. -
Uses of DateTimeFormatting in com.pervasive.datarush.functions
Methods in com.pervasive.datarush.functions with parameters of type DateTimeFormattingModifier and TypeMethodDescriptionstatic ScalarValuedFunctionConversions.toDate(ScalarValuedFunction expr, DateTimeFormatting format) Convert a string typed expression into a date type using the given format.static ScalarValuedFunctionConversions.toDate(String field, DateTimeFormatting format) Convert a string typed field into a date type using the given format.static ScalarValuedFunctionConversions.toTime(ScalarValuedFunction expr, DateTimeFormatting format) Convert a string typed expression into a time type using the given format.static ScalarValuedFunctionConversions.toTime(String field, DateTimeFormatting format) Convert a string typed field into a time type using the given format.static ScalarValuedFunctionConversions.toTimestamp(ScalarValuedFunction expr, DateTimeFormatting format) Convert a string typed expression into a timestamp type using the given format.static ScalarValuedFunctionConversions.toTimestamp(String field, DateTimeFormatting format) Convert a string typed field into a timestamp type using the given format. -
Uses of DateTimeFormatting in com.pervasive.datarush.schema
Methods in com.pervasive.datarush.schema with parameters of type DateTimeFormattingModifier and TypeMethodDescriptionstatic TextDataTypeTextTypes.FORMATTED_DATE(DateTimeFormatting format) Defines an external date valued type using an arbitraryDateFormat.static TextDataTypeTextTypes.FORMATTED_DATE(DateTimeFormatting format, String nullIndicator) Defines an external date valued type using an arbitraryDateFormat.static TextDataTypeTextTypes.FORMATTED_TIMEOFDAY(DateTimeFormatting format) Defines an external time valued type using an arbitrary format.static TextDataTypeTextTypes.FORMATTED_TIMEOFDAY(DateTimeFormatting format, String nullIndicator) Defines an external time valued type using an arbitrary format.static TextDataTypeTextTypes.FORMATTED_TIMESTAMP(DateTimeFormatting format) Defines an external timestamp valued type using an arbitrary format.static TextDataTypeTextTypes.FORMATTED_TIMESTAMP(DateTimeFormatting format, String nullIndicator) Defines an external timestamp valued type using an arbitrary format.