From d29b96eb586472151d632d2376b2a8891850e276 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 26 Sep 2014 15:07:27 +0200 Subject: [PATCH] missing file --- pq/Statement/descAsync.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pq/Statement/descAsync.md b/pq/Statement/descAsync.md index e69de29..31cf15b 100644 --- a/pq/Statement/descAsync.md +++ b/pq/Statement/descAsync.md @@ -0,0 +1,17 @@ +# array pq\Statement::descAsync() + +[Asynchronously](pq/Connection/: Asynchronous Usage) describe the parameters of the prepared statement. + +## Params: + +None. + +## Returns: + +* array, list of type OIDs of the substitution parameters. + +## Throws: + +* pq\Exception\InvalidArgumentException +* pq\Exception\BadMethodCallException +* pq\Exception\RuntimeException -- 2.30.2