(_ *sql.Context)
| 431 | |
| 432 | func (p PostgresType) Equals(t sql.Type) bool { |
| 433 | panic("not implemented") |
| 434 | } |
| 435 | |
| 436 | func (p PostgresType) MaxTextResponseByteLength(_ *sql.Context) uint32 { |
| 437 | panic("not implemented") |
| 438 | } |
no outgoing calls
no test coverage detected