()
| 27 | // it is unavailable; DatabaseTypeName remains the projected result type used |
| 28 | // by existing pgwire result handling. |
| 29 | type ExactColumnTyper interface { |
| 30 | ColumnTyper |
| 31 | ExactDatabaseTypeName() (name string, ok bool) |
| 32 | } |
no outgoing calls