param

Table of contents

  1. 1. Attributes
  2. 2. Properties
  3. 3. Methods
Table of contents
  1. 1. Attributes
  2. 2. Properties
  3. 3. Methods

This content 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.

Attributes
index , name , type

Attributes

Inherited from XUL element
align , allowevents , allownegativeassertions , class , coalesceduplicatearcs , collapsed , container , containment , context , contextmenu , datasources , dir , empty , equalsize , flags , flex , height , hidden , id , insertafter , insertbefore , left , maxheight , maxwidth , menu , minheight , minwidth , mousethrough , noinitialfocus , observes , ordinal , orient , pack , persist , popup , position , preference-editable , querytype , ref , removeelement , sortDirection , sortResource , sortResource2 , statustext , style , template , tooltip , tooltiptext , top , uri , wait-cursor , width

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 integer
int64
64 bit integer
double
double-precision floating-point number
string
string literal, the default value

Tags (2)

Edit tags

Attachments (0)

 

Attach file