fix docs, add missing "}", fix formatting
[mdref/mdref-pq] / pq / Statement / deallocateAsync.md
1 # void pq\Statement::deallocateAsync()
2
3 [Asynchronously](pq/Connection/: Asynchronous Usage) free the server resources used by the
4 prepared statement, so it can no longer be executed.
5
6 ## Params:
7
8 None.
9
10 ## Throws:
11
12 * pq\Exception\InvalidArgumentException
13 * pq\Exception\BadMethodCallException
14 * pq\Exception\RuntimeException
15