github.com/jackc/pgtype.ConnInfo.DataTypeForValue (method)
6 uses
github.com/jackc/pgtype (current package)
composite_fields.go#L86: dt, ok := ci.DataTypeForValue(f)
composite_type.go#L620: dt, ok := b.ci.DataTypeForValue(field)
pgtype.go#L446: func (ci *ConnInfo) DataTypeForValue(v interface{}) (*DataType, bool) {
pgtype.go#L807: if dataType, ok := ci.DataTypeForValue(dst); ok {
github.com/jackc/pgx/v4
extended_query_builder.go#L144: if dt, ok := ci.DataTypeForValue(arg); ok {
values.go#L115: if dt, found := ci.DataTypeForValue(arg); found {
![]() |
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. |