From 3535f8ee2936037fc151e993a1275c4db3988c96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Jun 2015 18:34:08 +0200 Subject: php-pecl-pq: 0.6.0RC1 --- REFLECTION | 79 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 60 insertions(+), 19 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1211ad4..afdd271 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #172 pq version 0.5.5 ] { +Extension [ extension #188 pq version 0.6.0RC1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -66,18 +66,18 @@ Extension [ extension #172 pq version 0.5.5 ] { } - Static methods [3] { - Method [ static public method __set_state ] { - } - - Method [ static public method createFromFormat ] { + Method [ static public method createFromFormat ] { - Parameters [3] { Parameter #0 [ $format ] - Parameter #1 [ $time ] - Parameter #2 [ $object ] + Parameter #1 [ $datetime ] + Parameter #2 [ $timezone ] } } + Method [ static public method __set_state ] { + } + Method [ static public method getLastErrors ] { - Parameters [0] { @@ -523,7 +523,7 @@ Extension [ extension #172 pq version 0.5.5 ] { - Static methods [0] { } - - Properties [19] { + - Properties [20] { Property [ public $status ] Property [ public $transactionStatus ] Property [ public $socket ] @@ -536,6 +536,7 @@ Extension [ extension #172 pq version 0.5.5 ] { Property [ public $pass ] Property [ public $host ] Property [ public $port ] + Property [ public $params ] Property [ public $options ] Property [ public $eventHandlers ] Property [ public $defaultFetchType ] @@ -550,7 +551,7 @@ Extension [ extension #172 pq version 0.5.5 ] { - Parameters [2] { Parameter #0 [ $dsn ] - Parameter #1 [ $async ] + Parameter #1 [ $flags ] } } @@ -1119,12 +1120,14 @@ Extension [ extension #172 pq version 0.5.5 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ public $name ] Property [ public $connection ] + Property [ public $query ] + Property [ public $types ] } - - Methods [6] { + - Methods [10] { Method [ public method __construct ] { - Parameters [5] { @@ -1144,10 +1147,15 @@ Extension [ extension #172 pq version 0.5.5 ] { } } - Method [ public method exec ] { + Method [ public method deallocate ] { - - Parameters [1] { - Parameter #0 [ array or NULL $params ] + - Parameters [0] { + } + } + + Method [ public method deallocateAsync ] { + + - Parameters [0] { } } @@ -1157,6 +1165,20 @@ Extension [ extension #172 pq version 0.5.5 ] { } } + Method [ public method descAsync ] { + + - Parameters [1] { + Parameter #0 [ $callable ] + } + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $params ] + } + } + Method [ public method execAsync ] { - Parameters [2] { @@ -1165,10 +1187,15 @@ Extension [ extension #172 pq version 0.5.5 ] { } } - Method [ public method descAsync ] { + Method [ public method prepare ] { - - Parameters [1] { - Parameter #0 [ $callable ] + - Parameters [0] { + } + } + + Method [ public method prepareAsync ] { + + - Parameters [0] { } } } @@ -1325,12 +1352,14 @@ Extension [ extension #172 pq version 0.5.5 ] { - Static methods [0] { } - - Properties [2] { + - Properties [4] { Property [ public $name ] Property [ public $connection ] + Property [ public $query ] + Property [ public $flags ] } - - Methods [7] { + - Methods [9] { Method [ public method __construct ] { - Parameters [5] { @@ -1348,12 +1377,24 @@ Extension [ extension #172 pq version 0.5.5 ] { } } + Method [ public method openAsync ] { + + - Parameters [0] { + } + } + Method [ public method close ] { - Parameters [0] { } } + Method [ public method closeAsync ] { + + - Parameters [0] { + } + } + Method [ public method fetch ] { - Parameters [1] { -- cgit