partial QueryWriter
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / Writer.md
diff --git a/pq-gateway/pq/Query/Writer.md b/pq-gateway/pq/Query/Writer.md
new file mode 100644 (file)
index 0000000..2203f61
--- /dev/null
@@ -0,0 +1,13 @@
+# class pq\Query\Writer implements pq\Query\WriterInterface
+
+A query writer implementation.
+
+## Properties:
+
+* protected string $query  
+  The assembled query.
+* protected array $params  
+  The query parameters.
+* protected array $types  
+  The query parameters' types.
+