type gorm.io/gorm.Tx (interface)

Method Implmentations


ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) (*PreparedStmtTX).ExecContext *database/sql.Tx.ExecContext
QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) (*PreparedStmtTX).QueryContext *database/sql.Tx.QueryContext
QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row (*PreparedStmtTX).QueryRowContext *database/sql.Tx.QueryRowContext