Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - M-Business Anywhere プログラミング » Ultra Light for M-Business Anywhere API リファレンス » PreparedStatement クラス

 

setULongParameter メソッド

指定されたパラメータの値を、符号なし値として扱われる Double を使用して設定します。

構文
setULongParameter( UInt16 parameterID, UInt64 value )
パラメータ
  • parameterID   パラメータの ID 番号。結果セットの最初のパラメータの ID 値は 1 です。

  • value   パラメータの新しい値。64 ビット符号なし整数値を表す Double を使用します。

備考

Unsigned64 クラスを参照してください。

次の文は、最初のパラメータの値を設定します。

stmt.setLongParameter( 1, 9223372036854770000 * 4096 );