ubbolt

package
v0.0.0-...-e44b46f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBTable

type DBTable struct {
	DB     *bolt.DB
	Bucket []byte
	Fields []string
	Types  []reflect.Type
}

func (*DBTable) ADM_create

func (db *DBTable) ADM_create() error

func (*DBTable) ADM_insert

func (db *DBTable) ADM_insert(vals ...interface{}) error

func (*DBTable) Columns

func (db *DBTable) Columns() []string

func (*DBTable) TablePrepareInsert

func (db *DBTable) TablePrepareInsert(ti *table.TableInsert) (table.TableInsertStmt, error)

func (*DBTable) TablePrepareUpdate

func (db *DBTable) TablePrepareUpdate(tu *table.TableUpdate) (table.TableUpdateStmt, error)

func (*DBTable) TableScan

func (db *DBTable) TableScan(cols []int, meta *table.TableScan) (table.TableIterator, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL