Documentation ¶
Index ¶
- Constants
- func LocStringSize(v vsn.Build) (int, error)
- type DB
- type FileHeader
- type Table
- func (t *Table) Append(recordSlice interface{}) error
- func (t *Table) ID(id int, ent interface{}) error
- func (t *Table) Index(i int, ent interface{}) error
- func (t *Table) Len() int
- func (t *Table) Range(handler interface{}) error
- func (t *Table) SizeCount(v vsn.Build) (int, int, error)
- func (t *Table) StringRef(i int) (string, error)
- type WDB2Header
- type WDBCHeader
Constants ¶
View Source
const ( WDBC = "WDBC" WDB2 = "WDB2" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileHeader ¶
type Table ¶
type Table struct { DB *DB Name string Header FileHeader Definition *dbd.Definition Layout *dbd.Layout Records []byte StringBlock []byte }
type WDB2Header ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.