summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION204
1 files changed, 152 insertions, 52 deletions
diff --git a/REFLECTION b/REFLECTION
index 917868c..622e31d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
+Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.30 ] {
- Dependencies {
Dependency [ standard (Required) ]
@@ -29,8 +29,8 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Constants [40] {
- Constant [ string MYSQLX_VERSION ] { 8.0.21 }
- Constant [ int MYSQLX_VERSION_ID ] { 80021 }
+ Constant [ string MYSQLX_VERSION ] { 8.0.30 }
+ Constant [ int MYSQLX_VERSION_ID ] { 80030 }
Constant [ int MYSQLX_CLIENT_SSL ] { 2048 }
Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 }
Constant [ int MYSQLX_TYPE_TINY ] { 1 }
@@ -82,7 +82,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Parameters [2] {
Parameter #0 [ <required> string $uri ]
- Parameter #1 [ <optional> string or NULL $client_options ]
+ Parameter #1 [ <optional> ?string $client_options = <default> ]
}
}
Function [ <internal:mysql_xdevapi> function mysql_xdevapi\expression ] {
@@ -283,7 +283,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> abstract public method sort ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expressions ]
+ Parameter #0 [ <required> ...$sort_expressions ]
}
}
}
@@ -301,18 +301,21 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [3] {
- Property [ <default> public $message ]
- Property [ <default> public $level ]
- Property [ <default> public $code ]
+ Property [ public $message = NULL ]
+ Property [ public $level = NULL ]
+ Property [ public $code = NULL ]
}
- Methods [1] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
}
}
- Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Exception extends RuntimeException implements Throwable ] {
+ Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Exception extends RuntimeException implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -324,47 +327,81 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -381,15 +418,18 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [5] {
- Property [ <default> public $affectedItems ]
- Property [ <default> public $matchedItems ]
- Property [ <default> public $foundItems ]
- Property [ <default> public $lastInsertId ]
- Property [ <default> public $lastDocumentId ]
+ Property [ public $affectedItems = NULL ]
+ Property [ public $matchedItems = NULL ]
+ Property [ public $foundItems = NULL ]
+ Property [ public $lastInsertId = NULL ]
+ Property [ public $lastDocumentId = NULL ]
}
- Methods [1] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
}
}
@@ -406,7 +446,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [1] {
@@ -435,6 +475,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [17] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method sql ] {
@@ -517,7 +560,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method setSavepoint ] {
- Parameters [1] {
- Parameter #0 [ <optional> $savepoint_name ]
+ Parameter #0 [ <optional> $savepoint_name = <default> ]
}
}
@@ -559,6 +602,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [3] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method getSession ] {
@@ -587,11 +633,14 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [12] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\DatabaseObject> public method getSession ] {
@@ -616,7 +665,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Parameters [2] {
Parameter #0 [ <required> string $name ]
- Parameter #1 [ <optional> string $options ]
+ Parameter #1 [ <optional> string $options = <default> ]
}
}
@@ -682,11 +731,14 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [16] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\DatabaseObject> public method getSession ] {
@@ -722,14 +774,14 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method add ] {
- Parameters [1] {
- Parameter #0 [ <required> $json ]
+ Parameter #0 [ <required> ...$json ]
}
}
Method [ <internal:mysql_xdevapi> public method find ] {
- Parameters [1] {
- Parameter #0 [ <optional> string $search_condition ]
+ Parameter #0 [ <optional> string $search_condition = <default> ]
}
}
@@ -810,6 +862,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [3] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Executable> public method execute ] {
@@ -821,7 +876,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method add ] {
- Parameters [1] {
- Parameter #0 [ <required> $json ]
+ Parameter #0 [ <required> ...$json ]
}
}
}
@@ -843,6 +898,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [11] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method fields ] {
@@ -855,7 +913,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method groupBy ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expressions ]
+ Parameter #0 [ <required> ...$sort_expressions ]
}
}
@@ -876,7 +934,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSortable> public method sort ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expressions ]
+ Parameter #0 [ <required> ...$sort_expressions ]
}
}
@@ -897,21 +955,21 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method lockShared ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
Method [ <internal:mysql_xdevapi> public method lockExclusive ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Executable> public method execute ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $flags ]
+ Parameter #0 [ <optional> int $flags = <default> ]
}
}
}
@@ -933,6 +991,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [12] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationBindable> public method bind ] {
@@ -945,7 +1006,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSortable> public method sort ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expressions ]
+ Parameter #0 [ <required> ...$sort_expressions ]
}
}
@@ -974,7 +1035,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method unset ] {
- Parameters [1] {
- Parameter #0 [ <required> $fields ]
+ Parameter #0 [ <required> ...$fields ]
}
}
@@ -1033,6 +1094,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [5] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationBindable> public method bind ] {
@@ -1045,7 +1109,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSortable> public method sort ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expressions ]
+ Parameter #0 [ <required> ...$sort_expressions ]
}
}
@@ -1082,6 +1146,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [4] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method hasMoreResults ] {
@@ -1118,11 +1185,14 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [1] {
- Property [ <default> public $statement ]
+ Property [ public $statement = NULL ]
}
- Methods [6] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method bind ] {
@@ -1135,7 +1205,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method execute ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $flags ]
+ Parameter #0 [ <optional> int $flags = <default> ]
}
}
@@ -1188,7 +1258,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1204,6 +1274,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [5] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method fetchOne ] {
@@ -1232,7 +1305,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1248,6 +1321,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [6] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method getAffectedItemsCount ] {
@@ -1282,7 +1358,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1298,6 +1374,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [8] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method fetchOne ] {
@@ -1344,7 +1423,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
}
- Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult, Traversable ] {
+ Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult ] {
- Constants [0] {
}
@@ -1360,6 +1439,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [13] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method hasData ] {
@@ -1452,6 +1534,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [13] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method getSchemaName ] {
@@ -1540,11 +1625,14 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
}
- Properties [1] {
- Property [ <default> public $name ]
+ Property [ public $name = NULL ]
}
- Methods [11] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\DatabaseObject> public method getSession ] {
@@ -1627,6 +1715,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [6] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method where ] {
@@ -1639,7 +1730,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method orderby ] {
- Parameters [1] {
- Parameter #0 [ <required> $orderby_expr ]
+ Parameter #0 [ <required> ...$orderby_expr ]
}
}
@@ -1681,12 +1772,15 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [3] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method values ] {
- Parameters [1] {
- Parameter #0 [ <required> array $row_values ]
+ Parameter #0 [ <required> array ...$row_values ]
}
}
@@ -1714,6 +1808,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [11] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method where ] {
@@ -1726,7 +1823,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method groupBy ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expr ]
+ Parameter #0 [ <required> ...$sort_expr ]
}
}
@@ -1747,7 +1844,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method orderby ] {
- Parameters [1] {
- Parameter #0 [ <required> $sort_expr ]
+ Parameter #0 [ <required> ...$sort_expr ]
}
}
@@ -1768,14 +1865,14 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method lockShared ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
Method [ <internal:mysql_xdevapi> public method lockExclusive ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $lock_waiting_option ]
+ Parameter #0 [ <optional> int $lock_waiting_option = <default> ]
}
}
@@ -1803,6 +1900,9 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
- Methods [7] {
Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:mysql_xdevapi> public method set ] {
@@ -1823,7 +1923,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] {
Method [ <internal:mysql_xdevapi> public method orderby ] {
- Parameters [1] {
- Parameter #0 [ <required> $orderby_expr ]
+ Parameter #0 [ <required> ...$orderby_expr ]
}
}