summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-10 18:34:08 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-10 18:34:08 +0200
commit3535f8ee2936037fc151e993a1275c4db3988c96 (patch)
tree811fe814315b1ae010eb4254f311658c1286a75a /REFLECTION
parent4925fce2ebb9f0411e734566425874848af74573 (diff)
php-pecl-pq: 0.6.0RC1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION79
1 files changed, 60 insertions, 19 deletions
diff --git a/REFLECTION b/REFLECTION
index 1211ad4..afdd271 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #172 pq version 0.5.5 ] {
+Extension [ <persistent> extension #188 pq version 0.6.0RC1 ] {
- Dependencies {
Dependency [ raphf (Required) ]
@@ -66,18 +66,18 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
}
- Static methods [3] {
- Method [ <internal:date, inherits DateTime> static public method __set_state ] {
- }
-
- Method [ <internal:date, inherits DateTime> static public method createFromFormat ] {
+ Method [ <internal:pq, overwrites DateTime, prototype DateTime> static public method createFromFormat ] {
- Parameters [3] {
Parameter #0 [ <required> $format ]
- Parameter #1 [ <required> $time ]
- Parameter #2 [ <optional> $object ]
+ Parameter #1 [ <required> $datetime ]
+ Parameter #2 [ <optional> $timezone ]
}
}
+ Method [ <internal:date, inherits DateTime> static public method __set_state ] {
+ }
+
Method [ <internal:date, inherits DateTime> static public method getLastErrors ] {
- Parameters [0] {
@@ -523,7 +523,7 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
- Static methods [0] {
}
- - Properties [19] {
+ - Properties [20] {
Property [ <default> public $status ]
Property [ <default> public $transactionStatus ]
Property [ <default> public $socket ]
@@ -536,6 +536,7 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
Property [ <default> public $pass ]
Property [ <default> public $host ]
Property [ <default> public $port ]
+ Property [ <default> public $params ]
Property [ <default> public $options ]
Property [ <default> public $eventHandlers ]
Property [ <default> public $defaultFetchType ]
@@ -550,7 +551,7 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
- Parameters [2] {
Parameter #0 [ <required> $dsn ]
- Parameter #1 [ <optional> $async ]
+ Parameter #1 [ <optional> $flags ]
}
}
@@ -1119,12 +1120,14 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [4] {
Property [ <default> public $name ]
Property [ <default> public $connection ]
+ Property [ <default> public $query ]
+ Property [ <default> public $types ]
}
- - Methods [6] {
+ - Methods [10] {
Method [ <internal:pq, ctor> public method __construct ] {
- Parameters [5] {
@@ -1144,10 +1147,15 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
}
}
- Method [ <internal:pq> public method exec ] {
+ Method [ <internal:pq> public method deallocate ] {
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $params ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:pq> public method deallocateAsync ] {
+
+ - Parameters [0] {
}
}
@@ -1157,6 +1165,20 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
}
}
+ Method [ <internal:pq> public method descAsync ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callable ]
+ }
+ }
+
+ Method [ <internal:pq> public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array or NULL $params ]
+ }
+ }
+
Method [ <internal:pq> public method execAsync ] {
- Parameters [2] {
@@ -1165,10 +1187,15 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
}
}
- Method [ <internal:pq> public method descAsync ] {
+ Method [ <internal:pq> public method prepare ] {
- - Parameters [1] {
- Parameter #0 [ <required> $callable ]
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:pq> public method prepareAsync ] {
+
+ - Parameters [0] {
}
}
}
@@ -1325,12 +1352,14 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [4] {
Property [ <default> public $name ]
Property [ <default> public $connection ]
+ Property [ <default> public $query ]
+ Property [ <default> public $flags ]
}
- - Methods [7] {
+ - Methods [9] {
Method [ <internal:pq, ctor> public method __construct ] {
- Parameters [5] {
@@ -1348,12 +1377,24 @@ Extension [ <persistent> extension #172 pq version 0.5.5 ] {
}
}
+ Method [ <internal:pq> public method openAsync ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:pq> public method close ] {
- Parameters [0] {
}
}
+ Method [ <internal:pq> public method closeAsync ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:pq> public method fetch ] {
- Parameters [1] {