Uses of Interface
com.pervasive.datarush.schema.TextSchema
Packages that use TextSchema
Package
Description
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of TextSchema in com.pervasive.datarush.schema
Subinterfaces of TextSchema in com.pervasive.datarush.schemaModifier and TypeInterfaceDescriptioninterfaceRecordTextSchema<T extends TextDataType>A schema for text files containing a single record type.Classes in com.pervasive.datarush.schema that implement TextSchemaModifier and TypeClassDescriptionclassA schema for a text file containing records with different fixed-width formats.classA definition of a fixed-width record in a text file.classA definition of a variable-width record type in a text file.Methods in com.pervasive.datarush.schema that return TextSchemaModifier and TypeMethodDescriptionstatic TextSchemaGets 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.load(String schemaFile, TextTypes.StringConversion stringHandling, CharsetEncoding charEncoding, SchemaType type) 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.Parse the given schema file.StructuredSchemaReader.parse(String schemaResource, SchemaType type) Parse the given schema file as the provided schema type.StructuredSchemaReader.parseString(String schemaString) Parse the given schema string.StructuredSchemaReader.parseString(String schemaString, SchemaType type) Parse the given schema string as the provided schema type.