File "lib/swish/gitty_driver_bdb.pl"[download]
in pack: | swish |
---|---|
Prolog module: | gitty_driver_bdb |
size: | 8155 |
Recent changes
8 years ago | Jan Wielemaker | New upstream files |
9 years ago | Jan Wielemaker | Updated upstream files |
This file requires
- From the Prolog library
- library(bdb) resolved by
- bdb.pl: bdb_init/2, bdb_close_environment/1, bdb_open/4, bdb_put/3, bdb_del/3, bdb_enum/3, bdb_get/3, bdb_transaction/2
- library(dcg/basics) resolved by
- basics.pl: nonblanks/3, integer/3
- library(memfile) resolved by
- memfile.pl: new_memory_file/1, free_memory_file/1, open_memory_file/4, memory_file_to_string/3
- library(zlib) resolved by
- zlib.pl: zopen/3
- library(bdb) resolved by
Exported predicates
- delete_head/2
- delete_object/2
- gitty_close/1
- gitty_file/3
- gitty_hash/2
- gitty_update_head/4
- load_object/5
- load_plain_commit/3
- set_head/3
- store_object/4
Required predicates
- bdb_close_environment/1 from library(bdb)
- bdb_del/3 from library(bdb)
- bdb_enum/3 from library(bdb)
- bdb_get/3 from library(bdb)
- bdb_init/2 from library(bdb)
- bdb_open/4 from library(bdb)
- bdb_put/3 from library(bdb)
- bdb_transaction/2 from library(bdb)
- free_memory_file/1 from library(memfile)
- integer/3 from library(dcg/basics)
- memory_file_to_string/3 from library(memfile)
- new_memory_file/1 from library(memfile)
- nonblanks/3 from library(dcg/basics)
- open_memory_file/4 from library(memfile)
- zopen/3 from library(zlib)