type github.com/Masterminds/squirrel.updateData
16 uses
github.com/Masterminds/squirrel (current package)
update.go#L13: type updateData struct {
update.go#L31: func (d *updateData) Exec() (sql.Result, error) {
update.go#L38: func (d *updateData) Query() (*sql.Rows, error) {
update.go#L45: func (d *updateData) QueryRow() RowScanner {
update.go#L56: func (d *updateData) ToSql() (sqlStr string, args []interface{}, err error) {
update.go#L140: builder.Register(UpdateBuilder{}, updateData{})
update.go#L160: data := builder.GetStruct(b).(updateData)
update.go#L165: data := builder.GetStruct(b).(updateData)
update.go#L170: data := builder.GetStruct(b).(updateData)
update.go#L182: data := builder.GetStruct(b).(updateData)
update_ctx.go#L12: func (d *updateData) ExecContext(ctx context.Context) (sql.Result, error) {
update_ctx.go#L23: func (d *updateData) QueryContext(ctx context.Context) (*sql.Rows, error) {
update_ctx.go#L34: func (d *updateData) QueryRowContext(ctx context.Context) RowScanner {
update_ctx.go#L50: data := builder.GetStruct(b).(updateData)
update_ctx.go#L56: data := builder.GetStruct(b).(updateData)
update_ctx.go#L62: data := builder.GetStruct(b).(updateData)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |