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 リファレンス » UltraLite_Connection_iface クラス

 

PrepareStatement 関数

SQL 文の準備を行います。

構文
UltraLite_PreparedStatement * UltraLite_Connection_iface::PrepareStatement(
  const ULValue & sql,
  const ULValue & persistent_name
)
パラメータ
  • sql   文字列としての SQL 文。

  • persistent_name   サスペンド処理に使用されるインスタンスの名前。