mozIStorageBindingParamsArray

Methods

newBindingParams()

Creates a new mozIStorageBindingParams object that can be added to this
array.

Returns

a mozIStorageBindingParams object that can be used to specify parameters that need to be bound.

addParams(aParameters)

Adds the parameters to the end of this array.

Parameters

aParameters The parameters to add to this array.

Attributes

length

The number of mozIStorageBindingParams this object contains.