Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

param

SQL テンプレートで、値を SQL ステートメント内で指定されたパラメータに結びつけるために使用します。結びつける値は param 要素の子のテキストでなければなりません。

詳しい情報は Query_Parameters をご覧ください。

属性
index, name, type

属性

index
型: 整数型
SQL ステートメント内のパラメータの index。
name
型: 文字列型
SQL ステートメントに含まれるパラメータの name。この名前はコロン(:) で始まるクエリ内に現れます。
type
型: 下記の値のいずれか一つ
パラメータの値の型。
  • integer: 32 bit 整数値。
  • int64: 64 bit 整数値。
  • double: 倍精度浮動小数点数。
  • string: 文字列リテラル。デフォルト値。

プロパティ

XUL 要素からの継承
align, attributes, allowEvents, baseURI, boxObject, builder, childElementCount, childNodes, children, className, clientHeight, clientLeft, clientTop, clientWidth, collapsed, contextMenu, controllers, database, datasources, dir, firstChild, firstElementChild, flex, height, hidden, id, lastChild, lastElementChild, left, localName, maxHeight, maxWidth, menu, minHeight, minWidth, namespaceURI, nextElementSibling, nextSibling, nodeName, nodeType, nodeValue, observes, ordinal, orient, ownerDocument, pack, parentNode, persist, prefix, previousElementSibling, previousSibling, ref, resource, scrollHeight, scrollLeft, scrollTop, scrollWidth, statusText, style, tagName,textContent, tooltip, tooltipText, top, width

メソッド

ドキュメントのタグと貢献者

 このページの貢献者: Marsf
 最終更新者: Marsf,