SQL テンプレートで、値を SQL ステートメント内で指定されたパラメータに結びつけるために使用します。結びつける値は param 要素の子のテキストでなければなりません。
詳しい情報は Query_Parameters をご覧ください。
属性
-
index
- 型: 整数型
- SQL ステートメント内のパラメータの index。
-
name
- 型: 文字列型
- SQL ステートメントに含まれるパラメータの name。この名前はコロン(:) で始まるクエリ内に現れます。
-
type
- 型: 下記の値のいずれか一つ
- パラメータの値の型。
integer
: 32 bit 整数値。int64
: 64 bit 整数値。double
: 倍精度浮動小数点数。string
: 文字列リテラル。デフォルト値。
プロパティ
メソッド
XUL 要素からの継承
blur
, click
, doCommand
, focus
, getElementsByAttribute
, getElementsByAttributeNS
DOM 要素からの継承
addEventListener()
, appendChild()
, compareDocumentPosition, dispatchEvent()
, getAttribute()
, getAttributeNode()
, getAttributeNodeNS()
, getAttributeNS()
, getElementsByTagName()
, getElementsByTagNameNS()
, getFeature, getUserData, hasAttribute()
, hasAttributeNS()
, hasAttributes()
, hasChildNodes()
, insertBefore()
, isEqualNode, isSameNode, isSupported()
, lookupNamespaceURI, lookupPrefix, normalize()
, removeAttribute()
, removeAttributeNode()
, removeAttributeNS()
, removeChild()
, removeEventListener()
, replaceChild()
, setAttribute()
, setAttributeNode()
, setAttributeNodeNS()
, setAttributeNS()
, setUserData