зеркало из https://github.com/mozilla/pjs.git
Bug 324994 forgotten interface documentation.
This commit is contained in:
Родитель
2ade7d7e3f
Коммит
f0697478d3
|
@ -79,6 +79,10 @@ interface mozIStorageValueArray : nsISupports {
|
|||
* if the specific type matters, getTypeOfIndex should be used
|
||||
* first to identify the column type, and then the appropriate
|
||||
* get method should be called.
|
||||
*
|
||||
* If you ask for a string value for a NULL column, you will get an empty
|
||||
* string with IsVoid set to distinguish it from an explicitly set empty
|
||||
* string.
|
||||
*/
|
||||
long getInt32(in unsigned long aIndex);
|
||||
long long getInt64(in unsigned long aIndex);
|
||||
|
|
Загрузка…
Ссылка в новой задаче