type github.com/jackc/pgx/v4/stdlib.Stmt
8 uses
github.com/jackc/pgx/v4/stdlib (current package)
sql.go#L275: return &Stmt{sd: sd, conn: c}, nil
sql.go#L395: type Stmt struct {
sql.go#L400: func (s *Stmt) Close() error {
sql.go#L406: func (s *Stmt) NumInput() int {
sql.go#L410: func (s *Stmt) Exec(argsV []driver.Value) (driver.Result, error) {
sql.go#L414: func (s *Stmt) ExecContext(ctx context.Context, argsV []driver.NamedValue) (driver.Result, error) {
sql.go#L418: func (s *Stmt) Query(argsV []driver.Value) (driver.Rows, error) {
sql.go#L422: func (s *Stmt) QueryContext(ctx context.Context, argsV []driver.NamedValue) (driver.Rows, 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. |