github.com/go-pg/pg/v10.Tx.Exec (method, view implemented interface methods)

3 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L143: func (tx *Tx) Exec(query interface{}, params ...interface{}) (Result, error) {

	github.com/go-pg/migrations/v8
		collection.go#L682: 	_, err = tx.Exec("SET idle_in_transaction_session_timeout = 0")
		collection.go#L693: 	_, err = tx.Exec("LOCK TABLE ? IN EXCLUSIVE MODE", pg.SafeQuery(c.tableName))