From 68ad6a9637deaa93f00090fb7bc9f7a5acbd8b97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Jun 2017 10:44:01 +0200 Subject: switch --- REFLECTION | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 343 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a4fd1a9..cb3583d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,10 +1,13 @@ -Extension [ extension #16 tarantool version 1.0 ] { +Extension [ extension #127 tarantool version 0.2.0 ] { - INI { - Entry [ tarantool.con_per_host ] - Current = '5' + Entry [ tarantool.persistent ] + Current = '0' + } + Entry [ tarantool.use_namespace ] + Current = '0' } - Entry [ tarantool.persistent ] + Entry [ tarantool.connection_alias ] Current = '0' } Entry [ tarantool.timeout ] @@ -36,10 +39,25 @@ Extension [ extension #16 tarantool version 1.0 ] { Constant [ integer TARANTOOL_ITER_NEIGHBOR ] { 11 } } - - Classes [1] { + - Classes [5] { Class [ class Tarantool ] { - - Constants [0] { + - Constants [15] { + Constant [ integer ITERATOR_EQ ] { 0 } + Constant [ integer ITERATOR_REQ ] { 1 } + Constant [ integer ITERATOR_ALL ] { 2 } + Constant [ integer ITERATOR_LT ] { 3 } + Constant [ integer ITERATOR_LE ] { 4 } + Constant [ integer ITERATOR_GE ] { 5 } + Constant [ integer ITERATOR_GT ] { 6 } + Constant [ integer ITERATOR_BITS_ALL_SET ] { 7 } + Constant [ integer ITERATOR_BITSET_ALL_SET ] { 7 } + Constant [ integer ITERATOR_BITS_ANY_SET ] { 8 } + Constant [ integer ITERATOR_BITSET_ANY_SET ] { 8 } + Constant [ integer ITERATOR_BITS_ALL_NOT_SET ] { 9 } + Constant [ integer ITERATOR_BITSET_ALL_NOT_SET ] { 9 } + Constant [ integer ITERATOR_OVERLAPS ] { 10 } + Constant [ integer ITERATOR_NEIGHBOR ] { 11 } } - Static properties [0] { @@ -51,56 +69,374 @@ Extension [ extension #16 tarantool version 1.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [18] { Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $login ] + Parameter #3 [ $password ] + Parameter #4 [ $persistent_id ] + } } Method [ public method connect ] { + + - Parameters [0] { + } + } + + Method [ public method reconnect ] { + + - Parameters [0] { + } } Method [ public method close ] { + + - Parameters [0] { + } } Method [ public method flush_schema ] { + + - Parameters [0] { + } } Method [ public method authenticate ] { + + - Parameters [2] { + Parameter #0 [ $login ] + Parameter #1 [ $password ] + } } Method [ public method ping ] { + + - Parameters [0] { + } } Method [ public method select ] { + + - Parameters [6] { + Parameter #0 [ $space ] + Parameter #1 [ $key ] + Parameter #2 [ $index ] + Parameter #3 [ $limit ] + Parameter #4 [ $offset ] + Parameter #5 [ $iterator ] + } } Method [ public method insert ] { + + - Parameters [2] { + Parameter #0 [ $space ] + Parameter #1 [ array $tuple ] + } } Method [ public method replace ] { + + - Parameters [2] { + Parameter #0 [ $space ] + Parameter #1 [ array $tuple ] + } } Method [ public method call ] { + + - Parameters [2] { + Parameter #0 [ $proc ] + Parameter #1 [ $tuple ] + } } Method [ public method eval ] { + + - Parameters [2] { + Parameter #0 [ $proc ] + Parameter #1 [ $tuple ] + } } Method [ public method delete ] { + + - Parameters [3] { + Parameter #0 [ $space ] + Parameter #1 [ $key ] + Parameter #2 [ $index ] + } } Method [ public method update ] { + + - Parameters [4] { + Parameter #0 [ $space ] + Parameter #1 [ $key ] + Parameter #2 [ array $args ] + Parameter #3 [ $index ] + } } Method [ public method upsert ] { + + - Parameters [3] { + Parameter #0 [ $space ] + Parameter #1 [ array $tuple ] + Parameter #2 [ array $args ] + } } Method [ public method evaluate ] { + + - Parameters [2] { + Parameter #0 [ $proc ] + Parameter #1 [ $tuple ] + } } Method [ public method flushSchema ] { + + - Parameters [0] { + } } Method [ public method disconnect ] { + + - Parameters [0] { + } + } + } + } + + Class [ class TarantoolException extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class TarantoolIOException extends TarantoolException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class TarantoolClientError extends TarantoolException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class TarantoolParsingException extends TarantoolException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } -- cgit