type database/sql.Tx (struct)
Method Implmentations (5 other methods implement nothing)
Commit() error
*Tx.M : database/sql/driver.Tx.Commit
*Tx.M : gorm.io/gorm.Tx.Commit
*Tx.M : gorm.io/gorm.TxCommitter.Commit
ExecContext(ctx context.Context, query string, args ...any) (Result, error)
*Tx.M : gorm.io/gorm.ConnPool.ExecContext
*Tx.M : gorm.io/gorm.Tx.ExecContext
PrepareContext(ctx context.Context, query string) (*Stmt, error)
*Tx.M : gorm.io/gorm.ConnPool.PrepareContext
*Tx.M : gorm.io/gorm.Tx.PrepareContext
QueryContext(ctx context.Context, query string, args ...any) (*Rows, error)
*Tx.M : gorm.io/gorm.ConnPool.QueryContext
*Tx.M : gorm.io/gorm.Tx.QueryContext
QueryRowContext(ctx context.Context, query string, args ...any) *Row
*Tx.M : gorm.io/gorm.ConnPool.QueryRowContext
*Tx.M : gorm.io/gorm.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. |