PlanScan returns a ScanPlan for scanning a PostgreSQL value into a destination with the same type as target. If no plan can be found then nil is returned.
(m *Map, oid uint32, format int16, target any)
| 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. |
| 173 | PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan |
| 174 | |
| 175 | // DecodeDatabaseSQLValue returns src decoded into a value compatible with the sql.Scanner interface. |
| 176 | DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) |
no outgoing calls