github.com/lib/pq.conn.Exec (method)

2 uses

	github.com/lib/pq (current package)
		conn.go#L854: func (cn *conn) Exec(query string, args []driver.Value) (res driver.Result, err error) {
		conn_go18.go#L42: 	return cn.Exec(query, list)