[scriptable, uuid(62d1b6bd-cbfe-4f9b-aee1-0ead4af4e6dc)]
interface mozIStorageRow : mozIStorageValueArray

Methods

 Obtains the result of a given column specified by aIndex.

 @param aIndex
        Zero-based index of the result to get from the tuple.
 @returns the result of the specified column.
nsIVariant getResultByIndex(in unsigned long aIndex)
 Obtains the result of a given column specified by aIndex.

 @param aName
        Name of the result to get from the tuple.
 @returns the result of the specified column.
nsIVariant getResultByName(in AUTF8String aName)