home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextLibrary / Documentation / Sybase / DBLIB / Section2 / dbfreequal.nr < prev    next >
Encoding:
Text File  |  1993-04-22  |  683 b   |  30 lines

  1. .Na "dbfreequal"
  2. .mc |
  3. .Aa
  4. .Fu
  5. Free the memory allocated by \f2dbqual()\f1.
  6. .Sy
  7. .Sf "void dbfreequal(qualptr)"
  8. .Sp "char" "*qualptr"
  9. .Co
  10. .Bl
  11. \f2dbfreequal()\f1 is one of the \*L browse mode routines.
  12. See the Introduction for a detailed discussion of browse mode.
  13. .Bl
  14. \f2dbqual()\f1 provides a 
  15. WHERE clause that the application can use to update a single row in a browsable table.
  16. In doing so, it dynamically allocates a buffer to contain the WHERE clause.
  17. When the WHERE clause is no longer needed, the application can
  18. use \f2dbfreequal()\f1 to de-allocate the buffer.
  19. .Bz
  20. .Pa
  21. .Pi qualptr
  22. A pointer to the memory allocated by \f2dbqual()\f1.
  23. .in -.375i
  24. .Re
  25. .br
  26. None.
  27. .Sa
  28. dbqual
  29. .mc
  30.