From b0c67efe37f834c52e70c27ec635e3ea7defe0ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jan 2019 06:59:28 +0100 Subject: v8.0.14 --- REFLECTION | 87 ++++++++++---------------------------------------------------- 1 file changed, 13 insertions(+), 74 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 97bb717..481e43e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { +Extension [ extension #122 mysql_xdevapi version 8.0.14 ] { - Dependencies { Dependency [ standard (Required) ] @@ -91,7 +91,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - - Classes [51] { + - Classes [50] { Interface [ interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -417,43 +417,10 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Class [ class mysql_xdevapi\FieldMetadata ] { - - - 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 [ final class mysql_xdevapi\Driver ] { - Constants [1] { - Constant [ public string version ] { 8.0.13 } + Constant [ public string version ] { 8.0.14 } } - Static properties [0] { @@ -505,18 +472,10 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { - Properties [0] { } - - Methods [20] { + - Methods [17] { Method [ private method __construct ] { } - Method [ public method executeSql ] { - - - Parameters [2] { - Parameter #0 [ string $query ] - Parameter #1 [ ...$args ] - } - } - Method [ public method sql ] { - Parameters [1] { @@ -537,12 +496,6 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method getClientId ] { - - - Parameters [0] { - } - } - Method [ public method generateUUID ] { - Parameters [0] { @@ -569,6 +522,12 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } + Method [ public method getDefaultSchema ] { + + - Parameters [0] { + } + } + Method [ public method getSchema ] { - Parameters [1] { @@ -615,19 +574,6 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method listClients ] { - - - Parameters [0] { - } - } - - Method [ public method killClient ] { - - - Parameters [1] { - Parameter #0 [ integer $client_id ] - } - } - Method [ public method close ] { - Parameters [0] { @@ -1408,7 +1354,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method getColumnCount ] { + Method [ public method getColumnsCount ] { - Parameters [0] { } @@ -1494,7 +1440,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method getColumnCount ] { + Method [ public method getColumnsCount ] { - Parameters [0] { } @@ -1709,7 +1655,7 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { - Properties [0] { } - - Methods [7] { + - Methods [6] { Method [ private method __construct ] { } @@ -1734,13 +1680,6 @@ Extension [ extension #116 mysql_xdevapi version 8.0.13 ] { } } - Method [ public method offset ] { - - - Parameters [1] { - Parameter #0 [ integer $position ] - } - } - Method [ public method bind ] { - Parameters [1] { -- cgit