Edit
↰
Home
↑
pq
↑
Statement
↻
Statement::descAsync
↲
Statement::__construct
↲
Statement::bind
↲
Statement::deallocate
↲
Statement::deallocateAsync
↲
Statement::desc
↲
Statement::exec
↲
Statement::execAsync
↲
Statement::prepare
↲
Statement::prepareAsync
#
void
pq\Statement::descAsync
(
callable
$callback
)
Asynchronously
describe the parameters of the prepared statement.
Params:
#
callable
$callback
#
as function(
array
$oids
#
)
A
callback
to receive list of type OIDs of the substitution parameters.
Throws:
#
pq\Exception\InvalidArgumentException
pq\Exception\BadMethodCallException
pq\Exception\RuntimeException
Show Comments from Github Discussions