diff options
| author | Remi Collet <remi@remirepo.net> | 2018-04-20 07:19:02 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-04-20 07:19:02 +0200 | 
| commit | c1d8e4abb3d90e29329793b6ec3d9ca1f40338e2 (patch) | |
| tree | 2b4142aa4f1fbc6926664f05d53179c28ca91c58 /REFLECTION | |
| parent | 65995bb610d180a791c4ee784e34af63f2b832b3 (diff) | |
v8.0.11 (stable)
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 411 | 
1 files changed, 66 insertions, 345 deletions
| @@ -1,8 +1,9 @@ -Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] { +Extension [ <persistent> extension #117 mysql_xdevapi version 8.0.11 ] {    - Dependencies {      Dependency [ standard (Required) ]      Dependency [ mysqlnd (Required) ] +    Dependency [ hash (Required) ]      Dependency [ json (Required) ]    } @@ -27,7 +28,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {      }    } -  - Constants [35] { +  - Constants [38] {      Constant [ integer MYSQLX_CLIENT_SSL ] { 2048 }      Constant [ integer MYSQLX_TYPE_DECIMAL ] { 0 }      Constant [ integer MYSQLX_TYPE_TINY ] { 1 } @@ -63,6 +64,9 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {      Constant [ integer MYSQLX_TYPE_JSON ] { 245 }      Constant [ integer MYSQLX_TYPE_NEWDECIMAL ] { 246 }      Constant [ integer MYSQLX_TYPE_BIT ] { 16 } +    Constant [ integer MYSQLX_LOCK_DEFAULT ] { 0 } +    Constant [ integer MYSQLX_LOCK_NOWAIT ] { 1 } +    Constant [ integer MYSQLX_LOCK_SKIP_LOCKED ] { 2 }    }    - Functions { @@ -79,7 +83,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {      }    } -  - Classes [36] { +  - Classes [34] {      Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\DatabaseObject ] {        - Constants [0] { @@ -179,53 +183,6 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\Session ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [0] { -      } - -      - Methods [5] { -        Method [ <internal:mysql_xdevapi> abstract public method getSchemas ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> abstract public method getSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> abstract public method createSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> abstract public method dropSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> abstract public method close ] { - -          - Parameters [0] { -          } -        } -      } -    } -      Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\CrudOperationBindable ] {        - Constants [0] { @@ -488,7 +445,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {      Class [ <internal:mysql_xdevapi> final class mysql_xdevapi\Driver ] {        - Constants [1] { -        Constant [ public string version ] { 8.0.4 } +        Constant [ public string version ] { 8.0.11 }        }        - Static properties [0] { @@ -506,7 +463,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\BaseSession implements mysql_xdevapi\Session ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\XSession ] {        - Constants [0] {        } @@ -520,247 +477,13 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        - Properties [0] {        } -      - Methods [18] { +      - Methods [1] {          Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {          } - -        Method [ <internal:mysql_xdevapi> public method getServerVersion ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method getClientId ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method generateUUID ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method quoteName ] { - -          - Parameters [1] { -            Parameter #0 [ <required> string $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Session> public method getSchemas ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Session> public method getSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Session> public method createSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Session> public method dropSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method startTransaction ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method commit ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method rollback ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi> public method setSavepoint ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi> public method rollbackTo ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> string $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi> public method releaseSavepoint ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> string $name ] -          } -        } - -        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, prototype mysql_xdevapi\Session> public method close ] { - -          - Parameters [0] { -          } -        } -      } -    } - -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\XSession extends mysql_xdevapi\BaseSession implements mysql_xdevapi\Session ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [0] { -      } - -      - Methods [18] { -        Method [ <internal:mysql_xdevapi, overwrites mysql_xdevapi\BaseSession, ctor> private method __construct ] { -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method getServerVersion ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method getClientId ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method generateUUID ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method quoteName ] { - -          - Parameters [1] { -            Parameter #0 [ <required> string $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method getSchemas ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method getSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method createSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method dropSchema ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method startTransaction ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method commit ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method rollback ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method setSavepoint ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method rollbackTo ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> string $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method releaseSavepoint ] { - -          - Parameters [1] { -            Parameter #0 [ <optional> string $name ] -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method listClients ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method killClient ] { - -          - Parameters [1] { -            Parameter #0 [ <required> integer $client_id ] -          } -        } - -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method close ] { - -          - Parameters [0] { -          } -        }        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeSession extends mysql_xdevapi\BaseSession implements mysql_xdevapi\Session ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Session ] {        - Constants [0] {        } @@ -775,7 +498,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }        - Methods [20] { -        Method [ <internal:mysql_xdevapi, overwrites mysql_xdevapi\BaseSession, ctor> private method __construct ] { +        Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {          }          Method [ <internal:mysql_xdevapi> public method executeSql ] { @@ -788,108 +511,108 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {            }          } -        Method [ <internal:mysql_xdevapi, overwrites mysql_xdevapi\BaseSession, prototype mysql_xdevapi\BaseSession> public method quoteName ] { +        Method [ <internal:mysql_xdevapi> public method quoteName ] {            - Parameters [1] {              Parameter #0 [ <required> string $name ]            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method getServerVersion ] { +        Method [ <internal:mysql_xdevapi> public method getServerVersion ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method getClientId ] { +        Method [ <internal:mysql_xdevapi> public method getClientId ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method generateUUID ] { +        Method [ <internal:mysql_xdevapi> public method generateUUID ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method getSchemas ] { +        Method [ <internal:mysql_xdevapi> public method createSchema ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method getSchema ] { +        Method [ <internal:mysql_xdevapi> public method dropSchema ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method createSchema ] { +        Method [ <internal:mysql_xdevapi> public method getSchemas ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method dropSchema ] { +        Method [ <internal:mysql_xdevapi> public method getSchema ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method startTransaction ] { +        Method [ <internal:mysql_xdevapi> public method startTransaction ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method commit ] { +        Method [ <internal:mysql_xdevapi> public method commit ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method rollback ] { +        Method [ <internal:mysql_xdevapi> public method rollback ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method setSavepoint ] { +        Method [ <internal:mysql_xdevapi> public method setSavepoint ] {            - Parameters [1] {              Parameter #0 [ <optional> $name ]            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method rollbackTo ] { +        Method [ <internal:mysql_xdevapi> public method rollbackTo ] {            - Parameters [1] {              Parameter #0 [ <optional> string $name ]            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method releaseSavepoint ] { +        Method [ <internal:mysql_xdevapi> public method releaseSavepoint ] {            - Parameters [1] {              Parameter #0 [ <optional> string $name ]            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method listClients ] { +        Method [ <internal:mysql_xdevapi> public method listClients ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession> public method killClient ] { +        Method [ <internal:mysql_xdevapi> public method killClient ] {            - Parameters [1] {              Parameter #0 [ <required> integer $client_id ]            }          } -        Method [ <internal:mysql_xdevapi, inherits mysql_xdevapi\BaseSession, prototype mysql_xdevapi\Session> public method close ] { +        Method [ <internal:mysql_xdevapi> public method close ] {            - Parameters [0] {            } @@ -897,7 +620,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeSchema implements mysql_xdevapi\DatabaseObject ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Schema implements mysql_xdevapi\DatabaseObject ] {        - Constants [0] {        } @@ -983,7 +706,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeCollection implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Collection implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] {        - Constants [0] {        } @@ -1107,7 +830,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeCollectionAdd implements mysql_xdevapi\Executable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\CollectionAdd implements mysql_xdevapi\Executable ] {        - Constants [0] {        } @@ -1133,7 +856,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeCollectionFind implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSortable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\CollectionFind implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSortable ] {        - Constants [0] {        } @@ -1202,13 +925,15 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {          Method [ <internal:mysql_xdevapi> public method lockShared ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> integer $lock_waiting_option ]            }          }          Method [ <internal:mysql_xdevapi> public method lockExclusive ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> integer $lock_waiting_option ]            }          } @@ -1220,7 +945,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeCollectionModify implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSkippable, mysql_xdevapi\CrudOperationSortable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\CollectionModify implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSkippable, mysql_xdevapi\CrudOperationSortable ] {        - Constants [0] {        } @@ -1334,7 +1059,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeCollectionRemove implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSortable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\CollectionRemove implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSortable ] {        - Constants [0] {        } @@ -1381,7 +1106,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeStatement ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Statement ] {        - Constants [2] {          Constant [ public integer EXECUTE_ASYNC ] { 1 } @@ -1421,7 +1146,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeSqlStatement ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\SqlStatement ] {        - Constants [2] {          Constant [ public integer EXECUTE_ASYNC ] { 1 } @@ -1472,7 +1197,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\NodeBaseResult ] { +    Interface [ <internal:mysql_xdevapi> interface mysql_xdevapi\BaseResult ] {        - Constants [0] {        } @@ -1501,7 +1226,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\NodeDocResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult, Traversable ] {        - Constants [0] {        } @@ -1531,13 +1256,13 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarningCount ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarningCount ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarnings ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarnings ] {            - Parameters [0] {            } @@ -1545,7 +1270,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\NodeResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\Result implements mysql_xdevapi\BaseResult, Traversable ] {        - Constants [0] {        } @@ -1559,7 +1284,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        - Properties [0] {        } -      - Methods [7] { +      - Methods [6] {          Method [ <internal:mysql_xdevapi, ctor> private method __construct ] {          } @@ -1575,25 +1300,19 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method getDocumentId ] { +        Method [ <internal:mysql_xdevapi> public method getGeneratedIds ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi> public method getDocumentIds ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarningCount ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarningCount ] { - -          - Parameters [0] { -          } -        } - -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarnings ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarnings ] {            - Parameters [0] {            } @@ -1601,7 +1320,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\NodeRowResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\RowResult implements mysql_xdevapi\BaseResult, Traversable ] {        - Constants [0] {        } @@ -1631,13 +1350,13 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarningCount ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarningCount ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarnings ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarnings ] {            - Parameters [0] {            } @@ -1663,7 +1382,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\NodeSqlStatementResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { +    Class [ <internal:mysql_xdevapi> <iterateable> class mysql_xdevapi\SqlStatementResult implements mysql_xdevapi\BaseResult, Traversable ] {        - Constants [0] {        } @@ -1711,19 +1430,19 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {            }          } -        Method [ <internal:mysql_xdevapi> public method getDocumentId ] { +        Method [ <internal:mysql_xdevapi> public method getGeneratedIds ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarningCount ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarningCount ] {            - Parameters [0] {            }          } -        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\NodeBaseResult> public method getWarnings ] { +        Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\BaseResult> public method getWarnings ] {            - Parameters [0] {            } @@ -1847,7 +1566,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeTable implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Table implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] {        - Constants [0] {        } @@ -1928,7 +1647,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeTableDelete implements mysql_xdevapi\Executable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\TableDelete implements mysql_xdevapi\Executable ] {        - Constants [0] {        } @@ -1989,7 +1708,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeTableInsert implements mysql_xdevapi\Executable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\TableInsert implements mysql_xdevapi\Executable ] {        - Constants [0] {        } @@ -2022,7 +1741,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeTableSelect implements mysql_xdevapi\Executable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\TableSelect implements mysql_xdevapi\Executable ] {        - Constants [0] {        } @@ -2091,13 +1810,15 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {          Method [ <internal:mysql_xdevapi> public method lockShared ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> integer $lock_waiting_option ]            }          }          Method [ <internal:mysql_xdevapi> public method lockExclusive ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <optional> integer $lock_waiting_option ]            }          } @@ -2109,7 +1830,7 @@ Extension [ <persistent> extension #116 mysql_xdevapi version 8.0.4 ] {        }      } -    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\NodeTableUpdate implements mysql_xdevapi\Executable ] { +    Class [ <internal:mysql_xdevapi> class mysql_xdevapi\TableUpdate implements mysql_xdevapi\Executable ] {        - Constants [0] {        } | 
