diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-15 08:35:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-15 08:35:11 +0200 |
commit | 3001b6c9927754e6558259a0d78206154c95fb44 (patch) | |
tree | 29a877c5f5d1caeb6ceff11f51b2431a1e761602 /REFLECTION | |
parent | dfeaab737febdfed3751c9cf96251b1be987a71a (diff) |
- update to 8.0.18
- drop patches merged upstream
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 486 |
1 files changed, 10 insertions, 476 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { +Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] { - Dependencies { Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { } - Constants [40] { - Constant [ string MYSQLX_VERSION ] { 8.0.17 } - Constant [ integer MYSQLX_VERSION_ID ] { 80017 } + Constant [ string MYSQLX_VERSION ] { 8.0.18 } + Constant [ integer MYSQLX_VERSION_ID ] { 80018 } Constant [ integer MYSQLX_CLIENT_SSL ] { 2048 } Constant [ integer MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ integer MYSQLX_TYPE_TINY ] { 1 } @@ -93,7 +93,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { } } - - Classes [49] { + - Classes [32] { Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -283,7 +283,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { Method [ <internal:mysql_xdevapi> abstract public method sort ] { - Parameters [1] { - Parameter #0 [ <required> $sort_expr ] + Parameter #0 [ <required> $sort_expressions ] } } } @@ -419,26 +419,6 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { } } - Class [ <internal:mysql_xdevapi> class mysql_xdevapi\XSession ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi, ctor> private method __construct ] { - } - } - } - Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Session ] { - Constants [0] { @@ -866,14 +846,14 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { Method [ <internal:mysql_xdevapi> public method groupBy ] { - Parameters [1] { - Parameter #0 [ <required> $sort_expr ] + Parameter #0 [ <required> $sort_expressions ] } } Method [ <internal:mysql_xdevapi> public method having ] { - Parameters [1] { - Parameter #0 [ <required> $sort_expr ] + Parameter #0 [ <required> $search_condition ] } } @@ -887,7 +867,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSortable> public method sort ] { - Parameters [1] { - Parameter #0 [ <required> $sort_expr ] + Parameter #0 [ <required> $sort_expressions ] } } @@ -956,7 +936,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSortable> public method sort ] { - Parameters [1] { - Parameter #0 [ <required> $sort_expr ] + Parameter #0 [ <required> $sort_expressions ] } } @@ -1056,7 +1036,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSortable> public method sort ] { - Parameters [1] { - Parameter #0 [ <required> $sort_expr ] + Parameter #0 [ <required> $sort_expressions ] } } @@ -1859,452 +1839,6 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.17 ] { } } } - - Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NativeConnection ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ <internal:mysql_xdevapi> public method connect ] { - - - Parameters [3] { - Parameter #0 [ <required> string $hostname ] - Parameter #1 [ <optional> integer $port ] - Parameter #2 [ <optional> integer $connection_timeout ] - } - } - - Method [ <internal:mysql_xdevapi> public method send ] { - - - Parameters [1] { - Parameter #0 [ <required> string $payload ] - } - } - - Method [ <internal:mysql_xdevapi> public method receive ] { - - - Parameters [1] { - Parameter #0 [ <required> integer $how_many ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysql_xdevapi\ProtocolFrameCodec ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi> public method send ] { - - - Parameters [3] { - Parameter #0 [ <required> object or NULL $connection ] - Parameter #1 [ <required> integer $message_type ] - Parameter #2 [ <required> string $message ] - } - } - - Method [ <internal:mysql_xdevapi> public method receive ] { - - - Parameters [1] { - Parameter #0 [ <required> object or NULL $connection ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__ok ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi> public method get_message ] { - - - Parameters [2] { - Parameter #0 [ <required> object $pfc ] - Parameter #1 [ <required> object $connection ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__error ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> public $message ] - Property [ <default> public $sql_state ] - Property [ <default> public $code ] - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi, ctor> private method __construct ] { - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__capability ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:mysql_xdevapi> public method echo ] { - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__capabilities ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi> public method add ] { - - - Parameters [1] { - Parameter #0 [ <required> object $capability ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__capabilities_get ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi> public method send ] { - - - Parameters [2] { - Parameter #0 [ <required> object $pfc ] - Parameter #1 [ <required> object $connection ] - } - } - - Method [ <internal:mysql_xdevapi> public method read_response ] { - - - Parameters [2] { - Parameter #0 [ <required> object $pfc ] - Parameter #1 [ <required> object $connection ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__capabilities_set ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi> public method send ] { - - - Parameters [3] { - Parameter #0 [ <required> object $capabilities ] - Parameter #1 [ <required> object $pfc ] - Parameter #2 [ <optional> object $connection ] - } - } - - Method [ <internal:mysql_xdevapi> public method read_response ] { - - - Parameters [2] { - Parameter #0 [ <required> object $pfc ] - Parameter #1 [ <required> object $connection ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__auth_start ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi> public method send ] { - - - Parameters [4] { - Parameter #0 [ <required> string $auth_mechanism ] - Parameter #1 [ <required> string $auth_data ] - Parameter #2 [ <required> object $pfc ] - Parameter #3 [ <optional> object $connection ] - } - } - - Method [ <internal:mysql_xdevapi> public method read_response ] { - - - Parameters [2] { - Parameter #0 [ <required> object $pfc ] - Parameter #1 [ <required> object $connection ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__auth_ok ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi> public method response ] { - - - Parameters [0] { - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__stmt_execute ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi> public method send ] { - } - - Method [ <internal:mysql_xdevapi> public method read_response ] { - - - Parameters [2] { - Parameter #0 [ <required> object $pfc ] - Parameter #1 [ <required> object $connection ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__stmt_execute_ok ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_column_metadata ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [13] { - Property [ <default> public $type ] - Property [ <default> public $type_name ] - Property [ <default> public $name ] - Property [ <default> public $original_name ] - Property [ <default> public $table ] - Property [ <default> public $original_table ] - Property [ <default> public $schema ] - Property [ <default> public $catalog ] - Property [ <default> public $collation ] - Property [ <default> public $fractional_digits ] - Property [ <default> public $length ] - Property [ <default> public $flags ] - Property [ <default> public $content_type ] - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi, ctor> private method __construct ] { - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_resultset_metadata ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ <internal:mysql_xdevapi> public method add ] { - - - Parameters [1] { - Parameter #0 [ <required> object $capability ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_data_row ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:mysql_xdevapi, ctor> private method __construct ] { - } - - Method [ <internal:mysql_xdevapi> public method decode ] { - - - Parameters [1] { - Parameter #0 [ <required> object $metadata ] - } - } - } - } - - Class [ <internal:mysql_xdevapi> class mysqlx_message__data_fetch_done ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } } } |