Uses of Class
com.pervasive.datarush.schema.FixedWidthTextRecord
Packages that use FixedWidthTextRecord
Package
Description
Provides operators for reading and writing text data.
Provides an object model for capturing schema information used primarily by the
textfile package.-
Uses of FixedWidthTextRecord in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile that return FixedWidthTextRecordModifier and TypeMethodDescriptionReadFixedText.getSchema()Get the input schema property.WriteFixedText.getSchema()Get the configured schema.Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FixedWidthTextRecordModifier and TypeMethodDescriptionvoidReadFixedText.setSchema(FixedWidthTextRecord schema) Set the schema of the input data to read.voidWriteFixedText.setSchema(FixedWidthTextRecord schema) Set the schema to use for formatting output records.Constructors in com.pervasive.datarush.operators.io.textfile with parameters of type FixedWidthTextRecordModifierConstructorDescriptionFixedTextFormat(FixedWidthTextRecord schema, String recordSeparator, CharsetEncoding encoding) Create a data format for accessing fixed text data.FixedTextFormat(FixedWidthTextRecord schema, String recordSeparator, CharsetEncoding encoding, String lineComment) Create a data format for accessing fixed text data. -
Uses of FixedWidthTextRecord in com.pervasive.datarush.schema
Methods in com.pervasive.datarush.schema that return FixedWidthTextRecordModifier and TypeMethodDescriptionFixedWidthMultiRecordTextSchema.getRecordType(String name) Gets the definition of the specified record type.Methods in com.pervasive.datarush.schema with parameters of type FixedWidthTextRecordModifier and TypeMethodDescriptionvoidFixedWidthMultiRecordTextSchema.defineRecordType(String name, FixedWidthTextRecord type) Defines a record type in the schema.