type github.com/jackc/pgx/v4/stdlib.Rows

9 uses

	github.com/jackc/pgx/v4/stdlib (current package)
		sql.go#L364: 	return &Rows{conn: c, rows: rows, skipNext: true, skipNextMore: more}, nil
		sql.go#L428: type Rows struct {
		sql.go#L438: func (r *Rows) Columns() []string {
		sql.go#L451: func (r *Rows) ColumnTypeDatabaseTypeName(index int) string {
		sql.go#L464: func (r *Rows) ColumnTypeLength(index int) (int64, bool) {
		sql.go#L479: func (r *Rows) ColumnTypePrecisionScale(index int) (precision, scale int64, ok bool) {
		sql.go#L494: func (r *Rows) ColumnTypeScanType(index int) reflect.Type {
		sql.go#L521: func (r *Rows) Close() error {
		sql.go#L526: func (r *Rows) Next(dest []driver.Value) error {