Documentation ¶ Index ¶ type Tx func New(tx *sqlx.Tx, events contracts.EventDispatcher) *Tx func (this *Tx) Exec(query string, args ...interface{}) (contracts.Result, error) func (this *Tx) Query(query string, args ...interface{}) (results contracts.Collection, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tx ¶ type Tx struct { *sqlx.Tx // contains filtered or unexported fields } func New ¶ func New(tx *sqlx.Tx, events contracts.EventDispatcher) *Tx func (*Tx) Exec ¶ func (this *Tx) Exec(query string, args ...interface{}) (contracts.Result, error) func (*Tx) Query ¶ func (this *Tx) Query(query string, args ...interface{}) (results contracts.Collection, err error) Source Files ¶ View all Source files tx.go Click to show internal directories. Click to hide internal directories.