diff options
| author | Remi Collet <remi@remirepo.net> | 2019-01-23 06:59:28 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-01-23 06:59:28 +0100 | 
| commit | b0c67efe37f834c52e70c27ec635e3ea7defe0ae (patch) | |
| tree | 734ab15a275237359e2d6288d561dab239cb7c33 /REFLECTION | |
| parent | 5178b902f91c18cf833d892a7fbe1197928c9346 (diff) | |
v8.0.14
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 87 | 
1 files changed, 13 insertions, 74 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] { +Extension [ <persistent> extension #122 mysql_xdevapi version 8.0.14 ] {    - Dependencies {      Dependency [ standard (Required) ] @@ -91,7 +91,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {      }    } -  - Classes [51] { +  - Classes [50] {      Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\DatabaseObject ] {        - Constants [0] { @@ -417,43 +417,10 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\FieldMetadata ] { - -      - 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> 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 [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {        - Properties [0] {        } -      - Methods [20] { +      - Methods [17] {          Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {          } -        Method [ <internal:mysql_xdevapi> public method executeSql ] { - -          - Parameters [2] { -            Parameter #0 [ <required> string $query ] -            Parameter #1 [ <optional> ...$args ] -          } -        } -          Method [ <internal:mysql_xdevapi> public method sql ] {            - Parameters [1] { @@ -537,12 +496,6 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method getClientId ] { - -          - Parameters [0] { -          } -        } -          Method [ <internal:mysql_xdevapi> public method generateUUID ] {            - Parameters [0] { @@ -569,6 +522,12 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {            }          } +        Method [ <internal:mysql_xdevapi> public method getDefaultSchema ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:mysql_xdevapi> public method getSchema ] {            - Parameters [1] { @@ -615,19 +574,6 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method listClients ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method killClient ] { - -          - Parameters [1] { -            Parameter #0 [ <required> integer $client_id ] -          } -        } -          Method [ <internal:mysql_xdevapi> public method close ] {            - Parameters [0] { @@ -1408,7 +1354,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method getColumnCount ] { +        Method [ <internal:mysql_xdevapi> public method getColumnsCount ] {            - Parameters [0] {            } @@ -1494,7 +1440,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method getColumnCount ] { +        Method [ <internal:mysql_xdevapi> public method getColumnsCount ] {            - Parameters [0] {            } @@ -1709,7 +1655,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {        - Properties [0] {        } -      - Methods [7] { +      - Methods [6] {          Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {          } @@ -1734,13 +1680,6 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method offset ] { - -          - Parameters [1] { -            Parameter #0 [ <required> integer $position ] -          } -        } -          Method [ <internal:mysql_xdevapi> public method bind ] {            - Parameters [1] { | 
