PlanEncode returns an EncodePlan for encoding value into PostgreSQL format for oid and format. If no plan can be found then nil is returned.
(m *Map, oid uint32, format int16, value any)
| 167 | // PlanEncode returns an EncodePlan for encoding value into PostgreSQL format for oid and format. If no plan can be |
| 168 | // found then nil is returned. |
| 169 | PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan |
| 170 | |
| 171 | // PlanScan returns a ScanPlan for scanning a PostgreSQL value into a destination with the same type as target. If |
| 172 | // no plan can be found then nil is returned. |
no outgoing calls