type database/sql.Conn (struct)
Method Implmentations (2 other methods implement nothing)
BeginTx(ctx context.Context, opts *TxOptions) (*Tx, error)
*Conn.M : gorm.io/gorm.TxBeginner.BeginTx
ExecContext(ctx context.Context, query string, args ...any) (Result, error)
*Conn.M : gorm.io/gorm.ConnPool.ExecContext
PrepareContext(ctx context.Context, query string) (*Stmt, error)
*Conn.M : gorm.io/gorm.ConnPool.PrepareContext
*Conn.M : gorm.io/gorm/internal/stmt_store.ConnPool.PrepareContext
QueryContext(ctx context.Context, query string, args ...any) (*Rows, error)
*Conn.M : gorm.io/gorm.ConnPool.QueryContext
QueryRowContext(ctx context.Context, query string, args ...any) *Row
*Conn.M : gorm.io/gorm.ConnPool.QueryRowContext
![]() |
The pages are generated with Golds v0.8.2. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |