diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.20 ] { +Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.21 ] { - Dependencies { Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.20 ] { } - Constants [40] { - Constant [ string MYSQLX_VERSION ] { 8.0.20 } - Constant [ int MYSQLX_VERSION_ID ] { 80020 } + Constant [ string MYSQLX_VERSION ] { 8.0.21 } + Constant [ int MYSQLX_VERSION_ID ] { 80021 } Constant [ int MYSQLX_CLIENT_SSL ] { 2048 } Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ int MYSQLX_TYPE_TINY ] { 1 } @@ -590,7 +590,7 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.20 ] { Property [ <default> public $name ] } - - Methods [11] { + - Methods [12] { Method [ <internal:mysql_xdevapi, ctor> private method __construct ] { } @@ -614,8 +614,17 @@ Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.20 ] { Method [ <internal:mysql_xdevapi> public method createCollection ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> string $options ] + } + } + + Method [ <internal:mysql_xdevapi> public method modifyCollection ] { + + - Parameters [2] { Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> string $options ] } } |