XUL:param
From MDC
This article covers features introduced in Firefox 3
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
For SQL templates, used to bind values to parameters specified within an SQL statement. The value to bind should be text as a child of the param element.
For more information, see Query_Parameters.
[edit] Attributes
|
Inherited from XUL element |
- index
- Type: integer
- The index within the SQL statement of the parameter.
- name
- Type: string
- The name of a parameter within the SQL statement. This name should appear within the query preceded by a colon.
- type
- Type: one of the values below
- The type of the parameter's value
integer: 32 bit integerint64: 64 bit integerdouble: double-precision floating-point numberstring: string literal, the default value
[edit] Properties
|
Inherited from XUL element Inherited from DOM element |
[edit] Methods
|
Inherited from XUL element Inherited from DOM element |