Tcl API

Tcl CommandDescription
berkdb envCreate an environment handle
berkdb envremoveRemove an environment
env closeClose an environment
env dbremoveRemove a database
env dbrenameRename a database


env txnBegin a transaction
env txn_checkpointCheckpoint the environment
txn abortAbort a transaction
txn commitCommit a transaction


berkdb openCreate a database handle
berkdb dbremoveRemove a database
berkdb dbrenameRename a database
db closeClose a database
db countReturn a count of a key's data items
db cursorOpen a cursor into a database
db delDelete items from a database
db getGet items from a database
db get_joinGet items from a database join
db get_typeReturn the database type
db is_byteswappedReturn if the underlying database is in host order
db joinPerform a database join on cursors
db putStore items into a database
db statReturn database statistics
db syncFlush a database to stable storage
db truncateTruncate a database


dbc closeClose a cursor
dbc delDelete by cursor
dbc dupDuplicate a cursor
dbc getRetrieve by cursor
dbc putStore by cursor


berkdb versionReturn version information

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