github.com/go-pg/pg/v10.Tx.Prepare (method)

2 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L115: 	stmt, err := tx.Prepare(stmt.q)
		tx.go#L128: func (tx *Tx) Prepare(q string) (*Stmt, error) {