summaryrefslogtreecommitdiffstats
path: root/REFLECTION-DEV
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION-DEV')
-rw-r--r--REFLECTION-DEV109
1 files changed, 109 insertions, 0 deletions
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 [ <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 ] {
+ }
+ }
+ }
+ }
+}
+