|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportExcelXMLInterface
Represents an exporter class that tranforms non multidimensional data into an MS Excel XML data stream .
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 |
---|
void setRowCount(int rowCount)
rowCount
- the number of rows of data to export in the XML file.void setColumnCount(int columnCount)
columnCount
- the number of columns of data to export in the XML file.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |