diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 124 | 
1 files changed, 62 insertions, 62 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] { +Extension [ <persistent> extension #83 mysql_xdevapi version 8.0.19 ] {    - Dependencies {      Dependency [ standard (Required) ] @@ -29,46 +29,46 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {    }    - Constants [40] { -    Constant [ string MYSQLX_VERSION ] { 8.0.18 } -    Constant [ integer MYSQLX_VERSION_ID ] { 80018 } -    Constant [ integer MYSQLX_CLIENT_SSL ] { 2048 } -    Constant [ integer MYSQLX_TYPE_DECIMAL ] { 0 } -    Constant [ integer MYSQLX_TYPE_TINY ] { 1 } -    Constant [ integer MYSQLX_TYPE_SHORT ] { 2 } -    Constant [ integer MYSQLX_TYPE_SMALLINT ] { 17 } -    Constant [ integer MYSQLX_TYPE_MEDIUMINT ] { 18 } -    Constant [ integer MYSQLX_TYPE_INT ] { 19 } -    Constant [ integer MYSQLX_TYPE_BIGINT ] { 20 } -    Constant [ integer MYSQLX_TYPE_LONG ] { 3 } -    Constant [ integer MYSQLX_TYPE_FLOAT ] { 4 } -    Constant [ integer MYSQLX_TYPE_DOUBLE ] { 5 } -    Constant [ integer MYSQLX_TYPE_NULL ] { 6 } -    Constant [ integer MYSQLX_TYPE_TIMESTAMP ] { 7 } -    Constant [ integer MYSQLX_TYPE_LONGLONG ] { 8 } -    Constant [ integer MYSQLX_TYPE_INT24 ] { 9 } -    Constant [ integer MYSQLX_TYPE_DATE ] { 10 } -    Constant [ integer MYSQLX_TYPE_TIME ] { 11 } -    Constant [ integer MYSQLX_TYPE_DATETIME ] { 12 } -    Constant [ integer MYSQLX_TYPE_YEAR ] { 13 } -    Constant [ integer MYSQLX_TYPE_NEWDATE ] { 14 } -    Constant [ integer MYSQLX_TYPE_ENUM ] { 247 } -    Constant [ integer MYSQLX_TYPE_SET ] { 248 } -    Constant [ integer MYSQLX_TYPE_TINY_BLOB ] { 249 } -    Constant [ integer MYSQLX_TYPE_MEDIUM_BLOB ] { 250 } -    Constant [ integer MYSQLX_TYPE_LONG_BLOB ] { 251 } -    Constant [ integer MYSQLX_TYPE_BLOB ] { 252 } -    Constant [ integer MYSQLX_TYPE_VAR_STRING ] { 253 } -    Constant [ integer MYSQLX_TYPE_STRING ] { 254 } -    Constant [ integer MYSQLX_TYPE_CHAR ] { 1 } -    Constant [ integer MYSQLX_TYPE_BYTES ] { 21 } -    Constant [ integer MYSQLX_TYPE_INTERVAL ] { 247 } -    Constant [ integer MYSQLX_TYPE_GEOMETRY ] { 255 } -    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 } +    Constant [ string MYSQLX_VERSION ] { 8.0.19 } +    Constant [ int MYSQLX_VERSION_ID ] { 80019 } +    Constant [ int MYSQLX_CLIENT_SSL ] { 2048 } +    Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 } +    Constant [ int MYSQLX_TYPE_TINY ] { 1 } +    Constant [ int MYSQLX_TYPE_SHORT ] { 2 } +    Constant [ int MYSQLX_TYPE_SMALLINT ] { 17 } +    Constant [ int MYSQLX_TYPE_MEDIUMINT ] { 18 } +    Constant [ int MYSQLX_TYPE_INT ] { 19 } +    Constant [ int MYSQLX_TYPE_BIGINT ] { 20 } +    Constant [ int MYSQLX_TYPE_LONG ] { 3 } +    Constant [ int MYSQLX_TYPE_FLOAT ] { 4 } +    Constant [ int MYSQLX_TYPE_DOUBLE ] { 5 } +    Constant [ int MYSQLX_TYPE_NULL ] { 6 } +    Constant [ int MYSQLX_TYPE_TIMESTAMP ] { 7 } +    Constant [ int MYSQLX_TYPE_LONGLONG ] { 8 } +    Constant [ int MYSQLX_TYPE_INT24 ] { 9 } +    Constant [ int MYSQLX_TYPE_DATE ] { 10 } +    Constant [ int MYSQLX_TYPE_TIME ] { 11 } +    Constant [ int MYSQLX_TYPE_DATETIME ] { 12 } +    Constant [ int MYSQLX_TYPE_YEAR ] { 13 } +    Constant [ int MYSQLX_TYPE_NEWDATE ] { 14 } +    Constant [ int MYSQLX_TYPE_ENUM ] { 247 } +    Constant [ int MYSQLX_TYPE_SET ] { 248 } +    Constant [ int MYSQLX_TYPE_TINY_BLOB ] { 249 } +    Constant [ int MYSQLX_TYPE_MEDIUM_BLOB ] { 250 } +    Constant [ int MYSQLX_TYPE_LONG_BLOB ] { 251 } +    Constant [ int MYSQLX_TYPE_BLOB ] { 252 } +    Constant [ int MYSQLX_TYPE_VAR_STRING ] { 253 } +    Constant [ int MYSQLX_TYPE_STRING ] { 254 } +    Constant [ int MYSQLX_TYPE_CHAR ] { 1 } +    Constant [ int MYSQLX_TYPE_BYTES ] { 21 } +    Constant [ int MYSQLX_TYPE_INTERVAL ] { 247 } +    Constant [ int MYSQLX_TYPE_GEOMETRY ] { 255 } +    Constant [ int MYSQLX_TYPE_JSON ] { 245 } +    Constant [ int MYSQLX_TYPE_NEWDECIMAL ] { 246 } +    Constant [ int MYSQLX_TYPE_BIT ] { 16 } +    Constant [ int MYSQLX_LOCK_DEFAULT ] { 0 } +    Constant [ int MYSQLX_LOCK_NOWAIT ] { 1 } +    Constant [ int MYSQLX_LOCK_SKIP_LOCKED ] { 2 }    }    - Functions { @@ -235,7 +235,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi> abstract public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          }        } @@ -259,7 +259,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi> abstract public method skip ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $skip ] +            Parameter #0 [ <required> int $skip ]            }          }        } @@ -874,35 +874,35 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationLimitable> public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          }          Method [ <internal:mysql_xdevapi> public method offset ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $position ] +            Parameter #0 [ <required> int $position ]            }          }          Method [ <internal:mysql_xdevapi> public method lockShared ] {            - Parameters [1] { -            Parameter #0 [ <optional> integer $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option ]            }          }          Method [ <internal:mysql_xdevapi> public method lockExclusive ] {            - Parameters [1] { -            Parameter #0 [ <optional> integer $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option ]            }          }          Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\Executable> public method execute ] {            - Parameters [1] { -            Parameter #0 [ <optional> integer $flags ] +            Parameter #0 [ <optional> int $flags ]            }          }        } @@ -943,14 +943,14 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationLimitable> public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          }          Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationSkippable> public method skip ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $position ] +            Parameter #0 [ <required> int $position ]            }          } @@ -1043,7 +1043,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi, prototype mysql_xdevapi\CrudOperationLimitable> public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          } @@ -1058,8 +1058,8 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {      Class [ <internal:mysql_xdevapi> class mysql_xdevapi\Statement ] {        - Constants [2] { -        Constant [ public integer EXECUTE_ASYNC ] { 1 } -        Constant [ public integer BUFFERED ] { 2 } +        Constant [ public int EXECUTE_ASYNC ] { 1 } +        Constant [ public int BUFFERED ] { 2 }        }        - Static properties [0] { @@ -1098,8 +1098,8 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {      Class [ <internal:mysql_xdevapi> class mysql_xdevapi\SqlStatement ] {        - Constants [2] { -        Constant [ public integer EXECUTE_ASYNC ] { 1 } -        Constant [ public integer BUFFERED ] { 2 } +        Constant [ public int EXECUTE_ASYNC ] { 1 } +        Constant [ public int BUFFERED ] { 2 }        }        - Static properties [0] { @@ -1126,7 +1126,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi> public method execute ] {            - Parameters [1] { -            Parameter #0 [ <optional> integer $flags ] +            Parameter #0 [ <optional> int $flags ]            }          } @@ -1637,7 +1637,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi> public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          } @@ -1745,28 +1745,28 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi> public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          }          Method [ <internal:mysql_xdevapi> public method offset ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $position ] +            Parameter #0 [ <required> int $position ]            }          }          Method [ <internal:mysql_xdevapi> public method lockShared ] {            - Parameters [1] { -            Parameter #0 [ <optional> integer $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option ]            }          }          Method [ <internal:mysql_xdevapi> public method lockExclusive ] {            - Parameters [1] { -            Parameter #0 [ <optional> integer $lock_waiting_option ] +            Parameter #0 [ <optional> int $lock_waiting_option ]            }          } @@ -1821,7 +1821,7 @@ Extension [ <persistent> extension #123 mysql_xdevapi version 8.0.18 ] {          Method [ <internal:mysql_xdevapi> public method limit ] {            - Parameters [1] { -            Parameter #0 [ <required> integer $rows ] +            Parameter #0 [ <required> int $rows ]            }          } | 
