Name
|
Description
|
bt_close
|
Close b-tree data and index files
|
bt_create_data
|
Create empty b-tree data file
|
bt_create_tree
|
Create empty b-tree index file
|
bt_delete
|
Delete record/index entry pair from b-tree database
|
bt_erase
|
Remove record from b-tree database
|
bt_find
|
Search b-tree database for key value
|
bt_find2
|
Search b-tree database for key/record number values
|
bt_flush
|
Flush all b-tree databases to disk
|
bt_insert
|
Insert a new entry into a b-tree database
|
bt_next
|
Move to next index entry in a b-tree database
|
bt_open
|
Open a b-tree index and data file pair
|
bt_previous
|
Move to previous index entry in a b-tree database
|
bt_read
|
Retrieve the data from a record in a b-tree database
|
bt_set_first
|
Set the read marker to start of a b-tree index file
|
bt_set_key
|
Set the read marker to location in a b-tree index file associated with a key value
|
bt_set_last
|
Set the read marker to end of a b-tree index file
|
bt_store
|
Create a new record in a b-tree database file
|
bt_update
|
Update a b-tree index entry with a new record number
|
bt_write
|
Write a new record to a b-tree database at record number
|