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 thetextfile
package. -
-
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 FixedWidthTextRecord
ReadFixedText. getSchema()
Get the input schema property.FixedWidthTextRecord
WriteFixedText. getSchema()
Get the configured schema.Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FixedWidthTextRecord Modifier and Type Method Description void
ReadFixedText. setSchema(FixedWidthTextRecord schema)
Set the schema of the input data to read.void
WriteFixedText. 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 FixedWidthTextRecord
FixedWidthMultiRecordTextSchema. 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 void
FixedWidthMultiRecordTextSchema. defineRecordType(String name, FixedWidthTextRecord type)
Defines a record type in the schema.
-