Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.storage.jdbc.export

Classes and related interfaces to transform non multidimensional data (usually named relational or jdbc data) into data streams suitable to be exported to a spreadsheet.

See:
          Description

Interface Summary
ExportDelimiters Delimiters used to export to Comma Separated Values (CSV) or to Tab Separated Values (TSV).
ExportExcelXMLInterface Represents an exporter class that tranforms non multidimensional data into an MS Excel XML data stream .
ExportInterface Contains static values useful to the export commands.
RelationalExportInterface Represents an exporter class that tranforms non multidimensional data into data streams suitable to be exported to a spreadsheet.
 

Class Summary
RelationalDelimitedValuesExporter Exporter class that tranforms non multidimensional data into delimited values data streams like Comma Separated Values streams or Tab Separated Values streams.
RelationalExcelXMLExporter Exporter class that tranforms non multidimensional data into an MS Excel XML data stream .
RelationalTableModelExporter Using a RelationalExportInterface object, writes non multidimensional data into a

Package com.sas.storage.jdbc.export Description

Classes and related interfaces to transform non multidimensional data (usually named relational or jdbc data) into data streams suitable to be exported to a spreadsheet.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.