github.com/lib/pq.stmt.exec (method)

4 uses

	github.com/lib/pq (current package)
		conn.go#L846: 	st.exec(args)
		conn.go#L1253: 	st.exec(v)
		conn.go#L1266: 	st.exec(v)
		conn.go#L1271: func (st *stmt) exec(v []driver.Value) {