Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeywordUpdate = "UPDATE" KeywordSet = "SET" )
View Source
const ( PlaceholderString = "?" PlaceholderNumeric = "?" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateMapper ¶
type UpdateMapper struct {
// contains filtered or unexported fields
}
func NewUpdateMapper ¶
func NewUpdateMapper(table string) *UpdateMapper
func (*UpdateMapper) UpdateByExample ¶
func (s *UpdateMapper) UpdateByExample(example example.Example, value interface{}) error
Click to show internal directories.
Click to hide internal directories.