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 the
textfile package. |
Constructor and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 Actian Corporation. All rights reserved.