fix docs, add missing "}", fix formatting
[mdref/mdref-pq] / pq / Statement / prepareAsync.md
1 # void pq\Statement::prepareAsync()
2
3 [Asynchronously](pq/Connection/: Asynchronous Usage) re-prepare a statement that has been
4 deallocated. This is a no-op on already open statements.
5
6 ## Params:
7
8 None.
9
10 ## Throws:
11
12 * pq\Exception\InvalidArgumentException
13 * pq\Exception\BadMethodCallException
14 * pq\Exception\RuntimeException
15