From 2f51153283a3e37de122c1ae5608aa1d0ef76f19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Mar 2017 09:25:27 +0100 Subject: php-pecl-mysql-xdevapi: 1.0.1 --- REFLECTION | 402 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 384 insertions(+), 18 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3531c0d..36e6ae9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { +Extension [ extension #61 mysql_xdevapi version 1.0.1 ] { - Dependencies { Dependency [ standard (Required) ] @@ -34,20 +34,14 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { - Functions { Function [ function mysql_xdevapi\getSession ] { - - Parameters [4] { - Parameter #0 [ string $hostname ] - Parameter #1 [ string $username ] - Parameter #2 [ string $password ] - Parameter #3 [ integer $port ] + - Parameters [1] { + Parameter #0 [ string $uri_string ] } } Function [ function mysql_xdevapi\getNodeSession ] { - - Parameters [4] { - Parameter #0 [ string $hostname ] - Parameter #1 [ string $username ] - Parameter #2 [ string $password ] - Parameter #3 [ integer $port ] + - Parameters [1] { + Parameter #0 [ string $uri_string ] } } Function [ function mysql_xdevapi\expression ] { @@ -58,7 +52,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { } } - - Classes [35] { + - Classes [41] { Interface [ interface mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -467,7 +461,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { Class [ final class mysql_xdevapi\Driver ] { - Constants [1] { - Constant [ public string version ] { 1.0.0 } + Constant [ public string version ] { 1.0.1 } } - Static properties [0] { @@ -876,7 +870,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { Property [ public $name ] } - - Methods [11] { + - Methods [14] { Method [ private method __construct ] { } @@ -942,6 +936,28 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { - Parameters [0] { } } + + Method [ public method createView ] { + + - Parameters [2] { + Parameter #0 [ string $view_name ] + Parameter #1 [ integer $replace_existing ] + } + } + + Method [ public method alterView ] { + + - Parameters [1] { + Parameter #0 [ string $view_name ] + } + } + + Method [ public method dropView ] { + + - Parameters [1] { + Parameter #0 [ string $view_name ] + } + } } } @@ -960,7 +976,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { Property [ public $name ] } - - Methods [10] { + - Methods [12] { Method [ private method __construct ] { } @@ -1021,6 +1037,21 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { Parameter #0 [ string $search_condition ] } } + + Method [ public method createIndex ] { + + - Parameters [2] { + Parameter #0 [ string $index_name ] + Parameter #1 [ integer $is_unique ] + } + } + + Method [ public method dropIndex ] { + + - Parameters [1] { + Parameter #0 [ string $index_name ] + } + } } } @@ -1050,6 +1081,67 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { } } + Class [ class mysql_xdevapi\NodeCollectionCreateIndex implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ private method __construct ] { + } + + Method [ public method field ] { + + - Parameters [3] { + Parameter #0 [ string $doc_path ] + Parameter #1 [ string $column_type ] + Parameter #2 [ integer $is_required ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeCollectionDropIndex implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ private method __construct ] { + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + Class [ class mysql_xdevapi\NodeCollectionFind implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSkippable, mysql_xdevapi\CrudOperationSortable ] { - Constants [0] { @@ -1064,7 +1156,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ private method __construct ] { } @@ -1082,6 +1174,13 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { } } + Method [ public method having ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + Method [ public method bind ] { - Parameters [1] { @@ -1175,7 +1274,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { Method [ public method unset ] { - Parameters [1] { - Parameter #0 [ array $variables ] + Parameter #0 [ $variables ] } } @@ -1272,6 +1371,175 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { } } + Class [ class mysql_xdevapi\ViewCreate implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ private method __construct ] { + } + + Method [ public method definer ] { + + - Parameters [1] { + Parameter #0 [ string $definer ] + } + } + + Method [ public method algorithm ] { + + - Parameters [1] { + Parameter #0 [ string $algorithm ] + } + } + + Method [ public method security ] { + + - Parameters [1] { + Parameter #0 [ string $security ] + } + } + + Method [ public method withCheckOption ] { + + - Parameters [1] { + Parameter #0 [ string $check_option ] + } + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + } + + Method [ public method definedAs ] { + + - Parameters [1] { + Parameter #0 [ object $defined_as ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\ViewAlter implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ private method __construct ] { + } + + Method [ public method definer ] { + + - Parameters [1] { + Parameter #0 [ string $definer ] + } + } + + Method [ public method algorithm ] { + + - Parameters [1] { + Parameter #0 [ string $algorithm ] + } + } + + Method [ public method security ] { + + - Parameters [1] { + Parameter #0 [ string $security ] + } + } + + Method [ public method withCheckOption ] { + + - Parameters [1] { + Parameter #0 [ string $check_option ] + } + } + + Method [ public method columns ] { + + - Parameters [1] { + Parameter #0 [ $columns ] + } + } + + Method [ public method definedAs ] { + + - Parameters [1] { + Parameter #0 [ object $defined_as ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\ViewDrop implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ private method __construct ] { + } + + Method [ public method ifExists ] { + + - Parameters [1] { + Parameter #0 [ boolean $if_exists ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + Class [ class mysql_xdevapi\NodeStatement ] { - Constants [2] { @@ -1646,6 +1914,98 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { } } + Class [ class mysql_xdevapi\ColumnResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ private method __construct ] { + } + + Method [ public method getSchemaName ] { + + - Parameters [0] { + } + } + + Method [ public method getTableName ] { + + - Parameters [0] { + } + } + + Method [ public method getTableLabel ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnName ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnLabel ] { + + - Parameters [0] { + } + } + + Method [ public method getLength ] { + + - Parameters [0] { + } + } + + Method [ public method getFractionalDigits ] { + + - Parameters [0] { + } + } + + Method [ public method isNumberSigned ] { + + - Parameters [0] { + } + } + + Method [ public method getCollationName ] { + + - Parameters [0] { + } + } + + Method [ public method getCharacterSetName ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isPadded ] { + + - Parameters [0] { + } + } + } + } + Class [ class mysql_xdevapi\NodeTable implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] { - Constants [0] { @@ -1661,7 +2021,7 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { Property [ public $name ] } - - Methods [10] { + - Methods [11] { Method [ private method __construct ] { } @@ -1677,6 +2037,12 @@ Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { } } + Method [ public method isView ] { + + - Parameters [0] { + } + } + Method [ public method existsInDatabase ] { - Parameters [0] { -- cgit