Documentation
¶
Index ¶
- func NewInsertable(collection gtly.Collection, indexer *Indexer, index map[string][]interface{}) toolbox.Ranger
- func NewKeySetter(view *data.View) dsc.KeySetter
- func Newupdatable(collection gtly.Collection, indexer *Indexer, index map[string][]interface{}) toolbox.Ranger
- type Indexer
- type Insert
- type Update
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInsertable ¶
func NewInsertable(collection gtly.Collection, indexer *Indexer, index map[string][]interface{}) toolbox.Ranger
NewInsertable creates an insertable collection
func NewKeySetter ¶
NewKeySetter creates a key setter
func Newupdatable ¶
func Newupdatable(collection gtly.Collection, indexer *Indexer, index map[string][]interface{}) toolbox.Ranger
Newupdatable creates an updatable collection
Types ¶
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
Indexer represents primary key indexer
Click to show internal directories.
Click to hide internal directories.