Simple interface defining a parser to be used by the Flatfile Database wizard to obtain
an initial set of FlatfileField instances to present to the user in the record layout
configuration panel.
author: Jonathan Giron author: Ahimanikya Satapathy version: $Revision$
buildFlatfileDBColumns(FlatfileDBTable table) Gets List of FlatfileDBColumn instances which are derived from the parse properties
of the currently associated ParseConfigurator and the given Flatfile instance.
Parameters: table - FlatfileDBTable whose contents will be parsed.
Gets List of FlatfileDBColumn instances which are derived from the parse properties
of the currently associated ParseConfigurator and the given Flatfile instance.
Parameters: table - FlatfileDBTable whose contents will be parsed. List of FlatfileDBColumn instances synthesized from the contents offile and parameters contained in the current FlatfileDBTable throws: FlatfileDBException - if error occurs during retrieval