Concrete bean wrapper implementation for fixed-width instances of FlatfileDBTable,
exposing read-only properties for display in a Flatfile DB property sheet.
TODO Extend to a mutable class (adding setters as required) to allow editing of Flat
file database definition properties.
author: Jonathan Giron version: $Revision$
Constructor Summary
public
FixedWidthFlatfile(FlatfileDBTable dbTable) Creates new instance of FixedWidthFlatfile, wrapping the given FlatfileDBTable
instance.
Creates new instance of FixedWidthFlatfile, wrapping the given FlatfileDBTable
instance.
Parameters: dbTable - FlatfileDBTable instance (fixed-width type) to be wrapped.
Gets number of bytes at start of flatfile to be regarded as header information to
be skipped by the parser.
Integer representing number of bytes at start to be regarded as headerinformation.
Gets total record length for this file, accumulating the value from
precision/length values of all fields in the table.
Integer representing record length
Fields inherited from org.netbeans.modules.mashup.db.ui.model.FlatfileTable