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 - C/C++ プログラミング » API リファレンス » Ultra Light C++ API リファレンス » ULValue クラス

 

GetBinary 関数

現在の値を取り出してバイナリ・バッファに格納しますが、必要に応じてキャストが行われます。

構文
void ULValue::GetBinary(
  p_ul_binary bin,
  size_t len
)
パラメータ
  • bin   バイトを受け取るバイナリ構造体。

  • len   バッファの長さ。

備考

バッファが小さすぎる場合、値はトランケートされます。最大で len の文字が、指定されたバッファにコピーされます。