type gorm.io/gorm.ConnPool (interface)
Method Implmentations
ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
(*PreparedStmtDB).ExecContext
(*PreparedStmtTX).ExecContext
Tx.ExecContext
*database/sql.Conn.ExecContext
*database/sql.DB.ExecContext
*database/sql.Tx.ExecContext
PrepareContext(ctx context.Context, query string) (*sql.Stmt, error)
(*PreparedStmtDB).ConnPool.PrepareContext
(*PreparedStmtTX).Tx.PrepareContext
Tx.PrepareContext
*database/sql.Conn.PrepareContext
*database/sql.DB.PrepareContext
*database/sql.Tx.PrepareContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)
(*PreparedStmtDB).QueryContext
(*PreparedStmtTX).QueryContext
Tx.QueryContext
*database/sql.Conn.QueryContext
*database/sql.DB.QueryContext
*database/sql.Tx.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
(*PreparedStmtDB).QueryRowContext
(*PreparedStmtTX).QueryRowContext
Tx.QueryRowContext
*database/sql.Conn.QueryRowContext
*database/sql.DB.QueryRowContext
*database/sql.Tx.QueryRowContext
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |