type github.com/jackc/pgtype.CompositeTypeField
5 uses
github.com/jackc/pgtype (current package)
composite_type.go#L13: type CompositeTypeField struct {
composite_type.go#L23: fields []CompositeTypeField
composite_type.go#L29: func NewCompositeType(typeName string, fields []CompositeTypeField, ci *ConnInfo) (*CompositeType, error) {
composite_type.go#L52: func NewCompositeTypeValues(typeName string, fields []CompositeTypeField, values []ValueTranscoder) (*CompositeType, error) {
composite_type.go#L93: func (ct *CompositeType) Fields() []CompositeTypeField {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |