Package | Description |
---|---|
com.pervasive.datarush.analytics.util |
Provides some (internal) utility classes for Analytics.
|
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 the
textfile package. |
Modifier and Type | Method and Description |
---|---|
TokenFormatter |
DynamicEnumerationType.getFormatter(TextConversionContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanFormatter
A formatter representing boolean token values as user-specified text values.
|
class |
CharFormatter
A formatter representing character token values as single-character strings.
|
class |
DateFormatter
A formatter representing date token values with a user-defined text format.
|
class |
DefaultDoubleFormatter
A formatter representing double token values with the default Java text format.
|
class |
DefaultFloatFormatter
A formatter representing float token values with the default Java text format.
|
class |
DefaultIntFormatter
A formatter representing int token values with the default Java text format.
|
class |
DefaultLongFormatter
A formatter representing long token values with the default Java text format.
|
class |
DefaultNumericFormatter
A formatter representing numeric token values with the default Java text format.
|
class |
DoubleFormatter
A formatter representing double token values with a user-defined text format.
|
class |
FloatFormatter
A formatter representing float token values with a user-defined text format.
|
class |
GenericObjectFormatter
A formatter representing object token values as text values.
|
class |
HexBinaryFormatter
A formatter representing binary token values as hexadecimal strings.
|
class |
IntFormatter
A formatter representing int token values with a user-defined text format.
|
class |
ISODateFormatter
A formatter representing date token values as ISO 8601 date strings.
|
class |
ISOTimeOfDayFormatter
A formatter representing time token values using only
the time portion, using ISO 8601 conventions.
|
class |
ISOTimestampFormatter
A formatter representing timestamp token values as ISO 8601 timestamp strings.
|
class |
LongFormatter
A formatter representing long token values with a user-defined text format.
|
class |
NumericFormatter
A formatter representing numeric token values with a user-defined text format.
|
class |
StringFormatter
Converts a string token value to a string.
|
class |
TimeFormatter
A formatter representing time token values with a user-defined text format.
|
class |
TimestampFormatter
A formatter representing timestamp token values with a user-defined text format.
|
Modifier and Type | Method and Description |
---|---|
TokenFormatter |
RecordTextSchema.createFieldFormatter(String fieldName)
Creates a new formatter for values of the specified field.
|
TokenFormatter |
TextDataType.getFormatter(TextConversionContext ctx)
Creates a new formatter for converting token values into text
|
TokenFormatter |
PaddedTextType.getFormatter(TextConversionContext ctx) |
Copyright © 2016 Actian Corporation. All rights reserved.