Oracle® Application Development Framework Developer's Guide For Forms/4GL Developers 10g (10.1.3.1.0) Part Number B25947-01 |
|
|
View PDF |
In addition to the required classes, which implement ADF interfaces, you can create any supporting classes for your adapter, if necessary. The simple CSV adapter includes two supporting classes: CSVHandler
and CSVParser
. These classes read and parse the CSV files into rows and fields. See Section 31.11, "Contents of Supporting Files" for complete source listing for these classes.