From 8610e2a620bfc597e5cd79300d304d4573c83d37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Aug 2018 06:52:25 +0200 Subject: v8.0.12 --- REFLECTION | 539 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 493 insertions(+), 46 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ce65d01..9591731 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { +Extension [ extension #117 mysql_xdevapi version 8.0.12 ] { - Dependencies { Dependency [ standard (Required) ] @@ -72,7 +72,8 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { - Functions { Function [ function mysql_xdevapi\getSession ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $uri ] } } Function [ function mysql_xdevapi\expression ] { @@ -83,7 +84,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - - Classes [34] { + - Classes [50] { Interface [ interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -445,7 +446,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Class [ final class mysql_xdevapi\Driver ] { - Constants [1] { - Constant [ public string version ] { 8.0.11 } + Constant [ public string version ] { 8.0.12 } } - Static properties [0] { @@ -502,6 +503,11 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } Method [ public method executeSql ] { + + - Parameters [2] { + Parameter #0 [ string $query ] + Parameter #1 [ ...$args ] + } } Method [ public method sql ] { @@ -538,13 +544,15 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method createSchema ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $schema_name ] } } Method [ public method dropSchema ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $schema_name ] } } @@ -556,7 +564,8 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method getSchema ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $name ] } } @@ -581,21 +590,21 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method setSavepoint ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ $savepoint_name ] } } Method [ public method rollbackTo ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $savepoint_name ] } } Method [ public method releaseSavepoint ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $savepoint_name ] } } @@ -666,16 +675,15 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method dropCollection ] { - - Parameters [2] { - Parameter #0 [ string $schema_name ] - Parameter #1 [ string $collection_name ] + - Parameters [1] { + Parameter #0 [ string $collection_name ] } } Method [ public method getCollection ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $collection_name ] } } @@ -688,7 +696,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method getTable ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ string $table_name ] } } @@ -700,7 +708,8 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method getCollectionAsTable ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $collection_name ] } } } @@ -772,14 +781,14 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method modify ] { - Parameters [1] { - Parameter #0 [ string $search_condition ] + Parameter #0 [ string $search_condition ] } } Method [ public method remove ] { - Parameters [1] { - Parameter #0 [ string $search_condition ] + Parameter #0 [ string $search_condition ] } } @@ -916,7 +925,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - Method [ public method skip ] { + Method [ public method offset ] { - Parameters [1] { Parameter #0 [ integer $position ] @@ -939,7 +948,8 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method execute ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ integer $flags ] } } } @@ -959,7 +969,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { - Properties [0] { } - - Methods [14] { + - Methods [12] { Method [ private method __construct ] { } @@ -1002,7 +1012,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method unset ] { - Parameters [1] { - Parameter #0 [ $variables ] + Parameter #0 [ $fields ] } } @@ -1010,14 +1020,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { - Parameters [2] { Parameter #0 [ string $collection_field ] - Parameter #1 [ $expression_or_literal ] - } - } - - Method [ public method merge ] { - - - Parameters [1] { - Parameter #0 [ string $document ] + Parameter #1 [ $expression_or_literal ] } } @@ -1044,13 +1047,6 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - Method [ public method arrayDelete ] { - - - Parameters [1] { - Parameter #0 [ string $collection_field ] - } - } - Method [ public method execute ] { - Parameters [0] { @@ -1175,6 +1171,10 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } Method [ public method execute ] { + + - Parameters [1] { + Parameter #0 [ integer $flags ] + } } Method [ public method hasMoreResults ] { @@ -1212,7 +1212,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } - Methods [2] { - Method [ abstract public method getWarningCount ] { + Method [ abstract public method getWarningsCount ] { - Parameters [0] { } @@ -1256,7 +1256,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - Method [ public method getWarningCount ] { + Method [ public method getWarningsCount ] { - Parameters [0] { } @@ -1306,7 +1306,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - Method [ public method getWarningCount ] { + Method [ public method getWarningsCount ] { - Parameters [0] { } @@ -1350,7 +1350,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - Method [ public method getWarningCount ] { + Method [ public method getWarningsCount ] { - Parameters [0] { } @@ -1436,7 +1436,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } - Method [ public method getWarningCount ] { + Method [ public method getWarningsCount ] { - Parameters [0] { } @@ -1623,13 +1623,15 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method insert ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ...$columns ] } } Method [ public method select ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ ...$columns ] } } @@ -1729,7 +1731,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method values ] { - Parameters [1] { - Parameter #0 [ array $row_values ] + Parameter #0 [ array $row_values ] } } @@ -1762,7 +1764,7 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { Method [ public method where ] { - Parameters [1] { - Parameter #0 [ $projection ] + Parameter #0 [ $where_expr ] } } @@ -1891,6 +1893,451 @@ Extension [ extension #117 mysql_xdevapi version 8.0.11 ] { } } } + + Class [ class mysql_xdevapi\NativeConnection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method connect ] { + + - Parameters [2] { + Parameter #0 [ string $hostname ] + Parameter #1 [ integer $port ] + } + } + + Method [ public method send ] { + + - Parameters [1] { + Parameter #0 [ string $payload ] + } + } + + Method [ public method receive ] { + + - Parameters [1] { + Parameter #0 [ integer $how_many ] + } + } + } + } + + Class [ class mysql_xdevapi\ProtocolFrameCodec ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method send ] { + + - Parameters [3] { + Parameter #0 [ object or NULL $connection ] + Parameter #1 [ integer $message_type ] + Parameter #2 [ string $message ] + } + } + + Method [ public method receive ] { + + - Parameters [1] { + Parameter #0 [ object or NULL $connection ] + } + } + } + } + + Class [ class mysqlx_message__ok ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method get_message ] { + + - Parameters [2] { + Parameter #0 [ object $pfc ] + Parameter #1 [ object $connection ] + } + } + } + } + + Class [ class mysqlx_message__error ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $message ] + Property [ public $sql_state ] + Property [ public $code ] + } + + - Methods [1] { + Method [ private method __construct ] { + } + } + } + + Class [ class mysqlx_message__capability ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method echo ] { + } + } + } + + Class [ class mysqlx_message__capabilities ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ object $capability ] + } + } + } + } + + Class [ class mysqlx_message__capabilities_get ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method send ] { + + - Parameters [2] { + Parameter #0 [ object $pfc ] + Parameter #1 [ object $connection ] + } + } + + Method [ public method read_response ] { + + - Parameters [2] { + Parameter #0 [ object $pfc ] + Parameter #1 [ object $connection ] + } + } + } + } + + Class [ class mysqlx_message__capabilities_set ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method send ] { + + - Parameters [3] { + Parameter #0 [ object $capabilities ] + Parameter #1 [ object $pfc ] + Parameter #2 [ object $connection ] + } + } + + Method [ public method read_response ] { + + - Parameters [2] { + Parameter #0 [ object $pfc ] + Parameter #1 [ object $connection ] + } + } + } + } + + Class [ class mysqlx_message__auth_start ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method send ] { + + - Parameters [4] { + Parameter #0 [ string $auth_mechanism ] + Parameter #1 [ string $auth_data ] + Parameter #2 [ object $pfc ] + Parameter #3 [ object $connection ] + } + } + + Method [ public method read_response ] { + + - Parameters [2] { + Parameter #0 [ object $pfc ] + Parameter #1 [ object $connection ] + } + } + } + } + + Class [ class mysqlx_message__auth_ok ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method response ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysqlx_message__stmt_execute ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method send ] { + } + + Method [ public method read_response ] { + + - Parameters [2] { + Parameter #0 [ object $pfc ] + Parameter #1 [ object $connection ] + } + } + } + } + + Class [ class mysqlx_message__stmt_execute_ok ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class mysqlx_column_metadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ public $type ] + Property [ public $type_name ] + Property [ public $name ] + Property [ public $original_name ] + Property [ public $table ] + Property [ public $original_table ] + Property [ public $schema ] + Property [ public $catalog ] + Property [ public $collation ] + Property [ public $fractional_digits ] + Property [ public $length ] + Property [ public $flags ] + Property [ public $content_type ] + } + + - Methods [1] { + Method [ private method __construct ] { + } + } + } + + Class [ class mysqlx_resultset_metadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ object $capability ] + } + } + } + } + + Class [ class mysqlx_data_row ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ private method __construct ] { + } + + Method [ public method decode ] { + + - Parameters [1] { + Parameter #0 [ object $metadata ] + } + } + } + } + + Class [ class mysqlx_message__data_fetch_done ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } } } -- cgit