Documentation
¶
Index ¶
- Constants
- type Counter
- type Deleter
- type Finder
- type Geter
- type GeterForUpdate
- type Inserter
- type Pager
- type SQL
- type SQLBase
- func (s *SQLBase) Count() string
- func (s *SQLBase) Delete() string
- func (s *SQLBase) Find() string
- func (s *SQLBase) Get() string
- func (s *SQLBase) GetForUpdate() string
- func (s *SQLBase) Insert() string
- func (s *SQLBase) Pagination() string
- func (s *SQLBase) Save() string
- func (s *SQLBase) Update() string
- type Saver
- type Updater
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeterForUpdate ¶
type GeterForUpdate interface {
GetForUpdate() string
}
type SQLBase ¶ added in v0.0.2
type SQLBase struct{}
func (*SQLBase) GetForUpdate ¶ added in v0.0.2
GetForUpdate implements SQL.
func (*SQLBase) Pagination ¶ added in v0.0.2
Pagination implements SQL.
Click to show internal directories.
Click to hide internal directories.