(ctx *sql.Context, dest []byte, v interface{})
| 439 | |
| 440 | func (p PostgresType) Promote() sql.Type { |
| 441 | panic("not implemented") |
| 442 | } |
| 443 | |
| 444 | func (p PostgresType) SQL(ctx *sql.Context, dest []byte, v interface{}) (sqltypes.Value, error) { |
| 445 | panic("not implemented") |
| 446 | } |