Uses of Class
com.pervasive.datarush.schema.TextConversionContext
Packages that use TextConversionContext
Package
Description
Provides some (internal) utility classes for Analytics.
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of TextConversionContext in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util with parameters of type TextConversionContextModifier and TypeMethodDescriptionDynamicEnumerationType.createParser(TextConversionContext ctx) DynamicEnumerationType.getFormatter(TextConversionContext ctx) -
Uses of TextConversionContext in com.pervasive.datarush.schema
Methods in com.pervasive.datarush.schema with parameters of type TextConversionContextModifier and TypeMethodDescriptionPaddedTextType.createParser(TextConversionContext ctx) TextDataType.createParser(TextConversionContext ctx) Creates a new parser for converting text into token valuesPaddedTextType.getFormatter(TextConversionContext ctx) TextDataType.getFormatter(TextConversionContext ctx) Creates a new formatter for converting token values into text