Uses of Interface
com.pervasive.datarush.schema.TextSchema
-
Packages that use TextSchema Package Description com.pervasive.datarush.schema Provides an object model for capturing schema information used primarily by thetextfilepackage. -
-
Uses of TextSchema in com.pervasive.datarush.schema
Subinterfaces of TextSchema in com.pervasive.datarush.schema Modifier and Type Interface Description interfaceRecordTextSchema<T extends TextDataType>A schema for text files containing a single record type.Classes in com.pervasive.datarush.schema that implement TextSchema Modifier and Type Class Description classFixedWidthMultiRecordTextSchemaA schema for a text file containing records with different fixed-width formats.classFixedWidthTextRecordA definition of a fixed-width record in a text file.classTextRecordA definition of a variable-width record type in a text file.Methods in com.pervasive.datarush.schema that return TextSchema Modifier and Type Method Description static TextSchemaStructuredSchemaReader. load(String schemaFile)Gets the text schema defined in the specified structured schema file.static TextSchemaStructuredSchemaReader. 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.static TextSchemaStructuredSchemaReader. load(String schemaFile, TextTypes.StringConversion stringHandling, CharsetEncoding charEncoding)Gets the text schema defined in the specified structured schema file, providing hints about how string valued fields should be interpreted and the character encoding of the file.static TextSchemaStructuredSchemaReader. loadString(String schemaString)Gets the text schema defined in the specified structured schema string.TextSchemaStructuredSchemaReader. parse(String schemaResource)Parse the given schema file.TextSchemaStructuredSchemaReader. parseString(String schemaString)Parse the given schema string.
-