зеркало из https://github.com/mozilla/pjs.git
Documenting the XML format.
This commit is contained in:
Родитель
4f542d98fe
Коммит
af12a4387f
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче