Package | Description |
---|---|
com.pervasive.datarush.schema |
Provides an object model for capturing schema information used primarily by the
textfile package. |
Modifier and Type | Interface and Description |
---|---|
interface |
RecordTextSchema<T extends TextDataType>
A schema for text files containing a single record type.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthMultiRecordTextSchema
A schema for a text file containing records with different fixed-width
formats.
|
class |
FixedWidthTextRecord
A definition of a fixed-width record in a text file.
|
class |
TextRecord
A definition of a variable-width record type in a text file.
|
Modifier and Type | Method and Description |
---|---|
static TextSchema |
StructuredSchemaReader.load(String schemaFile)
Gets the text schema defined in the specified structured schema file.
|
static TextSchema |
StructuredSchemaReader.load(String schemaFile,
TextTypes.StringConversion stringHandling)
Gets the text schema defined in the specified structured schema file, providing
hints about how string valued fields should be interpreted.
|
TextSchema |
StructuredSchemaReader.parse(String schemaResource)
Parse the given schema file.
|
Copyright © 2020 Actian Corporation. All rights reserved.