type github.com/lib/pq.format
9 uses
github.com/lib/pq (current package)
conn.go#L711: func decideColumnFormats(colTyps []fieldDesc, forceText bool) (colFmts []format, colFmtData []byte) {
conn.go#L716: colFmts = make([]format, len(colTyps))
conn.go#L1194: type format int
conn.go#L1196: const formatText format = 0
conn.go#L1197: const formatBinary format = 1
conn.go#L1369: colFmts []format
conn.go#L1813: colFmts := make([]format, n)
conn.go#L1821: colFmts[i] = format(r.int16())
encode.go#L58: func decode(parameterStatus *parameterStatus, s []byte, typ oid.Oid, f format) interface{} {
![]() |
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. |