ThinkUI SQL Client 1.1.3 API

thinkui.parser
Interface ColumnParser

All Known Subinterfaces:
DataObjectParser
All Known Implementing Classes:
CompoundColumnParser, CSVDataObjectParser, DelimitedDataObjectParser, FixedWidthDataObjectParser

public interface ColumnParser

Define the interface for parsing a column.


Method Summary
 void parse(DataObject dataObject, java.lang.String column)
          Parse the given column data and populate the appropriate attributes in the given data object.
 

Method Detail

parse

public void parse(DataObject dataObject,
                  java.lang.String column)
           throws java.lang.Exception
Parse the given column data and populate the appropriate attributes in the given data object.

Throws:
java.lang.Exception

ThinkUI SQL Client 1.1.3 API

Copyright © 2007-2009. ThinkUI Software Inc. All rights reserved.