bindupdate.c 261 B

123456789101112131415
  1. #include <grass/dbmi.h>
  2. #include <grass/dbstubs.h>
  3. /*!
  4. \fn int db__driver_bind_update (cursor)
  5. \brief
  6. \return
  7. \param
  8. */
  9. int db__driver_bind_update(dbCursor * cursor)
  10. {
  11. db_procedure_not_implemented("db_bind_update");
  12. return DB_FAILED;
  13. }