Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExampleTable ¶
func NewExampleTable() (sqlite.Table, error)
func NewExampleTableWithDatabase ¶
func NewExampleTableWithDatabase(db sqlite.Database) (sqlite.Table, error)
Types ¶
type ExampleTable ¶
type ExampleTable struct { sqlite.Table // contains filtered or unexported fields }
func (*ExampleTable) IndexRecord ¶
func (t *ExampleTable) IndexRecord(db sqlite.Database, i interface{}) error
func (*ExampleTable) InitializeTable ¶
func (t *ExampleTable) InitializeTable(db sqlite.Database) error
func (*ExampleTable) Name ¶
func (t *ExampleTable) Name() string
func (*ExampleTable) Schema ¶
func (t *ExampleTable) Schema() string
Click to show internal directories.
Click to hide internal directories.