pq\Connection
authorMichael Wallner <mike@php.net>
Wed, 24 Sep 2014 16:01:29 +0000 (18:01 +0200)
committerMichael Wallner <mike@php.net>
Wed, 24 Sep 2014 16:01:29 +0000 (18:01 +0200)
commitc9a53c31d87ef99b7a669cd98a756dc1c7762f57
treeba114bff2015bc1bcd906e36f03a998150576452
parentc5f7c8e1734fc55eeb1cf3844f2141301f25f576
pq\Connection
35 files changed:
pq.md
pq/Connection.md
pq/Connection/: Asynchronous Usage.md [new file with mode: 0644]
pq/Connection/: Executing Queries.md [new file with mode: 0644]
pq/Connection/: General Usage.md [new file with mode: 0644]
pq/Connection/__construct.md
pq/Connection/declare.md [new file with mode: 0644]
pq/Connection/declareAsync.md [new file with mode: 0644]
pq/Connection/escapeBytea.md [new file with mode: 0644]
pq/Connection/exec.md [new file with mode: 0644]
pq/Connection/execAsync.md [new file with mode: 0644]
pq/Connection/execParams.md [new file with mode: 0644]
pq/Connection/execParamsAsync.md [new file with mode: 0644]
pq/Connection/getResult.md [new file with mode: 0644]
pq/Connection/listen.md [new file with mode: 0644]
pq/Connection/listenAsync.md [new file with mode: 0644]
pq/Connection/notify.md [new file with mode: 0644]
pq/Connection/notifyAsync.md [new file with mode: 0644]
pq/Connection/off.md [new file with mode: 0644]
pq/Connection/on.md [new file with mode: 0644]
pq/Connection/poll.md [new file with mode: 0644]
pq/Connection/prepare.md [new file with mode: 0644]
pq/Connection/prepareAsync.md [new file with mode: 0644]
pq/Connection/quote.md [new file with mode: 0644]
pq/Connection/quoteName.md [new file with mode: 0644]
pq/Connection/reset.md [new file with mode: 0644]
pq/Connection/resetAsync.md [new file with mode: 0644]
pq/Connection/setConverter.md [new file with mode: 0644]
pq/Connection/startTransaction.md [new file with mode: 0644]
pq/Connection/startTransactionAsync.md [new file with mode: 0644]
pq/Connection/trace.md [new file with mode: 0644]
pq/Connection/unescapeBytea.md [new file with mode: 0644]
pq/Connection/unlisten.md [new file with mode: 0644]
pq/Connection/unlistenAsync.md [new file with mode: 0644]
pq/Connection/unsetConverter.md [new file with mode: 0644]