diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-24 14:29:35 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-24 14:29:35 +0100 |
commit | 989094157dadb6a2440f8439f8e4a9d99f49e56a (patch) | |
tree | 319d7ee8782d9f724ee68685b62828fb5abe5a0e /REFLECTION |
php-tarantool: 0.1.0 (php 5, beta, new package)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a4fd1a9 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,109 @@ +Extension [ <persistent> extension #16 tarantool version 1.0 ] { + + - INI { + Entry [ tarantool.con_per_host <SYSTEM> ] + Current = '5' + } + Entry [ tarantool.persistent <SYSTEM> ] + Current = '0' + } + Entry [ tarantool.timeout <ALL> ] + Current = '10.0' + } + Entry [ tarantool.request_timeout <ALL> ] + Current = '10.0' + } + Entry [ tarantool.retry_count <ALL> ] + Current = '1' + } + Entry [ tarantool.retry_sleep <ALL> ] + 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 [ <internal:tarantool> class Tarantool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ <internal:tarantool, ctor> public method __construct ] { + } + + Method [ <internal:tarantool> public method connect ] { + } + + Method [ <internal:tarantool> public method close ] { + } + + Method [ <internal:tarantool> public method flush_schema ] { + } + + Method [ <internal:tarantool> public method authenticate ] { + } + + Method [ <internal:tarantool> public method ping ] { + } + + Method [ <internal:tarantool> public method select ] { + } + + Method [ <internal:tarantool> public method insert ] { + } + + Method [ <internal:tarantool> public method replace ] { + } + + Method [ <internal:tarantool> public method call ] { + } + + Method [ <internal:tarantool> public method eval ] { + } + + Method [ <internal:tarantool> public method delete ] { + } + + Method [ <internal:tarantool> public method update ] { + } + + Method [ <internal:tarantool> public method upsert ] { + } + + Method [ <internal:tarantool> public method evaluate ] { + } + + Method [ <internal:tarantool> public method flushSchema ] { + } + + Method [ <internal:tarantool> public method disconnect ] { + } + } + } + } +} + |