Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
準備文で必要とされるパラメーター数を返します。
sqlany_num_params ( $stmt )
$stmt sqlany_prepare の実行によって返された文オブジェクト。
準備文内のパラメーター数のスカラー値を返します。失敗した場合は -1 を返します。
stmt = api.sqlany_prepare(conn, "UPDATE Contacts SET Contacts.ID = Contacts.ID + 1000 WHERE Contacts.ID >= ?" ) num_params = api.sqlany_num_params( stmt )