type github.com/jackc/pgx/v5/pgtype.Int4Codec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
int.go#L687: type Int4Codec struct{}
int.go#L689: func (Int4Codec) FormatSupported(format int16) bool {
int.go#L693: func (Int4Codec) PreferredFormat() int16 {
int.go#L697: func (Int4Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
int.go#L776: func (Int4Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
int.go#L836: func (c Int4Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
int.go#L849: func (c Int4Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
pgtype_default.go#L65: defaultMap.RegisterType(&Type{Name: "int4", OID: Int4OID, Codec: Int4Codec{}})