This commit is contained in:
varga%nixcorp.com 2004-04-19 07:21:37 +00:00
Родитель 4f542d98fe
Коммит af12a4387f
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -147,6 +147,18 @@ interface mozISqlResult : nsISupports
/**
* Returns a stream which may be used to return the rows as XML.
*
* The XML format is:
* <?xml version="1.0"?>
* <document>
* <body>
* <row>
* <cell>value11</cell>
* <cell>value12</cell>
* ...
* </row>
* </body>
* </document>
*
* @return the input stream
*/
mozISqlInputStream open();