()
| 443 | |
| 444 | func (p PostgresType) SQL(ctx *sql.Context, dest []byte, v interface{}) (sqltypes.Value, error) { |
| 445 | panic("not implemented") |
| 446 | } |
| 447 | |
| 448 | func (p PostgresType) Type() query.Type { |
| 449 | panic("not implemented") |
| 450 | } |
no outgoing calls
no test coverage detected