See: Description
Class | Description |
---|---|
BooleanFormatter |
A formatter representing boolean token values as user-specified text values.
|
BooleanParser |
A parser producing boolean token values from a user-specified
mapping of text values.
|
CharFormatter |
A formatter representing character token values as single-character strings.
|
CharParser |
A parser producing character token values from single-character strings.
|
DateFormatter |
A formatter representing date token values with a user-defined text format.
|
DateParser |
A parser producing date token values from a user-defined text format.
|
DateTimeFormatting |
Describes the formatting of a string representing a date/time value.
|
DefaultDoubleFormatter |
A formatter representing double token values with the default Java text format.
|
DefaultDoubleParser |
A parser producing double token values from the default Java text format.
|
DefaultFloatFormatter |
A formatter representing float token values with the default Java text format.
|
DefaultFloatParser |
A parser producing float token values from the default Java text format.
|
DefaultIntFormatter |
A formatter representing int token values with the default Java text format.
|
DefaultIntParser |
A parser producing int token values from the default Java text format.
|
DefaultLongFormatter |
A formatter representing long token values with the default Java text format.
|
DefaultLongParser |
A parser producing long token values from the default Java text format.
|
DefaultNumericFormatter |
A formatter representing numeric token values with the default Java text format.
|
DefaultNumericParser |
A parser producing numeric token values from the default Java text format.
|
DoubleFormatter |
A formatter representing double token values with a user-defined text format.
|
DoubleParser |
A parser producing double token values from a user-defined text format.
|
ExactTruthMapping |
A one-to-one mapping of strings to boolean values which
does case-sensitive comparisons.
|
FloatFormatter |
A formatter representing float token values with a user-defined text format.
|
FloatParser |
A parser producing float token values from a user-defined text format.
|
GenericObjectFormatter |
A formatter representing object token values as text values.
|
HexBinaryFormatter |
A formatter representing binary token values as hexadecimal strings.
|
HexBinaryParser |
A parser producing binary token values from hexadecimal strings.
|
InsensitiveTruthMapping |
A one-to-one mapping of strings to boolean values which
does case-insensitive comparisons.
|
IntFormatter |
A formatter representing int token values with a user-defined text format.
|
IntParser |
A parser producing int token values from a user-defined text format.
|
ISODateFormatter |
A formatter representing date token values as ISO 8601 date strings.
|
ISODateParser |
A parser producing date token values from ISO 8601 date and timestamp strings.
|
ISOTimeOfDayFormatter |
A formatter representing time token values using only
the time portion, using ISO 8601 conventions.
|
ISOTimeOfDayParser |
A parser producing time token values from time-of-day
expressed in ISO 8601 format.
|
ISOTimestampFormatter |
A formatter representing timestamp token values as ISO 8601 timestamp strings.
|
ISOTimestampParser |
A parser producing timestamp token values from ISO 8601 timestamp strings.
|
LongFormatter |
A formatter representing long token values with a user-defined text format.
|
LongParser |
A parser producing long token values from a user-defined text format.
|
NumericFormatter |
A formatter representing numeric token values with a user-defined text format.
|
NumericParser |
A parser producing numeric token values from a user-defined text format.
|
StringFormatter |
Converts a string token value to a string.
|
StringParser |
Converts a string to a string token value.
|
TimeFormatter |
A formatter representing time token values with a user-defined text format.
|
TimeParser |
A parser producing time token values from a user-defined text format.
|
TimestampFormatter |
A formatter representing timestamp token values with a user-defined text format.
|
TimestampParser |
A parser producing timestamp token values from a user-defined text format.
|
TruthValues |
A mapping between boolean values and strings.
|
TokenParser
and TokenFormatter
.Copyright © 2016 Actian Corporation. All rights reserved.