projects
/
mdref
/
mdref-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e33f3a6
)
Statement::descAsync takes callback arg
1/head
author
root
<root@web-centos.(none)>
Tue, 25 Nov 2014 00:24:18 +0000
(
00:24
+0000)
committer
root
<root@web-centos.(none)>
Tue, 25 Nov 2014 00:31:11 +0000
(
00:31
+0000)
pq/Statement/descAsync.md
patch
|
blob
|
history
diff --git
a/pq/Statement/descAsync.md
b/pq/Statement/descAsync.md
index 31cf15bbf0cc385369bfad38c85ab73bcbedcf77..cbcf60569215172edaab55c309b21e5cb1943b0b 100644
(file)
--- a/
pq/Statement/descAsync.md
+++ b/
pq/Statement/descAsync.md
@@
-1,14
+1,11
@@
-#
array pq\Statement::descAsync(
)
+#
void pq\Statement::descAsync(callable $callback
)
[Asynchronously](pq/Connection/: Asynchronous Usage) describe the parameters of the prepared statement.
## Params:
-None.
-
-## Returns:
-
-* array, list of type OIDs of the substitution parameters.
+* callable $callback as function(array $oids)
+ A callback to receive list of type OIDs of the substitution parameters.
## Throws: