com.sas.storage.jdbc.export
Interface ExportExcelXMLInterface

All Superinterfaces:
RelationalExportInterface
All Known Implementing Classes:
RelationalExcelXMLExporter

public interface ExportExcelXMLInterface
extends RelationalExportInterface

Represents an exporter class that tranforms non multidimensional data into an MS Excel XML data stream .

Since:
3.1

Method Summary
 void setColumnCount(int columnCount)
          Set the number of columns of data to export in the XML file.
 void setRowCount(int rowCount)
          Set the number of rows of data to export in the XML file.
 
Methods inherited from interface com.sas.storage.jdbc.export.RelationalExportInterface
getColumnHeaderLine, getFileHeader, getFileTrailer, getLine
 

Method Detail

setRowCount

void setRowCount(int rowCount)
Set the number of rows of data to export in the XML file.

Parameters:
rowCount - the number of rows of data to export in the XML file.

setColumnCount

void setColumnCount(int columnCount)
Set the number of columns of data to export in the XML file.

Parameters:
columnCount - the number of columns of data to export in the XML file.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.