type github.com/jackc/pgx/v5/pgtype.Int8Codec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
int.go#L1261: type Int8Codec struct{}
int.go#L1263: func (Int8Codec) FormatSupported(format int16) bool {
int.go#L1267: func (Int8Codec) PreferredFormat() int16 {
int.go#L1271: func (Int8Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
int.go#L1350: func (Int8Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
int.go#L1410: func (c Int8Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
int.go#L1423: func (c Int8Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
pgtype_default.go#L66: defaultMap.RegisterType(&Type{Name: "int8", OID: Int8OID, Codec: Int8Codec{}})