github.com/jackc/pgx/v5/pgtype.TextCodec.DecodeDatabaseSQLValue (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		ltree.go#L116: 	return (TextCodec)(l).DecodeDatabaseSQLValue(m, oid, format, src)
		text.go#L170: func (c TextCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {