Uses of Class
com.pervasive.datarush.schema.FixedWidthTextRecord
-
Packages that use FixedWidthTextRecord Package Description com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data.com.pervasive.datarush.schema Provides an object model for capturing schema information used primarily by thetextfilepackage. -
-
Uses of FixedWidthTextRecord in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile that return FixedWidthTextRecord Modifier and Type Method Description FixedWidthTextRecordReadFixedText. getSchema()Get the input schema property.FixedWidthTextRecordWriteFixedText. getSchema()Get the configured schema.Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FixedWidthTextRecord Modifier and Type Method Description voidReadFixedText. 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 FixedWidthTextRecord Constructor Description FixedTextFormat(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 FixedWidthTextRecord Modifier and Type Method Description FixedWidthTextRecordFixedWidthMultiRecordTextSchema. getRecordType(String name)Gets the definition of the specified record type.Methods in com.pervasive.datarush.schema with parameters of type FixedWidthTextRecord Modifier and Type Method Description voidFixedWidthMultiRecordTextSchema. defineRecordType(String name, FixedWidthTextRecord type)Defines a record type in the schema.
-