github.com/jackc/pgconn.Batch.buf (field)
12 uses
github.com/jackc/pgconn (current package)
pgconn.go#L1568: buf []byte
pgconn.go#L1573: batch.buf = (&pgproto3.Parse{Query: sql, ParameterOIDs: paramOIDs}).Encode(batch.buf)
pgconn.go#L1579: batch.buf = (&pgproto3.Bind{PreparedStatement: stmtName, ParameterFormatCodes: paramFormats, Parameters: paramValues, ResultFormatCodes: resultFormats}).Encode(batch.buf)
pgconn.go#L1580: batch.buf = (&pgproto3.Describe{ObjectType: 'P'}).Encode(batch.buf)
pgconn.go#L1581: batch.buf = (&pgproto3.Execute{}).Encode(batch.buf)
pgconn.go#L1612: batch.buf = (&pgproto3.Sync{}).Encode(batch.buf)
pgconn.go#L1621: _, err := pgConn.conn.Write(batch.buf)
 |
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. |