Documentation
¶
Index ¶
- type DBMS
- func (t *DBMS) Delete(txn *engine.TxUpdate, tblName string, idxName string, record schema.Record) (err error)
- func (t *DBMS) Exist(txn *engine.TxView, tblName string, idxName string, record schema.Record) (exist bool, err error)
- func (t *DBMS) Get(txn *engine.TxView, tblName string, idxName string, record schema.Record) (value []byte, err error)
- func (t *DBMS) Init() error
- func (t *DBMS) InitEngine(path string) error
- func (t *DBMS) InitSchema() error
- func (t *DBMS) Insert(txn *engine.TxUpdate, tblName string, record schema.Record) error
- func (t *DBMS) Range(txn *engine.TxView, tblName string, idxName string, record schema.Record) error
- func (t *DBMS) UpdateSchema() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBMS ¶
type DBMS struct {
// contains filtered or unexported fields
}
func (*DBMS) InitEngine ¶
func (*DBMS) InitSchema ¶
func (*DBMS) Range ¶
func (t *DBMS) Range(txn *engine.TxView, tblName string, idxName string, record schema.Record) error
TODO: Implement Range
func (*DBMS) UpdateSchema ¶
Click to show internal directories.
Click to hide internal directories.