finish pq\Query
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / Executor / setConnection.md
diff --git a/pq-gateway/pq/Query/Executor/setConnection.md b/pq-gateway/pq/Query/Executor/setConnection.md
new file mode 100644 (file)
index 0000000..4d08c74
--- /dev/null
@@ -0,0 +1,12 @@
+# pq\Query\Executor pq\Query\Executor::setConnection(pq\Connection $conn)
+
+Set the connection the executor should use.
+
+## Params:
+
+* pq\Connection $conn  
+  The connection to use.
+
+## Return:
+
+* pq\Query\Executor, self.