Berkeley DB Reference Guide:
Access Methods

PrevRefNext

Deleting records

The DB->del method deletes records from the database. In general, DB->del takes a key and deletes the data item associated with it from the database.

(DB->del ´Â µðºñ·ÎºÎÅÍ ·¹Äڵ带 »èÁ¦ÇÑ´Ù.ÀϹÝÀûÀ¸·Î DB->del ´Â Å°¸¦ ¹Þ°í °ü·ÃµÈ µ¥ÀÌŸ ¾ÆÀÌÅÛÀ» »èÁ¦ÇÑ´Ù.)

If the database has been configured to support duplicate records, the DB->del method will remove all of the duplicate records. To remove individual duplicate records, you must use a Berkeley DB cursor interface.

(¸¸¾à µðºñ°¡ ·¹Äڵ庹Á¦¸¦ Áö¿øÇϵµ·Ï ¼³Á¤µÇ¾ú´Ù¸é DB->del ´Â ¸ðµç º¹Á¦µÈ ·¹Äڵ带 »èÁ¦ÇÑ´Ù.º¹Àç·¹Äڵ带 °³º°ÀûÀ¸·Î »èÁ¦Çϱâ À§Çؼ­´Â Ä¿¼­¸¦ »ç¿ëÇØ¾ß ÇÑ´Ù.)


PrevRefNext

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.