github.com/jackc/pgtype.ConnInfo.DataTypeForOID (method)
9 uses
github.com/jackc/pgtype (current package)
composite_type.go#L33: dt, ok := ci.DataTypeForOID(fields[i].OID)
composite_type.go#L545: dt, ok := b.ci.DataTypeForOID(oid)
pgtype.go#L418: func (ci *ConnInfo) DataTypeForOID(oid uint32) (*DataType, bool) {
pgtype.go#L811: if dataType, ok := ci.DataTypeForOID(oid); ok {
record.go#L82: if dt, ok := ci.DataTypeForOID(fieldOID); ok {
github.com/jackc/pgx/v4
extended_query_builder.go#L122: if dt, ok := ci.DataTypeForOID(oid); ok {
rows.go#L248: if dt, ok := rows.connInfo.DataTypeForOID(fd.DataTypeOID); ok {
values.go#L188: if dt, ok := ci.DataTypeForOID(oid); ok {
github.com/jackc/pgx/v4/stdlib
sql.go#L452: if dt, ok := r.conn.conn.ConnInfo().DataTypeForOID(r.rows.FieldDescriptions()[index].DataTypeOID); ok {
![]() |
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. |