| asDouble(in unsigned long aIndex) | mozIStorageValueArray | |
| asInt32(in unsigned long aIndex) | mozIStorageValueArray | |
| asInt64(in unsigned long aIndex) | mozIStorageValueArray | |
| asSharedBlob(in unsigned long aIndex,[shared] out voidPtr aData, out unsigned long aDataSize) | mozIStorageValueArray | |
| asSharedCString(in unsigned long aIndex, out unsigned long aLength) | mozIStorageValueArray | |
| asSharedWString(in unsigned long aIndex, out unsigned long aLength) | mozIStorageValueArray | |
| bindCStringParameter(in unsigned long aParamIndex, in string aValue) | mozIStorageStatement | |
| bindDataParameter(in unsigned long aParamIndex,[array, const, size_is(aValueSize)] in octet aValue, in unsigned long aValueSize) | mozIStorageStatement | |
| bindDoubleParameter(in unsigned long aParamIndex, in double aValue) | mozIStorageStatement | |
| bindInt32Parameter(in unsigned long aParamIndex, in long aValue) | mozIStorageStatement | |
| bindInt64Parameter(in unsigned long aParamIndex, in long long aValue) | mozIStorageStatement | |
| bindNullParameter(in unsigned long aParamIndex) | mozIStorageStatement | |
| bindStringParameter(in unsigned long aParamIndex, in AString aValue) | mozIStorageStatement | |
| bindUTF8StringParameter(in unsigned long aParamIndex, in AUTF8String aValue) | mozIStorageStatement | |
| bindWStringParameter(in unsigned long aParamIndex, in wstring aValue) | mozIStorageStatement | |
| clone() | mozIStorageStatement | |
| columnCount | mozIStorageStatement | |
| execute() | mozIStorageStatement | |
| executeDataSet() | mozIStorageStatement | |
| executeStep() | mozIStorageStatement | |
| getAsBlob(in unsigned long aIndex,[array, size_is(aDataSize)] out octet aData, out unsigned long aDataSize) | mozIStorageValueArray | |
| getAsCString(in unsigned long aIndex) | mozIStorageValueArray | |
| getAsDouble(in unsigned long aIndex) | mozIStorageValueArray | |
| getAsInt32(in unsigned long aIndex) | mozIStorageValueArray | |
| getAsInt64(in unsigned long aIndex) | mozIStorageValueArray | |
| getAsString(in unsigned long aIndex) | mozIStorageValueArray | |
| getAsUTF8String(in unsigned long aIndex) | mozIStorageValueArray | |
| getColumnName(in unsigned long aColumnIndex) | mozIStorageStatement | |
| getIsNull(in unsigned long aIndex) | mozIStorageValueArray | |
| getNativeStatementPointer() | mozIStorageStatement | |
| getParameterIndexes(in AUTF8String aParameterName, out unsigned long aCount,[array, size_is(aCount), retval] out unsigned long aIndexes) | mozIStorageStatement | |
| getParameterName(in unsigned long aParamIndex) | mozIStorageStatement | |
| getTypeOfIndex(in unsigned long aIndex) | mozIStorageValueArray | |
| initialize(in mozIStorageConnection aDBConnection, in AUTF8String aSQLStatement) | mozIStorageStatement | |
| isNull(in unsigned long aIndex) | mozIStorageValueArray | |
| MOZ_STORAGE_STATEMENT_EXECUTING | mozIStorageStatement | |
| MOZ_STORAGE_STATEMENT_INVALID | mozIStorageStatement | |
| MOZ_STORAGE_STATEMENT_READY | mozIStorageStatement | |
| numColumns | mozIStorageValueArray | |
| parameterCount | mozIStorageStatement | |
| reset() | mozIStorageStatement | |
| state | mozIStorageStatement | |
| VALUE_TYPE_BLOB | mozIStorageValueArray | |
| VALUE_TYPE_FLOAT | mozIStorageValueArray | |
| VALUE_TYPE_INTEGER | mozIStorageValueArray | |
| VALUE_TYPE_NULL | mozIStorageValueArray | |
| VALUE_TYPE_TEXT | mozIStorageValueArray | |