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 {
 |
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. |