Documentation
¶
Overview ¶
Package recno implements RecNo type of Berkeley DB 1.85
Index ¶
- func New(file *os.File) db.DB
- type RecNo
- func (r *RecNo) Close() (err error)
- func (r *RecNo) Del(key []byte, flag uint) (err error)
- func (r *RecNo) Fd() (fd uintptr)
- func (r *RecNo) Get(key []byte, flag uint) (data []byte, err error)
- func (r *RecNo) Put(key []byte, data []byte, flag uint) (err error)
- func (r *RecNo) Seq(flag uint) (key []byte, data []byte, err error)
- func (r *RecNo) Sync(flag uint) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RecNo ¶
type RecNo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.