Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterFunc ¶
type Inserter ¶ added in v0.8.1
type Inserter interface {
Insert(b pgstmt.InsertStatement)
}
Inserter model
type Updater ¶ added in v0.8.1
type Updater interface {
Update(b pgstmt.UpdateStatement)
}
Updater model
Click to show internal directories.
Click to hide internal directories.