type github.com/jackc/pgconn.ResultReader
20 uses
github.com/jackc/pgconn (current package)
pgconn.go#L92: resultReader ResultReader
pgconn.go#L997: func (pgConn *PgConn) ExecParams(ctx context.Context, sql string, paramValues [][]byte, paramOIDs []uint32, paramFormats []int16, resultFormats []int16) *ResultReader {
pgconn.go#L1024: func (pgConn *PgConn) ExecPrepared(ctx context.Context, stmtName string, paramValues [][]byte, paramFormats []int16, resultFormats []int16) *ResultReader {
pgconn.go#L1038: func (pgConn *PgConn) execExtendedPrefix(ctx context.Context, paramValues [][]byte) *ResultReader {
pgconn.go#L1039: pgConn.resultReader = ResultReader{
pgconn.go#L1073: func (pgConn *PgConn) execExtendedSuffix(buf []byte, result *ResultReader) {
pgconn.go#L1296: rr *ResultReader
pgconn.go#L1347: mrr.pgConn.resultReader = ResultReader{
pgconn.go#L1356: mrr.pgConn.resultReader = ResultReader{
pgconn.go#L1372: func (mrr *MultiResultReader) ResultReader() *ResultReader {
pgconn.go#L1389: type ResultReader struct {
pgconn.go#L1411: func (rr *ResultReader) Read() *Result {
pgconn.go#L1431: func (rr *ResultReader) NextRow() bool {
pgconn.go#L1450: func (rr *ResultReader) FieldDescriptions() []pgproto3.FieldDescription {
pgconn.go#L1457: func (rr *ResultReader) Values() [][]byte {
pgconn.go#L1463: func (rr *ResultReader) Close() (CommandTag, error) {
pgconn.go#L1500: func (rr *ResultReader) readUntilRowDescription() {
pgconn.go#L1518: func (rr *ResultReader) receiveMessage() (msg pgproto3.BackendMessage, err error) {
pgconn.go#L1550: func (rr *ResultReader) concludeCommand(commandTag CommandTag, err error) {
github.com/jackc/pgx/v4
rows.go#L110: resultReader *pgconn.ResultReader
 |
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. |