type github.com/jackc/pgx/v5/pgtype.Codec (interface)
Method Implmentations
	DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error)
		(*ArrayCodec).DecodeDatabaseSQLValue
		BitsCodec.DecodeDatabaseSQLValue
		BoolCodec.DecodeDatabaseSQLValue
		BoxCodec.DecodeDatabaseSQLValue
		ByteaCodec.DecodeDatabaseSQLValue
		CircleCodec.DecodeDatabaseSQLValue
		(*CompositeCodec).DecodeDatabaseSQLValue
		DateCodec.DecodeDatabaseSQLValue
		(*EnumCodec).DecodeDatabaseSQLValue
		Float4Codec.DecodeDatabaseSQLValue
		Float8Codec.DecodeDatabaseSQLValue
		HstoreCodec.DecodeDatabaseSQLValue
		InetCodec.DecodeDatabaseSQLValue
		Int2Codec.DecodeDatabaseSQLValue
		Int4Codec.DecodeDatabaseSQLValue
		Int8Codec.DecodeDatabaseSQLValue
		IntervalCodec.DecodeDatabaseSQLValue
		JSONBCodec.DecodeDatabaseSQLValue
		JSONCodec.DecodeDatabaseSQLValue
		LineCodec.DecodeDatabaseSQLValue
		LsegCodec.DecodeDatabaseSQLValue
		MacaddrCodec.DecodeDatabaseSQLValue
		(*MultirangeCodec).DecodeDatabaseSQLValue
		NumericCodec.DecodeDatabaseSQLValue
		PathCodec.DecodeDatabaseSQLValue
		PointCodec.DecodeDatabaseSQLValue
		PolygonCodec.DecodeDatabaseSQLValue
		QCharCodec.DecodeDatabaseSQLValue
		(*RangeCodec).DecodeDatabaseSQLValue
		RecordCodec.DecodeDatabaseSQLValue
		TextCodec.DecodeDatabaseSQLValue
		(*TextFormatOnlyCodec).Codec.DecodeDatabaseSQLValue
		TIDCodec.DecodeDatabaseSQLValue
		TimeCodec.DecodeDatabaseSQLValue
		TimestampCodec.DecodeDatabaseSQLValue
		TimestamptzCodec.DecodeDatabaseSQLValue
		Uint32Codec.DecodeDatabaseSQLValue
		UUIDCodec.DecodeDatabaseSQLValue
	DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error)
		(*ArrayCodec).DecodeValue
		BitsCodec.DecodeValue
		BoolCodec.DecodeValue
		BoxCodec.DecodeValue
		ByteaCodec.DecodeValue
		CircleCodec.DecodeValue
		(*CompositeCodec).DecodeValue
		DateCodec.DecodeValue
		(*EnumCodec).DecodeValue
		Float4Codec.DecodeValue
		Float8Codec.DecodeValue
		HstoreCodec.DecodeValue
		InetCodec.DecodeValue
		Int2Codec.DecodeValue
		Int4Codec.DecodeValue
		Int8Codec.DecodeValue
		IntervalCodec.DecodeValue
		JSONBCodec.DecodeValue
		JSONCodec.DecodeValue
		LineCodec.DecodeValue
		LsegCodec.DecodeValue
		MacaddrCodec.DecodeValue
		(*MultirangeCodec).DecodeValue
		NumericCodec.DecodeValue
		PathCodec.DecodeValue
		PointCodec.DecodeValue
		PolygonCodec.DecodeValue
		QCharCodec.DecodeValue
		(*RangeCodec).DecodeValue
		RecordCodec.DecodeValue
		TextCodec.DecodeValue
		(*TextFormatOnlyCodec).Codec.DecodeValue
		TIDCodec.DecodeValue
		TimeCodec.DecodeValue
		TimestampCodec.DecodeValue
		TimestamptzCodec.DecodeValue
		Uint32Codec.DecodeValue
		UUIDCodec.DecodeValue
	FormatSupported(int16) bool
		(*ArrayCodec).FormatSupported
		BitsCodec.FormatSupported
		BoolCodec.FormatSupported
		BoxCodec.FormatSupported
		ByteaCodec.FormatSupported
		CircleCodec.FormatSupported
		(*CompositeCodec).FormatSupported
		DateCodec.FormatSupported
		(*EnumCodec).FormatSupported
		Float4Codec.FormatSupported
		Float8Codec.FormatSupported
		HstoreCodec.FormatSupported
		InetCodec.FormatSupported
		Int2Codec.FormatSupported
		Int4Codec.FormatSupported
		Int8Codec.FormatSupported
		IntervalCodec.FormatSupported
		JSONBCodec.FormatSupported
		JSONCodec.FormatSupported
		LineCodec.FormatSupported
		LsegCodec.FormatSupported
		MacaddrCodec.FormatSupported
		(*MultirangeCodec).FormatSupported
		NumericCodec.FormatSupported
		PathCodec.FormatSupported
		PointCodec.FormatSupported
		PolygonCodec.FormatSupported
		QCharCodec.FormatSupported
		(*RangeCodec).FormatSupported
		RecordCodec.FormatSupported
		TextCodec.FormatSupported
		(*TextFormatOnlyCodec).FormatSupported
		TIDCodec.FormatSupported
		TimeCodec.FormatSupported
		TimestampCodec.FormatSupported
		TimestamptzCodec.FormatSupported
		Uint32Codec.FormatSupported
		UUIDCodec.FormatSupported
	PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan
		(*ArrayCodec).PlanEncode
		BitsCodec.PlanEncode
		BoolCodec.PlanEncode
		BoxCodec.PlanEncode
		ByteaCodec.PlanEncode
		CircleCodec.PlanEncode
		(*CompositeCodec).PlanEncode
		DateCodec.PlanEncode
		(*EnumCodec).PlanEncode
		Float4Codec.PlanEncode
		Float8Codec.PlanEncode
		HstoreCodec.PlanEncode
		InetCodec.PlanEncode
		Int2Codec.PlanEncode
		Int4Codec.PlanEncode
		Int8Codec.PlanEncode
		IntervalCodec.PlanEncode
		JSONBCodec.PlanEncode
		JSONCodec.PlanEncode
		LineCodec.PlanEncode
		LsegCodec.PlanEncode
		MacaddrCodec.PlanEncode
		(*MultirangeCodec).PlanEncode
		NumericCodec.PlanEncode
		PathCodec.PlanEncode
		PointCodec.PlanEncode
		PolygonCodec.PlanEncode
		QCharCodec.PlanEncode
		(*RangeCodec).PlanEncode
		RecordCodec.PlanEncode
		TextCodec.PlanEncode
		(*TextFormatOnlyCodec).Codec.PlanEncode
		TIDCodec.PlanEncode
		TimeCodec.PlanEncode
		TimestampCodec.PlanEncode
		TimestamptzCodec.PlanEncode
		Uint32Codec.PlanEncode
		UUIDCodec.PlanEncode
	PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan
		(*ArrayCodec).PlanScan
		BitsCodec.PlanScan
		BoolCodec.PlanScan
		BoxCodec.PlanScan
		ByteaCodec.PlanScan
		CircleCodec.PlanScan
		(*CompositeCodec).PlanScan
		DateCodec.PlanScan
		(*EnumCodec).PlanScan
		Float4Codec.PlanScan
		Float8Codec.PlanScan
		HstoreCodec.PlanScan
		InetCodec.PlanScan
		Int2Codec.PlanScan
		Int4Codec.PlanScan
		Int8Codec.PlanScan
		IntervalCodec.PlanScan
		JSONBCodec.PlanScan
		JSONCodec.PlanScan
		LineCodec.PlanScan
		LsegCodec.PlanScan
		MacaddrCodec.PlanScan
		(*MultirangeCodec).PlanScan
		NumericCodec.PlanScan
		PathCodec.PlanScan
		PointCodec.PlanScan
		PolygonCodec.PlanScan
		QCharCodec.PlanScan
		(*RangeCodec).PlanScan
		RecordCodec.PlanScan
		TextCodec.PlanScan
		(*TextFormatOnlyCodec).Codec.PlanScan
		TIDCodec.PlanScan
		TimeCodec.PlanScan
		TimestampCodec.PlanScan
		TimestamptzCodec.PlanScan
		Uint32Codec.PlanScan
		UUIDCodec.PlanScan
	PreferredFormat() int16
		(*ArrayCodec).PreferredFormat
		BitsCodec.PreferredFormat
		BoolCodec.PreferredFormat
		BoxCodec.PreferredFormat
		ByteaCodec.PreferredFormat
		CircleCodec.PreferredFormat
		(*CompositeCodec).PreferredFormat
		DateCodec.PreferredFormat
		(*EnumCodec).PreferredFormat
		Float4Codec.PreferredFormat
		Float8Codec.PreferredFormat
		HstoreCodec.PreferredFormat
		InetCodec.PreferredFormat
		Int2Codec.PreferredFormat
		Int4Codec.PreferredFormat
		Int8Codec.PreferredFormat
		IntervalCodec.PreferredFormat
		JSONBCodec.PreferredFormat
		JSONCodec.PreferredFormat
		LineCodec.PreferredFormat
		LsegCodec.PreferredFormat
		MacaddrCodec.PreferredFormat
		(*MultirangeCodec).PreferredFormat
		NumericCodec.PreferredFormat
		PathCodec.PreferredFormat
		PointCodec.PreferredFormat
		PolygonCodec.PreferredFormat
		QCharCodec.PreferredFormat
		(*RangeCodec).PreferredFormat
		RecordCodec.PreferredFormat
		TextCodec.PreferredFormat
		(*TextFormatOnlyCodec).PreferredFormat
		TIDCodec.PreferredFormat
		TimeCodec.PreferredFormat
		TimestampCodec.PreferredFormat
		TimestamptzCodec.PreferredFormat
		Uint32Codec.PreferredFormat
		UUIDCodec.PreferredFormat![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |