Package | Description |
---|---|
com.pervasive.datarush.encoding.text |
Implementations of encoders of tokens
into text formats.
|
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
com.pervasive.datarush.schema |
Provides an object model for capturing schema information used primarily by the
textfile package. |
Constructor and Description |
---|
DateFormatter(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.
|
Modifier and Type | Method and Description |
---|---|
static ScalarValuedFunction |
Conversions.toDate(ScalarValuedFunction expr,
DateTimeFormatting format)
Convert a string typed expression into a date type using the given format.
|
static ScalarValuedFunction |
Conversions.toDate(String field,
DateTimeFormatting format)
Convert a string typed field into a date type using the given format.
|
static ScalarValuedFunction |
Conversions.toTime(ScalarValuedFunction expr,
DateTimeFormatting format)
Convert a string typed expression into a time type using the given format.
|
static ScalarValuedFunction |
Conversions.toTime(String field,
DateTimeFormatting format)
Convert a string typed field into a time type using the given format.
|
static ScalarValuedFunction |
Conversions.toTimestamp(ScalarValuedFunction expr,
DateTimeFormatting format)
Convert a string typed expression into a timestamp type using the given format.
|
static ScalarValuedFunction |
Conversions.toTimestamp(String field,
DateTimeFormatting format)
Convert a string typed field into a timestamp type using the given format.
|
Modifier and Type | Method and Description |
---|---|
static TextDataType |
TextTypes.FORMATTED_DATE(DateTimeFormatting format)
Defines an external date valued type using an arbitrary
DateFormat . |
static TextDataType |
TextTypes.FORMATTED_DATE(DateTimeFormatting format,
String nullIndicator)
Defines an external date valued type using an arbitrary
DateFormat . |
static TextDataType |
TextTypes.FORMATTED_TIMEOFDAY(DateTimeFormatting format)
Defines an external time valued type using an arbitrary format.
|
static TextDataType |
TextTypes.FORMATTED_TIMEOFDAY(DateTimeFormatting format,
String nullIndicator)
Defines an external time valued type using an arbitrary format.
|
static TextDataType |
TextTypes.FORMATTED_TIMESTAMP(DateTimeFormatting format)
Defines an external timestamp valued type using an arbitrary format.
|
static TextDataType |
TextTypes.FORMATTED_TIMESTAMP(DateTimeFormatting format,
String nullIndicator)
Defines an external timestamp valued type using an arbitrary format.
|
Copyright © 2016 Actian Corporation. All rights reserved.