diff options
| author | Remi Collet <remi@remirepo.net> | 2018-10-22 10:30:13 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-10-22 10:30:13 +0200 | 
| commit | 5178b902f91c18cf833d892a7fbe1197928c9346 (patch) | |
| tree | a5d51e3f177af546336ab4114d110bdb188e1591 /REFLECTION | |
| parent | 77a9766ccefc492125d64fdb96399a8a24988701 (diff) | |
v8.0.13
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 59 | 
1 files changed, 53 insertions, 6 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] { +Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.13 ] {    - Dependencies {      Dependency [ standard (Required) ] @@ -76,6 +76,13 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {          Parameter #0 [ <required> string $uri ]        }      } +    Function [ <internal:mysql_xdevapi> function mysql_xdevapi\getClient ] { + +      - Parameters [2] { +        Parameter #0 [ <required> string $uri ] +        Parameter #1 [ <optional> string or NULL $client_options ] +      } +    }      Function [ <internal:mysql_xdevapi> function mysql_xdevapi\expression ] {        - Parameters [1] { @@ -84,7 +91,7 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {      }    } -  - Classes [50] { +  - Classes [51] {      Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\DatabaseObject ] {        - Constants [0] { @@ -446,7 +453,7 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {      Class [ <internal:mysql_xdevapi> final class mysql_xdevapi\Driver ] {        - Constants [1] { -        Constant [ public string version ] { 8.0.12 } +        Constant [ public string version ] { 8.0.13 }        }        - Static properties [0] { @@ -629,6 +636,38 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {        }      } +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Client ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:mysql_xdevapi, ctor> private method __construct ] { +        } + +        Method [ <internal:mysql_xdevapi> public method getSession ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:mysql_xdevapi> public method close ] { + +          - Parameters [0] { +          } +        } +      } +    } +      Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject ] {        - Constants [0] { @@ -853,7 +892,7 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {        - Properties [0] {        } -      - Methods [2] { +      - Methods [3] {          Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {          } @@ -862,6 +901,13 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {            - Parameters [0] {            }          } + +        Method [ <internal:mysql_xdevapi> public method add ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $json ] +          } +        }        }      } @@ -1911,9 +1957,10 @@ Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.12 ] {        - Methods [3] {          Method [ <internal:mysql_xdevapi> public method connect ] { -          - Parameters [2] { +          - Parameters [3] {              Parameter #0 [ <required> string $hostname ] -            Parameter #1 [ <required> integer $port ] +            Parameter #1 [ <optional> integer $port ] +            Parameter #2 [ <optional> integer $connection_timeout ]            }          } | 
