From 4d4d0f54863dc67157df385593e33099ba679b5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jan 2022 08:50:45 +0100 Subject: update to 8.0.28 --- REFLECTION | 112 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 39 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9ffc504..3b7d880 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { +Extension [ extension #86 mysql_xdevapi version 8.0.28 ] { - Dependencies { Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Constants [40] { - Constant [ string MYSQLX_VERSION ] { 8.0.27 } - Constant [ int MYSQLX_VERSION_ID ] { 80027 } + Constant [ string MYSQLX_VERSION ] { 8.0.28 } + Constant [ int MYSQLX_VERSION_ID ] { 80028 } Constant [ int MYSQLX_CLIENT_SSL ] { 2048 } Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ int MYSQLX_TYPE_TINY ] { 1 } @@ -82,7 +82,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { - Parameters [2] { Parameter #0 [ string $uri ] - Parameter #1 [ string or NULL $client_options ] + Parameter #1 [ ?string $client_options = ] } } Function [ function mysql_xdevapi\expression ] { @@ -301,9 +301,9 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [3] { - Property [ public $message ] - Property [ public $level ] - Property [ public $code ] + Property [ public $message = NULL ] + Property [ public $level = NULL ] + Property [ public $code = NULL ] } - Methods [1] { @@ -315,7 +315,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } } - Class [ class mysql_xdevapi\Exception extends RuntimeException implements Throwable ] { + Class [ class mysql_xdevapi\Exception extends RuntimeException implements Stringable, Throwable ] { - Constants [0] { } @@ -327,47 +327,81 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -384,11 +418,11 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [5] { - Property [ public $affectedItems ] - Property [ public $matchedItems ] - Property [ public $foundItems ] - Property [ public $lastInsertId ] - Property [ public $lastDocumentId ] + Property [ public $affectedItems = NULL ] + Property [ public $matchedItems = NULL ] + Property [ public $foundItems = NULL ] + Property [ public $lastInsertId = NULL ] + Property [ public $lastDocumentId = NULL ] } - Methods [1] { @@ -412,7 +446,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [1] { - Property [ public $name ] + Property [ public $name = NULL ] } - Methods [1] { @@ -526,7 +560,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { Method [ public method setSavepoint ] { - Parameters [1] { - Parameter #0 [ $savepoint_name ] + Parameter #0 [ $savepoint_name = ] } } @@ -599,7 +633,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [1] { - Property [ public $name ] + Property [ public $name = NULL ] } - Methods [12] { @@ -631,7 +665,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { - Parameters [2] { Parameter #0 [ string $name ] - Parameter #1 [ string $options ] + Parameter #1 [ string $options = ] } } @@ -697,7 +731,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [1] { - Property [ public $name ] + Property [ public $name = NULL ] } - Methods [16] { @@ -747,7 +781,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { Method [ public method find ] { - Parameters [1] { - Parameter #0 [ string $search_condition ] + Parameter #0 [ string $search_condition = ] } } @@ -921,21 +955,21 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { Method [ public method lockShared ] { - Parameters [1] { - Parameter #0 [ int $lock_waiting_option ] + Parameter #0 [ int $lock_waiting_option = ] } } Method [ public method lockExclusive ] { - Parameters [1] { - Parameter #0 [ int $lock_waiting_option ] + Parameter #0 [ int $lock_waiting_option = ] } } Method [ public method execute ] { - Parameters [1] { - Parameter #0 [ int $flags ] + Parameter #0 [ int $flags = ] } } } @@ -1151,7 +1185,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [1] { - Property [ public $statement ] + Property [ public $statement = NULL ] } - Methods [6] { @@ -1171,7 +1205,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { Method [ public method execute ] { - Parameters [1] { - Parameter #0 [ int $flags ] + Parameter #0 [ int $flags = ] } } @@ -1224,7 +1258,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } } - Class [ class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult, Traversable ] { + Class [ class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult ] { - Constants [0] { } @@ -1271,7 +1305,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } } - Class [ class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult, Traversable ] { + Class [ class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult ] { - Constants [0] { } @@ -1324,7 +1358,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } } - Class [ class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult, Traversable ] { + Class [ class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult ] { - Constants [0] { } @@ -1389,7 +1423,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } } - Class [ class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult, Traversable ] { + Class [ class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult ] { - Constants [0] { } @@ -1591,7 +1625,7 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { } - Properties [1] { - Property [ public $name ] + Property [ public $name = NULL ] } - Methods [11] { @@ -1831,14 +1865,14 @@ Extension [ extension #89 mysql_xdevapi version 8.0.27 ] { Method [ public method lockShared ] { - Parameters [1] { - Parameter #0 [ int $lock_waiting_option ] + Parameter #0 [ int $lock_waiting_option = ] } } Method [ public method lockExclusive ] { - Parameters [1] { - Parameter #0 [ int $lock_waiting_option ] + Parameter #0 [ int $lock_waiting_option = ] } } -- cgit