(t sql.Type)
| 427 | func (p PostgresType) Convert(v interface{}) (interface{}, sql.ConvertInRange, error) { |
| 428 | panic("not implemented") |
| 429 | } |
| 430 | |
| 431 | func (p PostgresType) Equals(t sql.Type) bool { |
| 432 | panic("not implemented") |
| 433 | } |
| 434 |
no outgoing calls
no test coverage detected