From 02b8d2f45f59840463b0afe0030f5c0280ea0871 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2016 11:08:29 +0200 Subject: php-tarantool: dup the spec --- REFLECTION-DEV | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 REFLECTION-DEV (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV new file mode 100644 index 0000000..a4fd1a9 --- /dev/null +++ b/REFLECTION-DEV @@ -0,0 +1,109 @@ +Extension [ extension #16 tarantool version 1.0 ] { + + - INI { + Entry [ tarantool.con_per_host ] + Current = '5' + } + Entry [ tarantool.persistent ] + Current = '0' + } + Entry [ tarantool.timeout ] + Current = '10.0' + } + Entry [ tarantool.request_timeout ] + Current = '10.0' + } + Entry [ tarantool.retry_count ] + Current = '1' + } + Entry [ tarantool.retry_sleep ] + Current = '0.1' + } + } + + - Constants [12] { + Constant [ integer TARANTOOL_ITER_EQ ] { 0 } + Constant [ integer TARANTOOL_ITER_REQ ] { 1 } + Constant [ integer TARANTOOL_ITER_ALL ] { 2 } + Constant [ integer TARANTOOL_ITER_LT ] { 3 } + Constant [ integer TARANTOOL_ITER_LE ] { 4 } + Constant [ integer TARANTOOL_ITER_GE ] { 5 } + Constant [ integer TARANTOOL_ITER_GT ] { 6 } + Constant [ integer TARANTOOL_ITER_BITSET_ALL_SET ] { 7 } + Constant [ integer TARANTOOL_ITER_BITSET_ANY_SET ] { 8 } + Constant [ integer TARANTOOL_ITER_BITSET_ALL_NOT_SET ] { 9 } + Constant [ integer TARANTOOL_ITER_OVERLAPS ] { 10 } + Constant [ integer TARANTOOL_ITER_NEIGHBOR ] { 11 } + } + + - Classes [1] { + Class [ class Tarantool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ public method __construct ] { + } + + Method [ public method connect ] { + } + + Method [ public method close ] { + } + + Method [ public method flush_schema ] { + } + + Method [ public method authenticate ] { + } + + Method [ public method ping ] { + } + + Method [ public method select ] { + } + + Method [ public method insert ] { + } + + Method [ public method replace ] { + } + + Method [ public method call ] { + } + + Method [ public method eval ] { + } + + Method [ public method delete ] { + } + + Method [ public method update ] { + } + + Method [ public method upsert ] { + } + + Method [ public method evaluate ] { + } + + Method [ public method flushSchema ] { + } + + Method [ public method disconnect ] { + } + } + } + } +} + -- cgit