Method
Append
(u *sql.UpdateBuilder, column string, elems []any, opts ...Option)
Source from the content-addressed store, hash-verified
| 180 | // driver groups all dialect-specific methods. |
| 181 | type driver interface { |
| 182 | Append(u *sql.UpdateBuilder, column string, elems []any, opts ...Option) |
| 183 | } |
| 184 | |
| 185 | func newDriver(name string) (driver, error) { |
Implementers 15
Chainentc/integration/migrate/entv2/hook/ho Chainentc/integration/migrate/entv1/hook/ho Chainentc/integration/migrate/versioned/hoo Chainentc/integration/gremlin/ent/hook/hook Chainentc/integration/ent/hook/hook.go Chainentc/integration/idtype/ent/hook/hook. Chainentc/integration/edgefield/ent/hook/ho Chainentc/integration/privacy/ent/hook/hook Chainentc/integration/edgeschema/ent/hook/h Chainentc/integration/multischema/ent/hook/ Chainentc/integration/multischema/versioned Chainentc/integration/customid/ent/hook/hoo