Documentation
¶
Index ¶
- func Count(executor Executor, statement string, c *int, arg model.Arg) error
- func Delete(executor Executor, statement string, m model.Identifier) (err error)
- func Get(executor Executor, statement string, m model.Identifier) error
- func NamedInsert(executor Executor, statement string, m model.Identifier) error
- func NamedSave(executor Executor, statement string, m model.Identifier) error
- func NamedUpdate(executor Executor, statement string, m model.Identifier) error
- func Select(executor Executor, statement string, list any, arg model.Arg) error
- type Counter
- type Deleter
- type Executor
- type Finder
- type Geter
- type Inserter
- type Pager
- type Saver
- type Updater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamedInsert ¶
func NamedInsert(executor Executor, statement string, m model.Identifier) error
func NamedUpdate ¶
func NamedUpdate(executor Executor, statement string, m model.Identifier) error
Types ¶
Click to show internal directories.
Click to hide internal directories.