From 96b6277a33b0a9a9344f15f1b0adaf4e89b7b5a1 Mon Sep 17 00:00:00 2001 From: igorcoding Date: Thu, 9 May 2024 11:37:18 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20igorcodi?= =?UTF-8?q?ng/asynctnt@8994fccf6705204a2a82c7f7aeb74e50a8539c36=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .buildinfo | 2 +- CHANGELOG.html | 15 +- _modules/asynctnt.html | 10 +- _modules/asynctnt/api.html | 6 +- _modules/asynctnt/connection.html | 21 ++- _modules/asynctnt/exceptions.html | 6 +- _modules/asynctnt/instance.html | 6 +- _modules/asynctnt/iproto/protocol.html | 116 +++++++++++++++- _modules/asynctnt/log.html | 6 +- _modules/asynctnt/prepared.html | 6 +- _modules/asynctnt/stream.html | 6 +- _modules/asynctnt/types.html | 6 +- _modules/index.html | 6 +- _sources/CHANGELOG.md.txt | 6 + .../autoapi/asynctnt/connection/index.rst.txt | 9 +- _sources/autoapi/asynctnt/index.rst.txt | 66 ++++++++- .../asynctnt/iproto/protocol/index.rst.txt | 114 ++++++++++++++++ _sources/mpext.md.txt | 38 +++++- _sources/overview.md.txt | 3 +- _static/documentation_options.js | 2 +- autoapi/asynctnt/api/index.html | 6 +- autoapi/asynctnt/connection/index.html | 15 +- autoapi/asynctnt/exceptions/index.html | 6 +- autoapi/asynctnt/index.html | 88 ++++++++++-- autoapi/asynctnt/instance/index.html | 6 +- autoapi/asynctnt/iproto/index.html | 6 +- autoapi/asynctnt/iproto/protocol/index.html | 128 +++++++++++++++++- autoapi/asynctnt/log/index.html | 6 +- autoapi/asynctnt/prepared/index.html | 6 +- autoapi/asynctnt/stream/index.html | 6 +- autoapi/asynctnt/types/index.html | 6 +- autoapi/index.html | 6 +- examples.html | 6 +- genindex.html | 127 +++++++++++++++-- index.html | 12 +- installation.html | 6 +- metadata.html | 6 +- mpext.html | 47 ++++++- objects.inv | Bin 5373 -> 5618 bytes overview.html | 9 +- pushes.html | 6 +- py-modindex.html | 6 +- search.html | 6 +- searchindex.js | 2 +- sql.html | 6 +- streams.html | 6 +- ttuple.html | 6 +- 47 files changed, 843 insertions(+), 143 deletions(-) diff --git a/.buildinfo b/.buildinfo index 5af11df..b4dfe65 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 1a3bd59783aace59ed0338e1e3ce6b1f +config: 2a9891b94f2e939d6b7dc834fc59524d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/CHANGELOG.html b/CHANGELOG.html index c7160fa..096af51 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -4,7 +4,7 @@ - Changelog — asynctnt 2.2.0 documentation + Changelog — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
- 2.2.0 + 2.3.0
@@ -59,6 +59,7 @@
  • Streams and Transactions
  • Type Extensions
  • Changelog
      +
    • v2.3.0
    • v2.2.0
    • v2.1.0
    • v2.0.1
    • @@ -103,6 +104,14 @@

      Changelog

      +
      +

      v2.3.0

      +

      New features:

      +
        +
      • Added support for interval types #30

      • +
      • Added ability to retrieve IProto features available in Tarantool using conn.features property

      • +
      +

      v2.2.0

      New features:

      diff --git a/_modules/asynctnt.html b/_modules/asynctnt.html index 5ed8ec3..c6f34b4 100644 --- a/_modules/asynctnt.html +++ b/_modules/asynctnt.html @@ -3,7 +3,7 @@ - asynctnt — asynctnt 2.2.0 documentation + asynctnt — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -88,12 +88,14 @@

      Source code for asynctnt

       
       from .connection import Connection, connect
       from .iproto.protocol import (
      +    Adjust,
           Db,
           Field,
           IProtoError,
           IProtoErrorStackFrame,
           Iterator,
           Metadata,
      +    MPInterval,
           PushIterator,
           Response,
           Schema,
      @@ -104,7 +106,7 @@ 

      Source code for asynctnt

       
       
      [docs] -__version__ = "2.2.0"
      +__version__ = "2.3.0"
      diff --git a/_modules/asynctnt/api.html b/_modules/asynctnt/api.html index 542ac63..c84b140 100644 --- a/_modules/asynctnt/api.html +++ b/_modules/asynctnt/api.html @@ -3,7 +3,7 @@ - asynctnt.api — asynctnt 2.2.0 documentation + asynctnt.api — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/asynctnt/connection.html b/_modules/asynctnt/connection.html index 6eec668..c78c2c3 100644 --- a/_modules/asynctnt/connection.html +++ b/_modules/asynctnt/connection.html @@ -3,7 +3,7 @@ - asynctnt.connection — asynctnt 2.2.0 documentation + asynctnt.connection — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -589,7 +589,7 @@

      Source code for asynctnt.connection

       
       
      [docs] - async def __aenter__(self): + async def __aenter__(self) -> "Connection": """ Executed on entering the async with section. Connects to Tarantool instance. @@ -814,7 +814,7 @@

      Source code for asynctnt.connection

                   Api.call = Api.call16
                   Connection.call = Connection.call16
       
      -        if self.version < (2, 10):  # pragma: nocover
      +        if not self.features.streams:  # pragma: nocover
       
                   def stream_stub(_):
                       raise TarantoolError("streams are available only in Tarantool 2.10+")
      @@ -840,6 +840,17 @@ 

      Source code for asynctnt.connection

               db = self._protocol.create_db(True)
               stream._set_db(db)
               return stream
      + + + @property +
      +[docs] + def features(self) -> protocol.IProtoFeatures: + """ + Lookup available Tarantool features - https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/ + :return: + """ + return self._protocol.features
      diff --git a/_modules/asynctnt/exceptions.html b/_modules/asynctnt/exceptions.html index a694f66..d95f4a8 100644 --- a/_modules/asynctnt/exceptions.html +++ b/_modules/asynctnt/exceptions.html @@ -3,7 +3,7 @@ - asynctnt.exceptions — asynctnt 2.2.0 documentation + asynctnt.exceptions — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/asynctnt/instance.html b/_modules/asynctnt/instance.html index 9a42f33..d56fa88 100644 --- a/_modules/asynctnt/instance.html +++ b/_modules/asynctnt/instance.html @@ -3,7 +3,7 @@ - asynctnt.instance — asynctnt 2.2.0 documentation + asynctnt.instance — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/asynctnt/iproto/protocol.html b/_modules/asynctnt/iproto/protocol.html index e831ca7..f40db4c 100644 --- a/_modules/asynctnt/iproto/protocol.html +++ b/_modules/asynctnt/iproto/protocol.html @@ -3,7 +3,7 @@ - asynctnt.iproto.protocol — asynctnt 2.2.0 documentation + asynctnt.iproto.protocol — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -88,6 +88,8 @@

      Source code for asynctnt.iproto.protocol

       import asyncio
       from typing import Any, Dict, Iterator, List, Optional, Tuple, Union
       
      +from asynctnt.iproto.protocol import Adjust
      +
       
      [docs] class Field: @@ -550,6 +552,11 @@

      Source code for asynctnt.iproto.protocol

       [docs]
           def schema(self) -> Schema: ...
      + @property +
      +[docs] + def features(self) -> IProtoFeatures: ...
      +
      [docs] def create_db(self, gen_stream_id: bool = False) -> Db: ...
      @@ -575,6 +582,109 @@

      Source code for asynctnt.iproto.protocol

           def get_version(self) -> tuple: ...
      + +
      +[docs] +class MPInterval: +
      +[docs] + year: int
      + +
      +[docs] + month: int
      + +
      +[docs] + week: int
      + +
      +[docs] + day: int
      + +
      +[docs] + hour: int
      + +
      +[docs] + min: int
      + +
      +[docs] + sec: int
      + +
      +[docs] + nsec: int
      + +
      +[docs] + adjust: Adjust
      + + + def __init__( + self, + year: int = 0, + month: int = 0, + week: int = 0, + day: int = 0, + hour: int = 0, + min: int = 0, + sec: int = 0, + nsec: int = 0, + adjust: Adjust = Adjust.NONE, + ): ... +
      +[docs] + def __eq__(self, other) -> bool: ...
      +
      + + +
      +[docs] +class IProtoFeatures: +
      +[docs] + streams: bool
      + +
      +[docs] + transactions: bool
      + +
      +[docs] + error_extension: bool
      + +
      +[docs] + watchers: bool
      + +
      +[docs] + pagination: bool
      + +
      +[docs] + space_and_index_names: bool
      + +
      +[docs] + watch_once: bool
      + +
      +[docs] + dml_tuple_extension: bool
      + +
      +[docs] + call_ret_tuple_extension: bool
      + +
      +[docs] + call_arg_tuple_extension: bool
      +
      +
      diff --git a/_modules/asynctnt/log.html b/_modules/asynctnt/log.html index e0b9910..acea4ce 100644 --- a/_modules/asynctnt/log.html +++ b/_modules/asynctnt/log.html @@ -3,7 +3,7 @@ - asynctnt.log — asynctnt 2.2.0 documentation + asynctnt.log — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/asynctnt/prepared.html b/_modules/asynctnt/prepared.html index f40f860..fa06168 100644 --- a/_modules/asynctnt/prepared.html +++ b/_modules/asynctnt/prepared.html @@ -3,7 +3,7 @@ - asynctnt.prepared — asynctnt 2.2.0 documentation + asynctnt.prepared — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/asynctnt/stream.html b/_modules/asynctnt/stream.html index 2d62753..a84d9c4 100644 --- a/_modules/asynctnt/stream.html +++ b/_modules/asynctnt/stream.html @@ -3,7 +3,7 @@ - asynctnt.stream — asynctnt 2.2.0 documentation + asynctnt.stream — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/asynctnt/types.html b/_modules/asynctnt/types.html index 744cb1e..f7878e6 100644 --- a/_modules/asynctnt/types.html +++ b/_modules/asynctnt/types.html @@ -3,7 +3,7 @@ - asynctnt.types — asynctnt 2.2.0 documentation + asynctnt.types — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_modules/index.html b/_modules/index.html index 6423f6f..70ec98f 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -3,7 +3,7 @@ - Overview: module code — asynctnt 2.2.0 documentation + Overview: module code — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/_sources/CHANGELOG.md.txt b/_sources/CHANGELOG.md.txt index daef2f8..a29ce89 100644 --- a/_sources/CHANGELOG.md.txt +++ b/_sources/CHANGELOG.md.txt @@ -1,5 +1,11 @@ # Changelog +## v2.3.0 +**New features:** +* Added support for [interval types](https://www.tarantool.io/en/doc/latest/reference/reference_lua/datetime/interval_object/) [#30](https://github.com/igorcoding/asynctnt/issues/30) +* Added ability to retrieve IProto features [available](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/) in Tarantool using `conn.features` property + + ## v2.2.0 **New features:** * Implemented ability to send update/upsert requests with field names when schema is disabled (`fetch_schema=False`) and when fields are not found in the schema (good example of this case is using json path like `data.inner1.inner2.key1` as a key) diff --git a/_sources/autoapi/asynctnt/connection/index.rst.txt b/_sources/autoapi/asynctnt/connection/index.rst.txt index 17d4648..330af13 100644 --- a/_sources/autoapi/asynctnt/connection/index.rst.txt +++ b/_sources/autoapi/asynctnt/connection/index.rst.txt @@ -173,6 +173,13 @@ Functions initial_read_buffer_size value + .. py:property:: features + :type: asynctnt.iproto.protocol.IProtoFeatures + + Lookup available Tarantool features - https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/ + :return: + + .. py:attribute:: __slots__ :value: ('_host', '_port', '_username', '_password', '_fetch_schema', '_auto_refetch_schema',... @@ -227,7 +234,7 @@ Functions Just calls disconnect() and connect() - .. py:method:: __aenter__() + .. py:method:: __aenter__() -> Connection :async: Executed on entering the async with section. diff --git a/_sources/autoapi/asynctnt/index.rst.txt b/_sources/autoapi/asynctnt/index.rst.txt index 6e06394..bd1596d 100644 --- a/_sources/autoapi/asynctnt/index.rst.txt +++ b/_sources/autoapi/asynctnt/index.rst.txt @@ -43,6 +43,7 @@ Classes asynctnt.IProtoError asynctnt.IProtoErrorStackFrame asynctnt.Metadata + asynctnt.MPInterval asynctnt.PushIterator asynctnt.Response asynctnt.Schema @@ -183,6 +184,13 @@ Attributes initial_read_buffer_size value + .. py:property:: features + :type: asynctnt.iproto.protocol.IProtoFeatures + + Lookup available Tarantool features - https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/ + :return: + + .. py:attribute:: __slots__ :value: ('_host', '_port', '_username', '_password', '_fetch_schema', '_auto_refetch_schema',... @@ -237,7 +245,7 @@ Attributes Just calls disconnect() and connect() - .. py:method:: __aenter__() + .. py:method:: __aenter__() -> Connection :async: Executed on entering the async with section. @@ -438,6 +446,60 @@ Attributes +.. py:class:: MPInterval(year: int = 0, month: int = 0, week: int = 0, day: int = 0, hour: int = 0, min: int = 0, sec: int = 0, nsec: int = 0, adjust: Adjust = Adjust.NONE) + + + .. py:attribute:: year + :type: int + + + + .. py:attribute:: month + :type: int + + + + .. py:attribute:: week + :type: int + + + + .. py:attribute:: day + :type: int + + + + .. py:attribute:: hour + :type: int + + + + .. py:attribute:: min + :type: int + + + + .. py:attribute:: sec + :type: int + + + + .. py:attribute:: nsec + :type: int + + + + .. py:attribute:: adjust + :type: Adjust + + + + .. py:method:: __eq__(other) -> bool + + Return self==value. + + + .. py:class:: PushIterator(fut: asyncio.Future) @@ -673,7 +735,7 @@ Attributes .. py:data:: __version__ - :value: '2.2.0' + :value: '2.3.0' diff --git a/_sources/autoapi/asynctnt/iproto/protocol/index.rst.txt b/_sources/autoapi/asynctnt/iproto/protocol/index.rst.txt index 72e219d..f7d3656 100644 --- a/_sources/autoapi/asynctnt/iproto/protocol/index.rst.txt +++ b/_sources/autoapi/asynctnt/iproto/protocol/index.rst.txt @@ -24,6 +24,8 @@ Classes asynctnt.iproto.protocol.PushIterator asynctnt.iproto.protocol.Db asynctnt.iproto.protocol.Protocol + asynctnt.iproto.protocol.MPInterval + asynctnt.iproto.protocol.IProtoFeatures @@ -444,6 +446,10 @@ Attributes :type: Schema + .. py:property:: features + :type: IProtoFeatures + + .. py:method:: create_db(gen_stream_id: bool = False) -> Db @@ -463,3 +469,111 @@ Attributes +.. py:class:: MPInterval(year: int = 0, month: int = 0, week: int = 0, day: int = 0, hour: int = 0, min: int = 0, sec: int = 0, nsec: int = 0, adjust: Adjust = Adjust.NONE) + + + .. py:attribute:: year + :type: int + + + + .. py:attribute:: month + :type: int + + + + .. py:attribute:: week + :type: int + + + + .. py:attribute:: day + :type: int + + + + .. py:attribute:: hour + :type: int + + + + .. py:attribute:: min + :type: int + + + + .. py:attribute:: sec + :type: int + + + + .. py:attribute:: nsec + :type: int + + + + .. py:attribute:: adjust + :type: Adjust + + + + .. py:method:: __eq__(other) -> bool + + Return self==value. + + + +.. py:class:: IProtoFeatures + + + .. py:attribute:: streams + :type: bool + + + + .. py:attribute:: transactions + :type: bool + + + + .. py:attribute:: error_extension + :type: bool + + + + .. py:attribute:: watchers + :type: bool + + + + .. py:attribute:: pagination + :type: bool + + + + .. py:attribute:: space_and_index_names + :type: bool + + + + .. py:attribute:: watch_once + :type: bool + + + + .. py:attribute:: dml_tuple_extension + :type: bool + + + + .. py:attribute:: call_ret_tuple_extension + :type: bool + + + + .. py:attribute:: call_arg_tuple_extension + :type: bool + + + + diff --git a/_sources/mpext.md.txt b/_sources/mpext.md.txt index 358fbf9..7a77bfe 100644 --- a/_sources/mpext.md.txt +++ b/_sources/mpext.md.txt @@ -1,6 +1,6 @@ # Type Extensions -Tarantool supports natively Decimal, uuid and Datetime types. `asynctnt` also supports +Tarantool supports natively Decimal, uuid, Datetime and Interval types. `asynctnt` also supports encoding/decoding of such types to Python native `Decimal`, `UUID` and `datetime` types respectively. Some examples: @@ -37,3 +37,39 @@ await conn.insert('wallets', { 'created_at': datetime.datetime.now(tz=Moscow) }) ``` + +## Interval types + +Tarantool has support for an interval type. `asynctnt` also has a support for this type which can be used as follows: + +```python +import asynctnt + +async with asynctnt.Connection() as conn: + resp = await conn.eval(""" + local datetime = require('datetime') + return datetime.interval.new({ + year=1, + month=2, + week=3, + day=4, + hour=5, + min=6, + sec=7, + nsec=8, + }) + """) + + assert resp[0] == asynctnt.MPInterval( + year=1, + month=2, + week=3, + day=4, + hour=5, + min=6, + sec=7, + nsec=8, + ) +``` + +You may use `asynctnt.MPInterval` type also as parameters to Tarantool methods (like call, insert, and others). diff --git a/_sources/overview.md.txt b/_sources/overview.md.txt index 97d5b78..1f4a24b 100644 --- a/_sources/overview.md.txt +++ b/_sources/overview.md.txt @@ -34,7 +34,8 @@ Documentation is available [here](https://igorcoding.github.io/asynctnt). * Full support for [SQL](https://www.tarantool.io/en/doc/latest/tutorials/sql_tutorial/), including [prepared statements](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_sql/prepare/). * Support for [interactive transaction](https://www.tarantool.io/en/doc/latest/book/box/atomic/txn_mode_mvcc/) via Tarantool streams. -* Support of `Decimal`, `UUID` and `datetime` types natively. +* Support of `Decimal`, `UUID`,`datetime` types natively. +* Support for [interval types](https://www.tarantool.io/en/doc/latest/reference/reference_lua/datetime/interval_object/). * Support for parsing [custom errors](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/new/). * **Schema fetching** on connection establishment, so you can use spaces and indexes names rather than their ids, and **auto refetching** if schema in diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 14dc0d5..6bf4a5f 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '2.2.0', + VERSION: '2.3.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/autoapi/asynctnt/api/index.html b/autoapi/asynctnt/api/index.html index 284b603..8fd2c03 100644 --- a/autoapi/asynctnt/api/index.html +++ b/autoapi/asynctnt/api/index.html @@ -4,7 +4,7 @@ - asynctnt.api — asynctnt 2.2.0 documentation + asynctnt.api — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/connection/index.html b/autoapi/asynctnt/connection/index.html index 4711125..1906dde 100644 --- a/autoapi/asynctnt/connection/index.html +++ b/autoapi/asynctnt/connection/index.html @@ -4,7 +4,7 @@ - asynctnt.connection — asynctnt 2.2.0 documentation + asynctnt.connection — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -281,6 +281,13 @@

      Functions +
      +property features: asynctnt.iproto.protocol.IProtoFeatures[source]
      +

      Lookup available Tarantool features - https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/ +:return:

      +
      +
      __slots__ = ('_host', '_port', '_username', '_password', '_fetch_schema', '_auto_refetch_schema',...[source]
      @@ -349,7 +356,7 @@

      Functions
      -async __aenter__()[source]
      +async __aenter__() Connection[source]

      Executed on entering the async with section. Connects to Tarantool instance.

      diff --git a/autoapi/asynctnt/exceptions/index.html b/autoapi/asynctnt/exceptions/index.html index 1e2fe28..345e082 100644 --- a/autoapi/asynctnt/exceptions/index.html +++ b/autoapi/asynctnt/exceptions/index.html @@ -4,7 +4,7 @@ - asynctnt.exceptions — asynctnt 2.2.0 documentation + asynctnt.exceptions — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/index.html b/autoapi/asynctnt/index.html index e9e54c7..14b512d 100644 --- a/autoapi/asynctnt/index.html +++ b/autoapi/asynctnt/index.html @@ -4,7 +4,7 @@ - asynctnt — asynctnt 2.2.0 documentation + asynctnt — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -165,22 +165,25 @@

      Classes

      Metadata

      -

      PushIterator

      +

      MPInterval

      -

      Response

      +

      PushIterator

      -

      Schema

      +

      Response

      -

      SchemaIndex

      +

      Schema

      -

      SchemaSpace

      +

      SchemaIndex

      -

      TarantoolTuple

      +

      SchemaSpace

      +

      + +

      TarantoolTuple

      @@ -322,6 +325,13 @@

      Attributes +
      +property features: asynctnt.iproto.protocol.IProtoFeatures
      +

      Lookup available Tarantool features - https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_iproto/feature/ +:return:

      +
      +
      __slots__ = ('_host', '_port', '_username', '_password', '_fetch_schema', '_auto_refetch_schema',...
      @@ -390,7 +400,7 @@

      Attributes
      -async __aenter__()[source]
      +async __aenter__() Connection[source]

      Executed on entering the async with section. Connects to Tarantool instance.

      @@ -635,6 +645,62 @@

      Attributes +
      +class asynctnt.MPInterval(year: int = 0, month: int = 0, week: int = 0, day: int = 0, hour: int = 0, min: int = 0, sec: int = 0, nsec: int = 0, adjust: Adjust = Adjust.NONE)[source]
      +
      +
      +year: int
      +
      + +
      +
      +month: int
      +
      + +
      +
      +week: int
      +
      + +
      +
      +day: int
      +
      + +
      +
      +hour: int
      +
      + +
      +
      +min: int
      +
      + +
      +
      +sec: int
      +
      + +
      +
      +nsec: int
      +
      + +
      +
      +adjust: Adjust
      +
      + +
      +
      +__eq__(other) bool[source]
      +

      Return self==value.

      +
      + +
      +
      class asynctnt.PushIterator(fut: asyncio.Future)[source]
      @@ -920,7 +986,7 @@

      Attributes
      -asynctnt.__version__ = '2.2.0'[source]
      +asynctnt.__version__ = '2.3.0'[source]

      diff --git a/autoapi/asynctnt/instance/index.html b/autoapi/asynctnt/instance/index.html index 13e4cb3..d1d94ea 100644 --- a/autoapi/asynctnt/instance/index.html +++ b/autoapi/asynctnt/instance/index.html @@ -4,7 +4,7 @@ - asynctnt.instance — asynctnt 2.2.0 documentation + asynctnt.instance — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/iproto/index.html b/autoapi/asynctnt/iproto/index.html index a15457f..1e76134 100644 --- a/autoapi/asynctnt/iproto/index.html +++ b/autoapi/asynctnt/iproto/index.html @@ -4,7 +4,7 @@ - asynctnt.iproto — asynctnt 2.2.0 documentation + asynctnt.iproto — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/iproto/protocol/index.html b/autoapi/asynctnt/iproto/protocol/index.html index cb84a0e..c622af0 100644 --- a/autoapi/asynctnt/iproto/protocol/index.html +++ b/autoapi/asynctnt/iproto/protocol/index.html @@ -4,7 +4,7 @@ - asynctnt.iproto.protocol — asynctnt 2.2.0 documentation + asynctnt.iproto.protocol — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -144,6 +144,12 @@

      Classes

      Protocol

      +

      MPInterval

      +

      + +

      IProtoFeatures

      +

      +

      @@ -654,6 +660,11 @@

      Attributesproperty schema: Schema[source]
      +
      +
      +property features: IProtoFeatures[source]
      +
      +
      create_db(gen_stream_id: bool = False) Db[source]
      @@ -686,6 +697,117 @@

      Attributes +
      +class asynctnt.iproto.protocol.MPInterval(year: int = 0, month: int = 0, week: int = 0, day: int = 0, hour: int = 0, min: int = 0, sec: int = 0, nsec: int = 0, adjust: Adjust = Adjust.NONE)[source]
      +
      +
      +year: int[source]
      +
      + +
      +
      +month: int[source]
      +
      + +
      +
      +week: int[source]
      +
      + +
      +
      +day: int[source]
      +
      + +
      +
      +hour: int[source]
      +
      + +
      +
      +min: int[source]
      +
      + +
      +
      +sec: int[source]
      +
      + +
      +
      +nsec: int[source]
      +
      + +
      +
      +adjust: Adjust[source]
      +
      + +
      +
      +__eq__(other) bool[source]
      +

      Return self==value.

      +
      + +

      + +
      +
      +class asynctnt.iproto.protocol.IProtoFeatures[source]
      +
      +
      +streams: bool[source]
      +
      + +
      +
      +transactions: bool[source]
      +
      + +
      +
      +error_extension: bool[source]
      +
      + +
      +
      +watchers: bool[source]
      +
      + +
      +
      +pagination: bool[source]
      +
      + +
      +
      +space_and_index_names: bool[source]
      +
      + +
      +
      +watch_once: bool[source]
      +
      + +
      +
      +dml_tuple_extension: bool[source]
      +
      + +
      +
      +call_ret_tuple_extension: bool[source]
      +
      + +
      +
      +call_arg_tuple_extension: bool[source]
      +
      + +
      + diff --git a/autoapi/asynctnt/log/index.html b/autoapi/asynctnt/log/index.html index 68365c7..a308f0f 100644 --- a/autoapi/asynctnt/log/index.html +++ b/autoapi/asynctnt/log/index.html @@ -4,7 +4,7 @@ - asynctnt.log — asynctnt 2.2.0 documentation + asynctnt.log — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/prepared/index.html b/autoapi/asynctnt/prepared/index.html index cdb2bac..c0fde9f 100644 --- a/autoapi/asynctnt/prepared/index.html +++ b/autoapi/asynctnt/prepared/index.html @@ -4,7 +4,7 @@ - asynctnt.prepared — asynctnt 2.2.0 documentation + asynctnt.prepared — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/stream/index.html b/autoapi/asynctnt/stream/index.html index 42bb736..f7b4e09 100644 --- a/autoapi/asynctnt/stream/index.html +++ b/autoapi/asynctnt/stream/index.html @@ -4,7 +4,7 @@ - asynctnt.stream — asynctnt 2.2.0 documentation + asynctnt.stream — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/asynctnt/types/index.html b/autoapi/asynctnt/types/index.html index 105cf1c..be8b3e4 100644 --- a/autoapi/asynctnt/types/index.html +++ b/autoapi/asynctnt/types/index.html @@ -4,7 +4,7 @@ - asynctnt.types — asynctnt 2.2.0 documentation + asynctnt.types — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -37,7 +37,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/autoapi/index.html b/autoapi/index.html index afede22..ab5a9d0 100644 --- a/autoapi/index.html +++ b/autoapi/index.html @@ -4,7 +4,7 @@ - API Reference — asynctnt 2.2.0 documentation + API Reference — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/examples.html b/examples.html index 989878b..cf0a221 100644 --- a/examples.html +++ b/examples.html @@ -4,7 +4,7 @@ - Examples — asynctnt 2.2.0 documentation + Examples — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/genindex.html b/genindex.html index a39c604..7e6cbc9 100644 --- a/genindex.html +++ b/genindex.html @@ -3,7 +3,7 @@ - Index — asynctnt 2.2.0 documentation + Index — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -35,7 +35,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -109,6 +109,7 @@

      Index

      | U | V | W + | Y

      _

      @@ -154,6 +155,12 @@

      _

  • __enter__() (asynctnt.instance.TarantoolSyncInstance method)
  • +
  • __eq__() (asynctnt.iproto.protocol.MPInterval method) + +
  • __exit__() (asynctnt.instance.TarantoolSyncInstance method)
  • __getattr__() (asynctnt.api._DbMock method) @@ -300,6 +307,12 @@

    _

    A

    +
  • call_arg_tuple_extension (asynctnt.iproto.protocol.IProtoFeatures attribute) +
  • +
  • call_ret_tuple_extension (asynctnt.iproto.protocol.IProtoFeatures attribute) +
  • cleanup() (asynctnt.instance.TarantoolAsyncInstance method)
      @@ -541,6 +558,12 @@

      C

      D

      - +
      +
    • error_extension (asynctnt.iproto.protocol.IProtoFeatures attribute) +
    • error_type (asynctnt.iproto.protocol.IProtoErrorStackFrame attribute)
    • -
    • Type Extensions
    • +
    • Type Extensions +
    • Changelog
        +
      • v2.3.0
      • v2.2.0
      • v2.1.0
      • v2.0.1
      • diff --git a/installation.html b/installation.html index 9876254..2dcaf4b 100644 --- a/installation.html +++ b/installation.html @@ -4,7 +4,7 @@ - Installation — asynctnt 2.2.0 documentation + Installation — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
        - 2.2.0 + 2.3.0
        diff --git a/metadata.html b/metadata.html index 8a37c44..33a7376 100644 --- a/metadata.html +++ b/metadata.html @@ -4,7 +4,7 @@ - Metadata — asynctnt 2.2.0 documentation + Metadata — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
        - 2.2.0 + 2.3.0
        diff --git a/mpext.html b/mpext.html index 09e286f..d9f9efd 100644 --- a/mpext.html +++ b/mpext.html @@ -4,7 +4,7 @@ - Type Extensions — asynctnt 2.2.0 documentation + Type Extensions — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
        - 2.2.0 + 2.3.0
      @@ -88,7 +91,7 @@

      Type Extensions

      -

      Tarantool supports natively Decimal, uuid and Datetime types. asynctnt also supports +

      Tarantool supports natively Decimal, uuid, Datetime and Interval types. asynctnt also supports encoding/decoding of such types to Python native Decimal, UUID and datetime types respectively.

      Some examples:

      local s = box.schema.create_space('wallets')
      @@ -121,6 +124,40 @@ 

      Type Extensions})

      +
      +

      Interval types

      +

      Tarantool has support for an interval type. asynctnt also has a support for this type which can be used as follows:

      +
      import asynctnt
      +
      +async with asynctnt.Connection() as conn:
      +    resp = await conn.eval("""
      +        local datetime = require('datetime')
      +        return datetime.interval.new({
      +            year=1,
      +            month=2,
      +            week=3,
      +            day=4,
      +            hour=5,
      +            min=6,
      +            sec=7,
      +            nsec=8,
      +        })
      +    """)
      +
      +    assert resp[0] == asynctnt.MPInterval(
      +        year=1,
      +        month=2,
      +        week=3,
      +        day=4,
      +        hour=5,
      +        min=6,
      +        sec=7,
      +        nsec=8,
      +    )
      +
      +
      +

      You may use asynctnt.MPInterval type also as parameters to Tarantool methods (like call, insert, and others).

      +
      diff --git a/objects.inv b/objects.inv index d345ac6bb050c03268ea4624d2f197c24c3d7d7d..d29036c8714f897a90988a84b54287e4d51a9e1a 100644 GIT binary patch delta 5548 zcmV;d6;tZ{De^0jJ^?e4KR$m=ccVJe$M^meK4)foJ8^^|^#7)`DpQ(8 z|Dg3R{}ClS_IvhH9^${rLVx^y`p2aC^=zId2@A_8O}I=L)1sLEc~O7mlgnp>P?nS| zCqD__!`g4FM*97QQ-**LdU#A#VbC0dqw^i-8>s8}fft$tTYnjdH!{f`m2R9!BM zl07MD@q;{9NvN(@u#yxdg@#g>DrsKA(;ThoUTHL@9=`_Uo>>{bkRp6x2g)_GJk3~M z9tWz1aayQ1-dJ_4bx4019avhGW7MzxCxM!(-{CGQ#;Pn!!gL4YVT4*fGg?+TD@KtT zwSPTB1zDcuQ8LEUe5oIyqD+)TWkh2bO>{?|s^@2zR0^E=Z_2Oyv#P(4#tR>*;kjAmn#ee>D z_~q&05S4>3-?5ktbsFJv_KOa$Is47RN&y}v(DQ~@J*!=gVHd+{hvviY9WIY)sBnE6 z$4@l;F<7902Oocy3YYWs2DcxzO&g}tRTwtnXH~YN3Z1CRhIgW6#Nyo`lOwK#u^Y#< zi3ki@>Pj7Oj`$T(66Wl{q=Ts@mw>NDpJJw{)JzKs5=BN;o2NWx!|%e{aF@)?^E4my zq&wHo%Df)(s(0d-F!Yys-MT9GbW(!exEuNAW-QN1l8%2bn&xDzhuRT-=DnpDT{Is1 zKI14ETk^n)g6@Z_t~VBsNY>uK%^mV|`HT?ub7&N?BSUxpt%`Dl`pkCpIEKtiTIFNt z9HL|tnKUV1#t;G@EF42;B$-#nevF}WWK`jCv66yQLWhlo`eIdc)avj_7+frJpxI!t zO;x;D&@_Lv95@Yj1$fpWQpjJt*Gky$awM%0Z)>!>%2|=6NileR?RBod`MEV0LxuLN zgyuO6ty4!yrIkA}F-w$H-uTThN`{ZOR`My`9o1DDZ%pNh&vt3T6dR};oL8$6_-%(` z9Gx^*mpOEdw3<>z!G|iw(jj45DJFltdXej@C#$Q;Lny zGo^n}`kJtO6eX2D9>8RnlxZ3VRTdBHn{Oq+VGLo>OQWP1>NTDTD!RmHdeZWZrl#O# zpNT0r+hPT`FDsi_Sgac^Z}!W5 zx^a^K=gQ_uC^9po&ZlPJoy|u`ms)=qGn$j#)8%&UCB+kJV+i%gWcQJ|p3?5C zaxJ&rOQ%PYyN^zvY>uK*^Dt+?beT4cX!u#l4&xrR@>6042L5M_RSCqP5ubg`? zpoG!|s;uGdx&n2Yg+ou%ciM-V29r*$fa!{Db=Ye=V>-_13j?vh|<&m-SnFS^bR z9!vPUfB;J44ar%r0B~$=^`sTN->C8X`#xijWpw;N(PWaGIj z4|+T*&0M;kNj!67L%rbd0F~ytfe(FfLwNsi9s3cJHa8r{4FI*W`~Y`&0V*JKs8nE* zxog`7_6QTe?PkG&8_!xB-Xr;HA~&Z$Hx|%GpnklQqOz8#Mq~cPoPU4axE8dbrg1j^ z$}>v5?{nzVux#8Z40sE3Nw$u^-E3ShK&FW-9B)g1dq@0W9U#*-w)sG~<+4@|@Ao=d z6sWwHU=Qrtiv<58aA97vm&mlHPnr*4C2_|k-G*1zeb#?ES)XH+oz~LDFWQ zBu#_85Fkx1uwdyh84`qTFa!nLT$pz4&MYk7xI=c*%m*+HWNDc;-@&!T?cx%K9wKUL zqjB{hk$U}W$y{4tad9I?5)?dcP{&rc@$^{SE)h`X%Cmw;WFUWZ{x(bs&;_i@Him~= z&3aDJuwZFXw&AR{#>&(J3m)odEjF!wVDd5Qg26vEp?F91HL>+gk9*>DF`b%?f9J z_grU13~z-$$F0EK#szHoc6088zytIB@2-bB%Y1>3VOxRe88*z^511%xVLE{Yvkj_y zW!bj5g37c@2(W+04?2J_yo@#K__7>6aq`$bI6Zt|A=9|g&=@q8K>S&(%Ml@3>}5r5 z=}%5LjJUNG;3K)k7ac`Q>Q*wb4Zh|4+eBYOTi~A>u%sp1t+mk9cwmEuJ~f3-o*$u%gLp^>Mw#--Xi+S-4QcYGb3`$yYdX{*%(z;tnl zW307RN?#`wG;|}+EmPon=pY^&5VIuu!l5NuJ_%fx*e-5Vr{!Tcp>4o=g-1?NA+E7N z4uf%omH@o~t=+{I*XG&o947bHli@S4FSZ#G?0rUSbM1PMfb+K|GADT8?h6UF8`~tl z^&ecGjKzOKBYqQ$bm7tK0Q!!x@xQpJ_6a(qwS1Ib8ZO5(N$|yRpc|U5A+Q8n{$F~pKU_!7don1f3pf(%#ZR>j5H8RcL&cEnM zZl7Q}QY{TlZi3K3lF<}w7yF#1C1CUp>uO*TKQw;MQ<_oVg#XF)O7}yh6%hS;} zng!w9c75z>y;*vmvipXOn*tIGP#yh5aAZ6Vrpd)t%q;4{Ak#Z z|1tR%+AU97VDs)QXCa2%(%m`>Ei|z`)8ucgK=wOYB6i}v1>uh}Ac+?&7>fllwgG?4 z1amDsa7SJH-o($e3ZiRo*AD(pkoPPd9nyR-=i30ilXQ0D!|Gg5Q+_ocMMOx`>V+du zp>boiHn3@6x%g>-mFbwCHP=fc->m@Z>H30NpyPDBqRW4T4uZOY zNJDG!oylNh?MFVi{JCe{p-z*XM5y?{3@oYxT|6DF*}*+xFJbBwxrSg!;DLXk5O44i zT^@fIfZX1z^^Fe_srAfWjg&7D&_+X!zevp542*>l7|r2_J8Ojx6^S3uGamJz@SF0% z(K3;39kFR7a7CJ(zhRhXO#;s})_SpEor$~Df^I*X*1k1F_zlqHJ}y{z;u;W5I#drz zo{zu|fVMo51FO%gTlIMtU2uPY{>5Ay#J&4Bat^Km)-SomP0ngM^54NU=Yvfn*m|Ze zDBpU8%90O@znTQSLrT=boLg(d))EM+k?7I+nj>D~1pn1oHJ*c;BR@9Z^aALV78p(9 z^RFf>G`zV_ykG`@sUR@O;Tf^%41I5wptJ|_zS+1e=h4=9u<`zp2V{T1J=d@%{>~4j zqCP2^e>%PY$KCM1e0=0$LBKL$zaUkzu1NroWQy(#I z5ucGXAz7Y=tSAWowD;u?;VI+7n9-!luqo-`K$9IZ9ykZU5o z#f{ELv3pj@@!;pli*k!mhfh)9~&a5puZSC z25U+~pUpaeq)1~%`h0|1g>%Dq)KxHhRyKXPsS!@Q_4#JIihfj(yh@UKG-6Ru+?ZB9 zPWSN4G4CJ8M>>DWBM%BJ_p1efejJ6AuV_e-R(Z%UtApd`;ktMlyt@Xm$?warNN0gNa)YWia2zhr zeo?%ZXTMokA>KS#2$thDeRe&_t{~nks5D%k$CPM@sGr916Agc$0Sf5&VTmZu^J?JX z9!RvqqjU)uy^rCHD%(-SK~`mWgKQbGc!x4&31xq<&2cQks@E5PN}Q-5Tro<*oE@0V zo#5h<3TpNwlZ}X^CUJ_0C^Cxuc*pqxa;F{;bSvla5^zzXa31%5xFG}#d$ zAogh$+Tg-B*M@_+J1MBh_iAIl(lUG@X%aH6M3&>#aJ{j3mZc6`jBW%^@;uS<^J z6kAh^WBcVThfl90+K~gz&|v+xPbrGe>V4(ACmi$Ka-KU5H%9ob1@RrRJd=1%&mD^w7=qje&chf)g%3SdF}*83fO-j>oc*+3{A zxh9BEcY#c?cxl9T68f_Uy|rqN$O)k4NxL|7L*0d;Zmj5n3QZ5IN}`_?c9r~$h77TP z3w>~P_LvFeE=olHkZ002yqN9_EhKRb)5Fp`R?x!g?+tmN? zOIo&jo2>5r1#mr-prU>XVc`-; zuP~1ir_cEw6+o4YgOJw8YSp6lewY;;lggNbW;HZM*t+SZHuXGVDX z&a6)^*?^1E?`_5Ot-)!9KUL~nYHX~j$DUcvc(-G}=>d#Y(Y>honJjPC|C{Vta?+3K z6N`D_=BKi-m>VW%xAD=C5F15;=_ivmG}pPL`I&z#-t11C9C&{D?1r=B zAI&f7@^Vs?w|>ZA3I9f$|3DTL7Ts(PQ52K(7t4P|?6q6G`PsY5W>xX>wvpveWHFx= zV(%Q^y)xI-~lm7?wsbf5y*6uL? delta 5301 zcmV;m6iVyzEBz^uJ^?b3KR$m;ccZ$p$LIbOUhCfJ_BnfU24_Yvc5@non@2j{6D^FD zgw+_>Ji0sg)1Q(A7{`f?5v4oH!-oG438_>nl^`tN(x^(SdH(kAV|J($I{)W9tg9@{ z<9~$Bm;Z><1O2^tt&Yk6h=cz4-}xW2_Unb7r74Z7I7^vKl!RqD|MP#U$|t8U2nlIg z(Si_uL9}|!4iZwo<7yJ6g67j)Qki5`DU`yhD&l=z(XnEY_*?#}(yTa!N&J75z^U?b zd7QqGDlC7H=Q@q#^-5ZivI?Q1xsNil+R&~F^cuGBX4#+*zDtaYl^h%E*)69!3 zr$zNPQZ-7lQoi!0Dr0}6L#p^lv$~q1eBGY}N-BSahq#=our!Ub1N4UpN;z?(c!sN@ zMP9_|6u02Dsdq`4IE||~OrQ&d2ePl9pJ5~@!7xoBUA6|39;T6du9M_#Qqdd+&RriVVme#dDNSfeE={lGCH`I0a>{=ToUHo`Areo~*1Ex2 zS_k_5QM%Uak``%roZ^ap(xPm<+A&JY{V0EUxnJz*OPr3Y2{=0nlSJy|KmRrU^z3+y ztI?+)XhO$&dT=`Z8ICVG{Y|4<0v@N(^2QfEZ~TODC&LsaEXH3uoSuY{#Q9m0?8E5C zXn_)Ld{jxC&L)2e%ziXBZJbJ9VO)=2)cGNlXhd~Bz7efrnjA)%9DXMB-6RRyY5b`9 zsn7xEh@BCqQ9+MXIGA#BDfn99KB1CI?XVyrQRbm+^;B>9_^U9t%q265A}dDS>E8K^ zs%W~r?3H*Gbp2J))UM1mos^(89wxrH1uY7aX48vi1(|>9ruKxNS!*dL7fq(V&LmE! zmORq33}42pZfF&P84gD^$M$5|8_?-6vjc+)IfnUYv29(xniVa=YGlXn3$Wm5ED>gX zua(l@)kInoUe;t+RnRie(sJ~S!tI@Z_kC+mh626N3aaNgwoE-GnOg42Bs7&)Ir9{t zmyGXko#cN$JG{xOwBwJ=9bX)>luA}mKZYn*A{eQTyFdgw4P7%yVyTBa=hS>g(h@9H3RQt zK05!79H>ERQ9{Fl9QN1ib&wQWLYP8mz}npqncItaLsf3A<_*#ru&g&kXUO{A5S`l# zeS=hntoRKP8nW~^MCbMz;2@PDi-C6tk(htyfynC(T4fw0G-$bTh|-XC$00g(I(20Y zSx6kFBi}a7GCQpdj<)}u%HqNBd}6Ftj_XU011Hs`vC;x-N=4VumPB_p8`JlV<@Cb# z%5*mq2$SW0lZoyy`tCFu!l`CgbIYf@CfLjJVp+hv>D=M5L}wZ0pF1w6<8Jvcrz3xd zrmKIfeOq*J61x;&Kx(^${t%a5LVl9VzqUA@?NGkEaYwua^MalXO2G zb5AP%Xv&BL{n4xeY5U`~QETbW#9UdM@P%xS?WShZg z@v)l^#slxzk{|=QbECp&)X?n<;{ksIHZ_bFziX?*XbkoUb@#Ri3DWS*5)zQRwor`b zAREWQtM20oLpEVZsNde2FU(X~Pd=68$_w4GZ9^Xtf0%@0+G}Lc z()3i7>4d^BmTRD)28L4xh|=E?&Djy<^~lQUxLc8x(~%3F#;Z5^PM`LMkEMTaYAy_y zXu58A9$6Z;IiTrCfqc`k$;R|Hny-JsMm-wDH#df>g5zqoCyIwkvsj38N8G@+hx7+2 zln*~W<6B_Zx}kuy)o?Knn*KG|64NGI*IB#J;!$bF%5e?i8e0p>1;2e%n&bE$w81T5 z?ZdIH9VSiJY}@exwKhE;w|jp9$|pJ$$~TDaSeAy}!#FV5E*Ws^nj6jCk*@}Fb$YtC zgf;@@V~rG*wL&!-`WHk0x^+ybLq+{e|H>A8SlegNm1bJFLm2Ru#)<^C7i_nV>m$?n zA{nboFL)rHzwwc2Tg!MN%yOA)o3(otH40SLO0YY2<3)o1;X5#{Su1~JTH7X#C$N&Z zeW0TNJkE*l+?5+1GI$n1vbk+O(BT zDD=Sf9GBRRD&W#kWbc=*vsL3Va*{IpBxnlk1qUf|fjLWs$q*oHgTX1-=EATVcV=mN z+5@taW;}suAS=_bSb~35fZN0c3_V2DmPX<1K_J!o*Mhk*!Q$dZj0DKvZBhGHzw*>r z+&&Rd#@aRg9WoFae-|bN=n`gSTg}BSW;3QJn6PvxOS9L3wlbi%n~8n7ECq zVDP6R6l;i{0@kBunM)Qq4O|=FtT5(x*Rj_`bJzG|+#1|%TtI)ovcZ`X0yoU_zB?}J zDDwpxhGqJOt64B|KVhQGrD6Lfj5et5m1$YV8Vb`*A;2C#sQ^Ov(l)65%e2|R$zu25 z^stVFOk+kvVbD|n@kg;fhlgmfrxlH*KRMyh<2I&`k7O2~HxwmHw}Odn@J;(a2KpS@ z1picnDJ=;CbE$u*^1ueK3>SQTw*InleB@g6m6`pXF<7q|& zJI`oiY#et7I4>}eIsOxKUx*)UErWRGU${IGi-k)3#wY3AqgMg+Y;Eg(aZv3OG)Qx` z6J8oF$2ExmMYEw98sf&G;sVPzMFg0+pDJ8=j)Y$48yh}RSF=ECJN8DyPU~aogBF+& zY)UWd2N{3Vt;T%|95>h?)4V|cqGoaX1XHop($Yi{gbI>~reM3+moy~-qjy+G2}^ovO9!BN=xKk9P!>;N2%2dmoQAxgQux-jZYI(Xj6EQYhe@A@O zp4(2E6!fSL#TugLYuE!<$5YWZ+6kd|10P!;Wjb3{B2hRJ2X z#}*&CY?kSh2Nt|V#eB11eAKMnUj|E|4cLF81vc-&w3ocgt(?GKDxvZ8OoKhK0@?5A zh}aA79SFad0f|3gL0c|~7Wgm{=t_9tjyl$(fxptqiH;R)Z2U}+_be3+(s(lTz(;Q+ zy=;7#ovW$Juf~o?gcQwQ81fVv*VY>in+BGP?FLvIw&9w(S{nIo`cO{CQ-noNjOKqV zm>Oy>dS~$X+A`FjwbV5iy-|Yq3KJY9ex;x_`3-zVfR5YQzV<|HLvxAmd^K!EKvm6O zS&}}31@>3l`EDzyNDno7+Ro(B2hbgiY9hHt%{^i~m?s9^<4hFMVDz>$bAvp93LX!9 zv&Z~7fsc+;@rW*O2Mq)@fk;7ZvCMyDu(8&TbuLeL%?H$BvbPY*-~R%WYF`ykMQ!$Q zJM1Y;vqY{S7~;ENDEJe6c$3G^0ubrFN}u>3kV^OLHAwLg0cAAg_=~`73}0JnzSeGj zcre%aP`>cvy4p?+3co6!Y$XF(VDqFA-{H&b>uVZKDZ#euRPVle7 zqOmnN9r?C-hU-J4G{I;RkG+32VX5HBef$A4_)`UrK@QLGq%-u~EKcb*y$?$Jw%99zJrpBw(4aACM|oVzg9NG(}Gk>%-U! zWN=qa1P#nC+pMgB)VPYu+DMbMg8n$WK22GR6u4l!cG)`^6kz#-FV=tB)NZ#Q7GYXt zS+WePa37YGLm8wyXhI08xJ|2HS@8pxkyU#8?nYFQ$6r!686r;0Doi7K{XJ9dQMcYQ z)gE`cT#bEY_8_0WaOxw*J>mJcj83nern} z5@bYv`?ZSljDqH2L6Lt;!e5n*&d9J^Rz-_roZft;xHPBtUPnXr9icrG z%^SP1I5cI|*4#EkP#OND_!z7q4Sh800n#!{C>in+Y8lQQ?@@o3!MxC_ZOd(maO!Qy zJKJUS#z;eGj0O%)i6tWo&DYLqWC}weR z{5)J2Pl0#WBDO_VWl@%3IYq60?+wf37#{Eoglk4R3c5MzNVsODhsh~9gjEP`QAFdP zh>rM)*_-dH;1z$gs*5ygUY?Czqb0bPq>NwEP(gcCXEFF>ZE}hS-z>A}2Q9FsYnOz@ zK2Aw*f;(}8@DO8XeeDH%(8u6KHdz=UG=;`S2uc&^W56h&Q^1Uay@PS7Kn8(pRZ@Z# zO*vCiG@^94}9QhIlnkf77T&ym+t>w7{$S{C1FCLVQqAX}ms*DTNWD zewHNrF#3Oi1}LH7M-`$xTUP@Q_ekOc9;HvX>V1r7)cGMq>|}M0*U45fO%5nS7FPz_ zoFqJ~dVBIG#feM86yr21=#h%G6I@(cL&^4Hu@RBfE}SAF$~?rrJ=I%|R|=Ddf4an_ z$y;(ye^C{UNyjdUSAl6?70unpEYpd!Xv2@{3b%itMM2U`Jv1wbsz%uZKeOIYDu*Vj z%bCQfYUGiYW%zy5kG0f3m!`AU6#TQM2(_xR}Aaxv; zF~MegXz<;RKpR2 z5H9A}^Xzd+c?eULQWXartr{^B*3m@j5>bEBkBaP9S1MExx}$X>RmVyR2M)l3c%An< z`M52l7ovht8gfG@^Dv?%GR0&^Bi0kwU&QFO)o|EP+&Eevhi<6*Fx0?%A5<#3S#=u! zU1Jx?%fpBwwr{QvuFeZ)fU%F_0XgK6^o*B;FQpO^KZmMeDeAcbrl98vQ1&aOg%W=f zrj6(l#QZu>aQf~!0w%0cmR4b$mRPga3n228|AHq*MrAa_FvA55G1zdy!VGO)zzUkH zszqpyN;s^|mr6)K=$jhQ&oHU!M5rWtxt?hX2i(dog+qEfu0G2reJ6CL&?KTAu3t)f z)UE4jk6Ub;KfEfex}2C#P5Vdk19g8{WPQ-a3t7g1T^DkQGRdlDOu9PM%1{QSWXb?; zhZ1DePa!N^0vQzMk>U)=|C9mL=`;wD!g$>}h+}Tq265EF>jXbF2bX%E3k~l7cZ&|_ z@ONnrP6oZ9$|4@+^&7$uxphDIK?^=T_nRQfX9LKE-UmWo>Dv@C8(!J2a8Z9`g!tTL ziYwwH|0p5-i)OD4%URFM>hSMF7R~?obKZT(kDKeSVfsR0gq~e!vVXW@|Mbs~5_;Xm z!{?Whr%mSrl;0ox4siN+^NUDtoVV`=`*H=PZ0IEQ~gK5$XzpLxQw&%Mg4sB_I}nm`6*VJIAtDX1(jXapBuH82Hlj>n~|oM6c&3iqBdU|9%_3&{_F+(!V13 zw>jpUHTUYAJtb!*TJ9;?l{X(X$2Q-yEx$fYe9JHrhPSGCc&>Mz_@t@Ic9J~jW996> Hk6TC~Y7J5a diff --git a/overview.html b/overview.html index efb3045..8584731 100644 --- a/overview.html +++ b/overview.html @@ -4,7 +4,7 @@ - asynctnt — asynctnt 2.2.0 documentation + asynctnt — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      @@ -128,7 +128,8 @@

      Key featuresSQL, including prepared statements.

    • Support for interactive transaction via Tarantool streams.

    • -
    • Support of Decimal, UUID and datetime types natively.

    • +
    • Support of Decimal, UUID,datetime types natively.

    • +
    • Support for interval types.

    • Support for parsing custom errors.

    • Schema fetching on connection establishment, so you can use spaces and indexes names rather than their ids, and auto refetching if schema in diff --git a/pushes.html b/pushes.html index 3146a56..0cc6165 100644 --- a/pushes.html +++ b/pushes.html @@ -4,7 +4,7 @@ - Session Push — asynctnt 2.2.0 documentation + Session Push — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt

      - 2.2.0 + 2.3.0
      diff --git a/py-modindex.html b/py-modindex.html index 4408032..3cab22c 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -3,7 +3,7 @@ - Python Module Index — asynctnt 2.2.0 documentation + Python Module Index — asynctnt 2.3.0 documentation @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/search.html b/search.html index bd250ce..f991457 100644 --- a/search.html +++ b/search.html @@ -3,7 +3,7 @@ - Search — asynctnt 2.2.0 documentation + Search — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/searchindex.js b/searchindex.js index f217873..0db92f1 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Reference": [[12, "api-reference"]], "Attributes": [[4, "attributes"], [7, "attributes"]], "Basic Usage": [[13, "basic-usage"], [18, "basic-usage"]], "Basic usage": [[20, "basic-usage"], [21, "basic-usage"]], "Changelog": [[0, "changelog"]], "Classes": [[1, "classes"], [2, "classes"], [3, "classes"], [4, "classes"], [5, "classes"], [7, "classes"], [9, "classes"], [10, "classes"]], "Documentation": [[18, "documentation"]], "Examples": [[13, "examples"]], "Flexibility": [[21, "flexibility"]], "Functions": [[2, "functions"], [4, "functions"]], "Installation": [[15, "installation"], [18, "installation"]], "Isolation": [[21, "isolation"]], "Key features": [[18, "key-features"]], "License": [[18, "license"]], "Metadata": [[16, "metadata"], [20, "metadata"]], "Module Contents": [[1, "module-contents"], [2, "module-contents"], [3, "module-contents"], [5, "module-contents"], [7, "module-contents"], [8, "module-contents"], [9, "module-contents"], [10, "module-contents"], [11, "module-contents"]], "Package Contents": [[4, "package-contents"]], "Performance": [[18, "performance"]], "Prepared statement": [[20, "prepared-statement"]], "References": [[18, "references"]], "Running tests": [[15, "running-tests"]], "SQL": [[18, "sql"]], "SQL Support": [[20, "sql-support"]], "Session Push": [[19, "session-push"]], "Streams and Transactions": [[21, "streams-and-transactions"]], "Submodules": [[4, "submodules"], [6, "submodules"]], "Subpackages": [[4, "subpackages"]], "Tarantool Tuple": [[22, "tarantool-tuple"]], "Type Extensions": [[17, "type-extensions"]], "Using Connection context manager": [[13, "using-connection-context-manager"]], "asynctnt": [[4, "module-asynctnt"], [14, "asynctnt"], [18, "asynctnt"]], "asynctnt.api": [[1, "module-asynctnt.api"]], "asynctnt.connection": [[2, "module-asynctnt.connection"]], "asynctnt.exceptions": [[3, "module-asynctnt.exceptions"]], "asynctnt.instance": [[5, "module-asynctnt.instance"]], "asynctnt.iproto": [[6, "module-asynctnt.iproto"]], "asynctnt.iproto.protocol": [[7, "module-asynctnt.iproto.protocol"]], "asynctnt.log": [[8, "module-asynctnt.log"]], "asynctnt.prepared": [[9, "module-asynctnt.prepared"]], "asynctnt.stream": [[10, "module-asynctnt.stream"]], "asynctnt.types": [[11, "module-asynctnt.types"]], "v0.1.12": [[0, "v0-1-12"]], "v0.1.13": [[0, "v0-1-13"]], "v0.2.0": [[0, "v0-2-0"]], "v1.0": [[0, "v1-0"]], "v1.1": [[0, "v1-1"]], "v1.2": [[0, "v1-2"]], "v1.2.1": [[0, "v1-2-1"]], "v1.2.2": [[0, "v1-2-2"]], "v1.2.3": [[0, "v1-2-3"]], "v2.0.0": [[0, "v2-0-0"]], "v2.0.1": [[0, "v2-0-1"]], "v2.1.0": [[0, "v2-1-0"]], "v2.2.0": [[0, "v2-2-0"]]}, "docnames": ["CHANGELOG", "autoapi/asynctnt/api/index", "autoapi/asynctnt/connection/index", "autoapi/asynctnt/exceptions/index", "autoapi/asynctnt/index", "autoapi/asynctnt/instance/index", "autoapi/asynctnt/iproto/index", "autoapi/asynctnt/iproto/protocol/index", "autoapi/asynctnt/log/index", "autoapi/asynctnt/prepared/index", "autoapi/asynctnt/stream/index", "autoapi/asynctnt/types/index", "autoapi/index", "examples", "index", "installation", "metadata", "mpext", "overview", "pushes", "sql", "streams", "ttuple"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["CHANGELOG.md", "autoapi/asynctnt/api/index.rst", "autoapi/asynctnt/connection/index.rst", "autoapi/asynctnt/exceptions/index.rst", "autoapi/asynctnt/index.rst", "autoapi/asynctnt/instance/index.rst", "autoapi/asynctnt/iproto/index.rst", "autoapi/asynctnt/iproto/protocol/index.rst", "autoapi/asynctnt/log/index.rst", "autoapi/asynctnt/prepared/index.rst", "autoapi/asynctnt/stream/index.rst", "autoapi/asynctnt/types/index.rst", "autoapi/index.rst", "examples.md", "index.md", "installation.md", "metadata.md", "mpext.md", "overview.md", "pushes.md", "sql.md", "streams.md", "ttuple.md"], "indexentries": {"__aenter__() (asynctnt.connection method)": [[4, "asynctnt.Connection.__aenter__", false]], "__aenter__() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.__aenter__", false]], "__aenter__() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.__aenter__", false]], "__aenter__() (asynctnt.stream.stream method)": [[10, "asynctnt.stream.Stream.__aenter__", false]], "__aexit__() (asynctnt.connection method)": [[4, "asynctnt.Connection.__aexit__", false]], "__aexit__() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.__aexit__", false]], "__aexit__() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.__aexit__", false]], "__aexit__() (asynctnt.stream.stream method)": [[10, "asynctnt.stream.Stream.__aexit__", false]], "__aiter__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__aiter__", false]], "__aiter__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__aiter__", false]], "__anext__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__anext__", false]], "__anext__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__anext__", false]], "__contains__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__contains__", false]], "__contains__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__contains__", false]], "__enter__() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.__enter__", false]], "__exit__() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.__exit__", false]], "__getattr__() (asynctnt.api._dbmock method)": [[1, "asynctnt.api._DbMock.__getattr__", false]], "__getitem__() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.__getitem__", false]], "__getitem__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__getitem__", false]], "__getitem__() (asynctnt.response method)": [[4, "asynctnt.Response.__getitem__", false]], "__getitem__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__getitem__", false]], "__index__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__index__", false]], "__index__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__index__", false]], "__iter__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__iter__", false]], "__iter__() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.__iter__", false]], "__iter__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__iter__", false]], "__iter__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__iter__", false]], "__iter__() (asynctnt.response method)": [[4, "asynctnt.Response.__iter__", false]], "__iter__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__iter__", false]], "__len__() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.__len__", false]], "__len__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__len__", false]], "__len__() (asynctnt.response method)": [[4, "asynctnt.Response.__len__", false]], "__len__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__len__", false]], "__next__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__next__", false]], "__next__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__next__", false]], "__next__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__next__", false]], "__next__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__next__", false]], "__repr__() (asynctnt.connection method)": [[4, "asynctnt.Connection.__repr__", false]], "__repr__() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.__repr__", false]], "__repr__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__repr__", false]], "__repr__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__repr__", false]], "__slots__ (asynctnt.api.api attribute)": [[1, "asynctnt.api.Api.__slots__", false]], "__slots__ (asynctnt.connection attribute)": [[4, "asynctnt.Connection.__slots__", false]], "__slots__ (asynctnt.connection.connection attribute)": [[2, "asynctnt.connection.Connection.__slots__", false]], "__slots__ (asynctnt.prepared.preparedstatement attribute)": [[9, "asynctnt.prepared.PreparedStatement.__slots__", false]], "__version__ (in module asynctnt)": [[4, "asynctnt.__version__", false]], "_clear_db() (asynctnt.api.api method)": [[1, "asynctnt.api.Api._clear_db", false]], "_connect() (asynctnt.connection method)": [[4, "asynctnt.Connection._connect", false]], "_connect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._connect", false]], "_create_initlua_template() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._create_initlua_template", false]], "_dbmock (class in asynctnt.api)": [[1, "asynctnt.api._DbMock", false]], "_generate_root_folder_name() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._generate_root_folder_name", false]], "_generate_title() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._generate_title", false]], "_log_reader() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance._log_reader", false]], "_normalize_api() (asynctnt.connection method)": [[4, "asynctnt.Connection._normalize_api", false]], "_normalize_api() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._normalize_api", false]], "_on_process_exit() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance._on_process_exit", false]], "_parse_version() (asynctnt.instance.tarantoolsyncinstance static method)": [[5, "asynctnt.instance.TarantoolSyncInstance._parse_version", false]], "_ping_task_func() (asynctnt.connection method)": [[4, "asynctnt.Connection._ping_task_func", false]], "_ping_task_func() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._ping_task_func", false]], "_random_string() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._random_string", false]], "_render_initlua() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._render_initlua", false]], "_save_initlua() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._save_initlua", false]], "_set_db() (asynctnt.api.api method)": [[1, "asynctnt.api.Api._set_db", false]], "_set_state() (asynctnt.connection method)": [[4, "asynctnt.Connection._set_state", false]], "_set_state() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._set_state", false]], "_start_reconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection._start_reconnect", false]], "_start_reconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._start_reconnect", false]], "_wait() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance._wait", false]], "_wait_reconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection._wait_reconnect", false]], "_wait_reconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._wait_reconnect", false]], "api (class in asynctnt.api)": [[1, "asynctnt.api.Api", false]], "asynctnt": [[4, "module-asynctnt", false]], "asynctnt.api": [[1, "module-asynctnt.api", false]], "asynctnt.connection": [[2, "module-asynctnt.connection", false]], "asynctnt.exceptions": [[3, "module-asynctnt.exceptions", false]], "asynctnt.instance": [[5, "module-asynctnt.instance", false]], "asynctnt.iproto": [[6, "module-asynctnt.iproto", false]], "asynctnt.iproto.protocol": [[7, "module-asynctnt.iproto.protocol", false]], "asynctnt.log": [[8, "module-asynctnt.log", false]], "asynctnt.prepared": [[9, "module-asynctnt.prepared", false]], "asynctnt.stream": [[10, "module-asynctnt.stream", false]], "asynctnt.types": [[11, "module-asynctnt.types", false]], "auto_refetch_schema (asynctnt.connection property)": [[4, "asynctnt.Connection.auto_refetch_schema", false]], "auto_refetch_schema (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.auto_refetch_schema", false]], "autoincrement_ids (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.autoincrement_ids", false]], "autoincrement_ids (asynctnt.response attribute)": [[4, "asynctnt.Response.autoincrement_ids", false]], "begin() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.begin", false]], "begin() (asynctnt.db method)": [[4, "asynctnt.Db.begin", false]], "begin() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.begin", false]], "best_effort (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.BEST_EFFORT", false]], "bin_version (asynctnt.instance.tarantoolsyncdockerinstance property)": [[5, "asynctnt.instance.TarantoolSyncDockerInstance.bin_version", false]], "bin_version (asynctnt.instance.tarantoolsyncinstance property)": [[5, "asynctnt.instance.TarantoolSyncInstance.bin_version", false]], "body (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.body", false]], "body (asynctnt.response attribute)": [[4, "asynctnt.Response.body", false]], "bodyitem (in module asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.BodyItem", false]], "call() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.call", false]], "call() (asynctnt.db method)": [[4, "asynctnt.Db.call", false]], "call() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.call", false]], "call16() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.call16", false]], "call16() (asynctnt.db method)": [[4, "asynctnt.Db.call16", false]], "call16() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.call16", false]], "cleanup() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.cleanup", false]], "cleanup() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.cleanup", false]], "cleanup() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.cleanup", false]], "close() (asynctnt.connection method)": [[4, "asynctnt.Connection.close", false]], "close() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.close", false]], "code (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.code", false]], "code (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.code", false]], "code (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.code", false]], "code (asynctnt.response property)": [[4, "asynctnt.Response.code", false]], "collation (asynctnt.field attribute)": [[4, "asynctnt.Field.collation", false]], "collation (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.collation", false]], "command() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.command", false]], "command() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.command", false]], "command() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.command", false]], "commit() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.commit", false]], "commit() (asynctnt.db method)": [[4, "asynctnt.Db.commit", false]], "commit() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.commit", false]], "connect() (asynctnt.connection method)": [[4, "asynctnt.Connection.connect", false]], "connect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.connect", false]], "connect() (in module asynctnt)": [[4, "asynctnt.connect", false]], "connect() (in module asynctnt.connection)": [[2, "asynctnt.connection.connect", false]], "connect_timeout (asynctnt.connection property)": [[4, "asynctnt.Connection.connect_timeout", false]], "connect_timeout (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.connect_timeout", false]], "connected (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.CONNECTED", false]], "connecting (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.CONNECTING", false]], "connection (class in asynctnt)": [[4, "asynctnt.Connection", false]], "connection (class in asynctnt.connection)": [[2, "asynctnt.connection.Connection", false]], "connection_lost() (asynctnt.connection method)": [[4, "asynctnt.Connection.connection_lost", false]], "connection_lost() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.connection_lost", false]], "connection_made() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.connection_made", false]], "connectionstate (class in asynctnt.connection)": [[2, "asynctnt.connection.ConnectionState", false]], "console_port (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.console_port", false]], "create_db() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.create_db", false]], "db (class in asynctnt)": [[4, "asynctnt.Db", false]], "db (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Db", false]], "default (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.DEFAULT", false]], "delete() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.delete", false]], "delete() (asynctnt.db method)": [[4, "asynctnt.Db.delete", false]], "delete() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.delete", false]], "disconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection.disconnect", false]], "disconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.disconnect", false]], "disconnected (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.DISCONNECTED", false]], "disconnecting (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.DISCONNECTING", false]], "done() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.done", false]], "done() (asynctnt.response method)": [[4, "asynctnt.Response.done", false]], "encoding (asynctnt.connection property)": [[4, "asynctnt.Connection.encoding", false]], "encoding (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.encoding", false]], "encoding (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.encoding", false]], "encoding (asynctnt.response attribute)": [[4, "asynctnt.Response.encoding", false]], "engine (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.engine", false]], "engine (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.engine", false]], "er_access_denied (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACCESS_DENIED", false]], "er_action_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACTION_MISMATCH", false]], "er_active_timer (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACTIVE_TIMER", false]], "er_active_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACTIVE_TRANSACTION", false]], "er_already_running (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ALREADY_RUNNING", false]], "er_alter_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ALTER_SEQUENCE", false]], "er_alter_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ALTER_SPACE", false]], "er_backup_in_progress (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_BACKUP_IN_PROGRESS", false]], "er_before_replace_ret (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_BEFORE_REPLACE_RET", false]], "er_bootstrap_readonly (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_BOOTSTRAP_READONLY", false]], "er_cannot_register (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CANNOT_REGISTER", false]], "er_cant_create_collation (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CANT_CREATE_COLLATION", false]], "er_cant_update_primary_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CANT_UPDATE_PRIMARY_KEY", false]], "er_cascade_rollback (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CASCADE_ROLLBACK", false]], "er_cfg (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CFG", false]], "er_checkpoint_in_progress (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CHECKPOINT_IN_PROGRESS", false]], "er_ck_constraint_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CK_CONSTRAINT_FAILED", false]], "er_ck_def_unsupported (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CK_DEF_UNSUPPORTED", false]], "er_commit_in_sub_stmt (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_COMMIT_IN_SUB_STMT", false]], "er_complex_foreign_key_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_COMPLEX_FOREIGN_KEY_FAILED", false]], "er_compression (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_COMPRESSION", false]], "er_connection_to_self (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CONNECTION_TO_SELF", false]], "er_constraint_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CONSTRAINT_EXISTS", false]], "er_create_ck_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_CK_CONSTRAINT", false]], "er_create_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_CONSTRAINT", false]], "er_create_fk_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_FK_CONSTRAINT", false]], "er_create_foreign_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_FOREIGN_KEY", false]], "er_create_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_FUNCTION", false]], "er_create_role (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_ROLE", false]], "er_create_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_SEQUENCE", false]], "er_create_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_SPACE", false]], "er_create_user (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_USER", false]], "er_cross_engine_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CROSS_ENGINE_TRANSACTION", false]], "er_cursor_no_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CURSOR_NO_TRANSACTION", false]], "er_decompression (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DECOMPRESSION", false]], "er_drop_collation (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_COLLATION", false]], "er_drop_fk_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_FK_CONSTRAINT", false]], "er_drop_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_FUNCTION", false]], "er_drop_primary_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_PRIMARY_KEY", false]], "er_drop_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_SEQUENCE", false]], "er_drop_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_SPACE", false]], "er_drop_user (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_USER", false]], "er_election_disabled (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ELECTION_DISABLED", false]], "er_exact_field_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_EXACT_FIELD_COUNT", false]], "er_exact_match (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_EXACT_MATCH", false]], "er_field_constraint_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_CONSTRAINT_FAILED", false]], "er_field_foreign_key_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_FOREIGN_KEY_FAILED", false]], "er_field_missing (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_MISSING", false]], "er_field_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_TYPE", false]], "er_foreign_key_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FOREIGN_KEY_CONSTRAINT", false]], "er_foreign_key_integrity (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FOREIGN_KEY_INTEGRITY", false]], "er_format_mismatch_index_part (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FORMAT_MISMATCH_INDEX_PART", false]], "er_func_index_format (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INDEX_FORMAT", false]], "er_func_index_func (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INDEX_FUNC", false]], "er_func_index_parts (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INDEX_PARTS", false]], "er_func_invalid_return_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INVALID_RETURN_TYPE", false]], "er_func_wrong_arg_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_WRONG_ARG_COUNT", false]], "er_function_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNCTION_EXISTS", false]], "er_function_language (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNCTION_LANGUAGE", false]], "er_function_tx_active (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNCTION_TX_ACTIVE", false]], "er_grant (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_GRANT", false]], "er_guest_user_password (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_GUEST_USER_PASSWORD", false]], "er_hex_literal_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_HEX_LITERAL_MAX", false]], "er_identifier (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_IDENTIFIER", false]], "er_illegal_collation_mix (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ILLEGAL_COLLATION_MIX", false]], "er_illegal_params (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ILLEGAL_PARAMS", false]], "er_inconsistent_types (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INCONSISTENT_TYPES", false]], "er_index_def_unsupported (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_DEF_UNSUPPORTED", false]], "er_index_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_EXISTS", false]], "er_index_exists_in_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_EXISTS_IN_SPACE", false]], "er_index_field_count_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_FIELD_COUNT_LIMIT", false]], "er_index_part_type_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_PART_TYPE_MISMATCH", false]], "er_index_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_TYPE", false]], "er_injection (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INJECTION", false]], "er_instance_uuid_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INSTANCE_UUID_MISMATCH", false]], "er_int_literal_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INT_LITERAL_MAX", false]], "er_interfering_promote (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INTERFERING_PROMOTE", false]], "er_invalid_index_file (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_INDEX_FILE", false]], "er_invalid_msgpack (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_MSGPACK", false]], "er_invalid_order (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_ORDER", false]], "er_invalid_run_file (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_RUN_FILE", false]], "er_invalid_uuid (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_UUID", false]], "er_invalid_vylog_file (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_VYLOG_FILE", false]], "er_invalid_xlog (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG", false]], "er_invalid_xlog_name (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG_NAME", false]], "er_invalid_xlog_order (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG_ORDER", false]], "er_invalid_xlog_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG_TYPE", false]], "er_iterator_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ITERATOR_TYPE", false]], "er_key_part_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_KEY_PART_COUNT", false]], "er_key_part_is_too_long (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_KEY_PART_IS_TOO_LONG", false]], "er_key_part_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_KEY_PART_TYPE", false]], "er_last_drop (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LAST_DROP", false]], "er_load_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOAD_FUNCTION", false]], "er_load_module (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOAD_MODULE", false]], "er_loading (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOADING", false]], "er_local_instance_id_is_read_only (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOCAL_INSTANCE_ID_IS_READ_ONLY", false]], "er_memory_issue (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MEMORY_ISSUE", false]], "er_memtx_max_tuple_size (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MEMTX_MAX_TUPLE_SIZE", false]], "er_missing_request_field (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MISSING_REQUEST_FIELD", false]], "er_missing_snapshot (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MISSING_SNAPSHOT", false]], "er_modify_index (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MODIFY_INDEX", false]], "er_more_than_one_tuple (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MORE_THAN_ONE_TUPLE", false]], "er_multikey_index_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MULTIKEY_INDEX_MISMATCH", false]], "er_multistatement_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MULTISTATEMENT_TRANSACTION", false]], "er_no_connection (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_CONNECTION", false]], "er_no_election_quorum (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_ELECTION_QUORUM", false]], "er_no_such_collation (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_COLLATION", false]], "er_no_such_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_CONSTRAINT", false]], "er_no_such_engine (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_ENGINE", false]], "er_no_such_field_name (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FIELD_NAME", false]], "er_no_such_field_name_in_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FIELD_NAME_IN_SPACE", false]], "er_no_such_field_no (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FIELD_NO", false]], "er_no_such_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FUNCTION", false]], "er_no_such_group (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_GROUP", false]], "er_no_such_index_id (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_INDEX_ID", false]], "er_no_such_index_name (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_INDEX_NAME", false]], "er_no_such_module (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_MODULE", false]], "er_no_such_proc (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_PROC", false]], "er_no_such_role (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_ROLE", false]], "er_no_such_savepoint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SAVEPOINT", false]], "er_no_such_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SEQUENCE", false]], "er_no_such_session_setting (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SESSION_SETTING", false]], "er_no_such_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SPACE", false]], "er_no_such_trigger (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_TRIGGER", false]], "er_no_such_user (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_USER", false]], "er_no_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_TRANSACTION", false]], "er_nonmaster (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NONMASTER", false]], "er_not_leader (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NOT_LEADER", false]], "er_nullable_primary (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NULLABLE_PRIMARY", false]], "er_partial_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PARTIAL_KEY", false]], "er_password_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PASSWORD_MISMATCH", false]], "er_priv_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PRIV_GRANTED", false]], "er_priv_not_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PRIV_NOT_GRANTED", false]], "er_proc_c (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROC_C", false]], "er_proc_lua (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROC_LUA", false]], "er_proc_ret (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROC_RET", false]], "er_protocol (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROTOCOL", false]], "er_quorum_wait (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_QUORUM_WAIT", false]], "er_read_view_aborted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_READ_VIEW_ABORTED", false]], "er_readonly (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_READONLY", false]], "er_reload_cfg (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_RELOAD_CFG", false]], "er_replica_id_is_reserved (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICA_ID_IS_RESERVED", false]], "er_replica_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICA_MAX", false]], "er_replica_not_anon (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICA_NOT_ANON", false]], "er_replicaset_uuid_is_ro (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICASET_UUID_IS_RO", false]], "er_replicaset_uuid_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICASET_UUID_MISMATCH", false]], "er_role_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_EXISTS", false]], "er_role_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_GRANTED", false]], "er_role_loop (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_LOOP", false]], "er_role_not_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_NOT_GRANTED", false]], "er_rollback_in_sub_stmt (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLLBACK_IN_SUB_STMT", false]], "er_rowid_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROWID_OVERFLOW", false]], "er_rtree_rect (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_RTREE_RECT", false]], "er_savepoint_empty_tx (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SAVEPOINT_EMPTY_TX", false]], "er_sequence_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SEQUENCE_EXISTS", false]], "er_sequence_not_started (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SEQUENCE_NOT_STARTED", false]], "er_sequence_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SEQUENCE_OVERFLOW", false]], "er_session_closed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SESSION_CLOSED", false]], "er_session_setting_invalid_value (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SESSION_SETTING_INVALID_VALUE", false]], "er_space_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SPACE_EXISTS", false]], "er_space_field_is_duplicate (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SPACE_FIELD_IS_DUPLICATE", false]], "er_split_brain (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SPLIT_BRAIN", false]], "er_sql_analyze_argument (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_ANALYZE_ARGUMENT", false]], "er_sql_bind_not_found (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_NOT_FOUND", false]], "er_sql_bind_parameter_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_PARAMETER_MAX", false]], "er_sql_bind_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_TYPE", false]], "er_sql_bind_value (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_VALUE", false]], "er_sql_cant_add_autoinc (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_CANT_ADD_AUTOINC", false]], "er_sql_cant_resolve_field (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_CANT_RESOLVE_FIELD", false]], "er_sql_column_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_COLUMN_COUNT", false]], "er_sql_column_count_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_COLUMN_COUNT_MAX", false]], "er_sql_execute (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_EXECUTE", false]], "er_sql_func_wrong_ret_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_FUNC_WRONG_RET_COUNT", false]], "er_sql_keyword_is_reserved (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_KEYWORD_IS_RESERVED", false]], "er_sql_no_such_pragma (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_NO_SUCH_PRAGMA", false]], "er_sql_parser_generic (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PARSER_GENERIC", false]], "er_sql_parser_generic_with_pos (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PARSER_GENERIC_WITH_POS", false]], "er_sql_parser_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PARSER_LIMIT", false]], "er_sql_prepare (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PREPARE", false]], "er_sql_select_wildcard (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_SELECT_WILDCARD", false]], "er_sql_stack_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_STACK_OVERFLOW", false]], "er_sql_statement_empty (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_STATEMENT_EMPTY", false]], "er_sql_syntax_near_token (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_SYNTAX_NEAR_TOKEN", false]], "er_sql_syntax_with_pos (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_SYNTAX_WITH_POS", false]], "er_sql_type_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_TYPE_MISMATCH", false]], "er_sql_unknown_token (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_UNKNOWN_TOKEN", false]], "er_ssl (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SSL", false]], "er_sub_stmt_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SUB_STMT_MAX", false]], "er_sync_master_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_MASTER_MISMATCH", false]], "er_sync_queue_foreign (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_QUEUE_FOREIGN", false]], "er_sync_queue_unclaimed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_QUEUE_UNCLAIMED", false]], "er_sync_quorum_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_QUORUM_TIMEOUT", false]], "er_sync_rollback (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_ROLLBACK", false]], "er_system (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYSTEM", false]], "er_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TIMEOUT", false]], "er_too_early_subscribe (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TOO_EARLY_SUBSCRIBE", false]], "er_transaction_conflict (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRANSACTION_CONFLICT", false]], "er_transaction_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRANSACTION_TIMEOUT", false]], "er_transaction_yield (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRANSACTION_YIELD", false]], "er_trigger_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRIGGER_EXISTS", false]], "er_truncate_system_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRUNCATE_SYSTEM_SPACE", false]], "er_tuple_constraint_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_CONSTRAINT_FAILED", false]], "er_tuple_field_count_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_FIELD_COUNT_LIMIT", false]], "er_tuple_format_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_FORMAT_LIMIT", false]], "er_tuple_found (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_FOUND", false]], "er_tuple_metadata_is_too_big (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_METADATA_IS_TOO_BIG", false]], "er_tuple_not_array (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_NOT_ARRAY", false]], "er_tuple_not_found (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_NOT_FOUND", false]], "er_txn_rollback (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TXN_ROLLBACK", false]], "er_unable_to_process_in_stream (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNABLE_TO_PROCESS_IN_STREAM", false]], "er_unable_to_process_out_of_stream (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNABLE_TO_PROCESS_OUT_OF_STREAM", false]], "er_uncommitted_foreign_sync_txns (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNCOMMITTED_FOREIGN_SYNC_TXNS", false]], "er_unknown (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN", false]], "er_unknown_replica (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_REPLICA", false]], "er_unknown_request_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_REQUEST_TYPE", false]], "er_unknown_rtree_index_distance_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_RTREE_INDEX_DISTANCE_TYPE", false]], "er_unknown_schema_object (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_SCHEMA_OBJECT", false]], "er_unknown_update_op (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_UPDATE_OP", false]], "er_unsupported (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNSUPPORTED", false]], "er_unsupported_index_feature (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNSUPPORTED_INDEX_FEATURE", false]], "er_unsupported_priv (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNSUPPORTED_PRIV", false]], "er_update_arg_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_ARG_TYPE", false]], "er_update_decimal_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_DECIMAL_OVERFLOW", false]], "er_update_field (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_FIELD", false]], "er_update_integer_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_INTEGER_OVERFLOW", false]], "er_update_splice (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_SPLICE", false]], "er_upsert_unique_secondary_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPSERT_UNIQUE_SECONDARY_KEY", false]], "er_user_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_USER_EXISTS", false]], "er_user_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_USER_MAX", false]], "er_view_is_ro (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VIEW_IS_RO", false]], "er_view_missing_sql (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VIEW_MISSING_SQL", false]], "er_vinyl_max_tuple_size (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VINYL_MAX_TUPLE_SIZE", false]], "er_vy_quota_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VY_QUOTA_TIMEOUT", false]], "er_wal_io (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WAL_IO", false]], "er_wrong_collation_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_COLLATION_OPTIONS", false]], "er_wrong_dd_version (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_DD_VERSION", false]], "er_wrong_index_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_INDEX_OPTIONS", false]], "er_wrong_index_parts (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_INDEX_PARTS", false]], "er_wrong_index_record (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_INDEX_RECORD", false]], "er_wrong_query_id (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_QUERY_ID", false]], "er_wrong_schema_version (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SCHEMA_VERSION", false]], "er_wrong_space_format (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SPACE_FORMAT", false]], "er_wrong_space_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SPACE_OPTIONS", false]], "er_wrong_space_upgrade_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SPACE_UPGRADE_OPTIONS", false]], "er_xlog_gap (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_XLOG_GAP", false]], "err_no (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.err_no", false]], "err_no (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.err_no", false]], "errmsg (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.errmsg", false]], "errmsg (asynctnt.response attribute)": [[4, "asynctnt.Response.errmsg", false]], "error (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.error", false]], "error (asynctnt.response attribute)": [[4, "asynctnt.Response.error", false]], "error_type (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.error_type", false]], "error_type (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.error_type", false]], "errorcode (class in asynctnt.exceptions)": [[3, "asynctnt.exceptions.ErrorCode", false]], "eval() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.eval", false]], "eval() (asynctnt.db method)": [[4, "asynctnt.Db.eval", false]], "eval() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.eval", false]], "execute() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.execute", false]], "execute() (asynctnt.db method)": [[4, "asynctnt.Db.execute", false]], "execute() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.execute", false]], "execute() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.execute", false]], "fetch_schema (asynctnt.connection property)": [[4, "asynctnt.Connection.fetch_schema", false]], "fetch_schema (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.fetch_schema", false]], "field (class in asynctnt)": [[4, "asynctnt.Field", false]], "field (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Field", false]], "field_count (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.field_count", false]], "field_count (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.field_count", false]], "fields (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.fields", false]], "fields (asynctnt.iproto.protocol.metadata attribute)": [[7, "asynctnt.iproto.protocol.Metadata.fields", false]], "fields (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.fields", false]], "fields (asynctnt.metadata attribute)": [[4, "asynctnt.Metadata.fields", false]], "file (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.file", false]], "file (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.file", false]], "fingerprint (asynctnt.connection property)": [[4, "asynctnt.Connection.fingerprint", false]], "fingerprint (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.fingerprint", false]], "fingerprint (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.fingerprint", false]], "flags (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.flags", false]], "flags (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.flags", false]], "get() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.get", false]], "get() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.get", false]], "get_common_db() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.get_common_db", false]], "get_random_port() (asynctnt.instance.tarantoolinstance static method)": [[5, "asynctnt.instance.TarantoolInstance.get_random_port", false]], "get_version() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.get_version", false]], "host (asynctnt.connection property)": [[4, "asynctnt.Connection.host", false]], "host (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.host", false]], "host (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.host", false]], "id (asynctnt.iproto.protocol.schema attribute)": [[7, "asynctnt.iproto.protocol.Schema.id", false]], "id (asynctnt.prepared.preparedstatement property)": [[9, "asynctnt.prepared.PreparedStatement.id", false]], "id (asynctnt.schema attribute)": [[4, "asynctnt.Schema.id", false]], "iid (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.iid", false]], "iid (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.iid", false]], "index_type (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.index_type", false]], "index_type (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.index_type", false]], "indexes (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.indexes", false]], "indexes (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.indexes", false]], "indextype (in module asynctnt.types)": [[11, "asynctnt.types.IndexType", false]], "initial_read_buffer_size (asynctnt.connection property)": [[4, "asynctnt.Connection.initial_read_buffer_size", false]], "initial_read_buffer_size (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.initial_read_buffer_size", false]], "insert() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.insert", false]], "insert() (asynctnt.db method)": [[4, "asynctnt.Db.insert", false]], "insert() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.insert", false]], "iprotoerror (class in asynctnt)": [[4, "asynctnt.IProtoError", false]], "iprotoerror (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.IProtoError", false]], "iprotoerrorstackframe (class in asynctnt)": [[4, "asynctnt.IProtoErrorStackFrame", false]], "iprotoerrorstackframe (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame", false]], "is_autoincrement (asynctnt.field attribute)": [[4, "asynctnt.Field.is_autoincrement", false]], "is_autoincrement (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.is_autoincrement", false]], "is_connected (asynctnt.connection property)": [[4, "asynctnt.Connection.is_connected", false]], "is_connected (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.is_connected", false]], "is_connected() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.is_connected", false]], "is_fully_connected (asynctnt.connection property)": [[4, "asynctnt.Connection.is_fully_connected", false]], "is_fully_connected (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.is_fully_connected", false]], "is_fully_connected() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.is_fully_connected", false]], "is_nullable (asynctnt.field attribute)": [[4, "asynctnt.Field.is_nullable", false]], "is_nullable (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.is_nullable", false]], "is_running (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.is_running", false]], "isolation (class in asynctnt.api)": [[1, "asynctnt.api.Isolation", false]], "items() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.items", false]], "items() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.items", false]], "keys() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.keys", false]], "keys() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.keys", false]], "keytype (in module asynctnt.types)": [[11, "asynctnt.types.KeyType", false]], "kill() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.kill", false]], "kill() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.kill", false]], "kill() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.kill", false]], "kill() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.kill", false]], "line (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.line", false]], "line (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.line", false]], "logger (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.logger", false]], "logger (asynctnt.instance.tarantoolinstanceprotocol property)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.logger", false]], "logger (in module asynctnt.log)": [[8, "asynctnt.log.logger", false]], "message (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.message", false]], "message (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.message", false]], "metadata (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.metadata", false]], "metadata (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.metadata", false]], "metadata (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.metadata", false]], "metadata (asynctnt.response attribute)": [[4, "asynctnt.Response.metadata", false]], "metadata (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.metadata", false]], "metadata (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.metadata", false]], "metadata (class in asynctnt)": [[4, "asynctnt.Metadata", false]], "metadata (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Metadata", false]], "methodret (in module asynctnt.types)": [[11, "asynctnt.types.MethodRet", false]], "module": [[1, "module-asynctnt.api", false], [2, "module-asynctnt.connection", false], [3, "module-asynctnt.exceptions", false], [4, "module-asynctnt", false], [5, "module-asynctnt.instance", false], [6, "module-asynctnt.iproto", false], [7, "module-asynctnt.iproto.protocol", false], [8, "module-asynctnt.log", false], [9, "module-asynctnt.prepared", false], [10, "module-asynctnt.stream", false], [11, "module-asynctnt.types", false]], "name (asynctnt.field attribute)": [[4, "asynctnt.Field.name", false]], "name (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.name", false]], "name (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.name", false]], "name (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.name", false]], "name (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.name", false]], "name (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.name", false]], "name_id_map (asynctnt.iproto.protocol.metadata attribute)": [[7, "asynctnt.iproto.protocol.Metadata.name_id_map", false]], "name_id_map (asynctnt.metadata attribute)": [[4, "asynctnt.Metadata.name_id_map", false]], "owner (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.owner", false]], "owner (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.owner", false]], "params (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.params", false]], "params (asynctnt.prepared.preparedstatement property)": [[9, "asynctnt.prepared.PreparedStatement.params", false]], "params (asynctnt.response attribute)": [[4, "asynctnt.Response.params", false]], "params_count (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.params_count", false]], "params_count (asynctnt.prepared.preparedstatement property)": [[9, "asynctnt.prepared.PreparedStatement.params_count", false]], "params_count (asynctnt.response attribute)": [[4, "asynctnt.Response.params_count", false]], "password (asynctnt.connection property)": [[4, "asynctnt.Connection.password", false]], "password (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.password", false]], "pid (asynctnt.instance.tarantoolasyncinstance property)": [[5, "asynctnt.instance.TarantoolAsyncInstance.pid", false]], "pid (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.pid", false]], "pid (asynctnt.instance.tarantoolinstanceprotocol property)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.pid", false]], "pid (asynctnt.instance.tarantoolsyncinstance property)": [[5, "asynctnt.instance.TarantoolSyncInstance.pid", false]], "ping() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.ping", false]], "ping() (asynctnt.db method)": [[4, "asynctnt.Db.ping", false]], "ping() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.ping", false]], "pipe_data_received() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.pipe_data_received", false]], "port (asynctnt.connection property)": [[4, "asynctnt.Connection.port", false]], "port (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.port", false]], "port (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.port", false]], "prepare() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.prepare", false]], "prepare() (asynctnt.db method)": [[4, "asynctnt.Db.prepare", false]], "prepare() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.prepare", false]], "prepare() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.prepare", false]], "prepare() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.prepare", false]], "prepare() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.prepare", false]], "prepare_iproto() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.prepare_iproto", false]], "preparedstatement (class in asynctnt.prepared)": [[9, "asynctnt.prepared.PreparedStatement", false]], "process_exited() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.process_exited", false]], "protocol (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Protocol", false]], "protocol_factory() (asynctnt.connection method)": [[4, "asynctnt.Connection.protocol_factory", false]], "protocol_factory() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.protocol_factory", false]], "pushiterator (class in asynctnt)": [[4, "asynctnt.PushIterator", false]], "pushiterator (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.PushIterator", false]], "read_committed (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.READ_COMMITTED", false]], "read_confirmed (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.READ_CONFIRMED", false]], "reconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection.reconnect", false]], "reconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.reconnect", false]], "reconnect_timeout (asynctnt.connection property)": [[4, "asynctnt.Connection.reconnect_timeout", false]], "reconnect_timeout (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.reconnect_timeout", false]], "reconnecting (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.RECONNECTING", false]], "refetch_schema() (asynctnt.connection method)": [[4, "asynctnt.Connection.refetch_schema", false]], "refetch_schema() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.refetch_schema", false]], "refetch_schema() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.refetch_schema", false]], "replace() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.replace", false]], "replace() (asynctnt.db method)": [[4, "asynctnt.Db.replace", false]], "replace() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.replace", false]], "replication_source (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.replication_source", false]], "request_timeout (asynctnt.connection property)": [[4, "asynctnt.Connection.request_timeout", false]], "request_timeout (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.request_timeout", false]], "response (asynctnt.iproto.protocol.pushiterator property)": [[7, "asynctnt.iproto.protocol.PushIterator.response", false]], "response (asynctnt.pushiterator property)": [[4, "asynctnt.PushIterator.response", false]], "response (class in asynctnt)": [[4, "asynctnt.Response", false]], "response (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Response", false]], "return_code (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.return_code", false]], "return_code (asynctnt.response property)": [[4, "asynctnt.Response.return_code", false]], "returncode (asynctnt.instance.tarantoolinstanceprotocol property)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.returncode", false]], "rollback() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.rollback", false]], "rollback() (asynctnt.db method)": [[4, "asynctnt.Db.rollback", false]], "rollback() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.rollback", false]], "rowcount (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.rowcount", false]], "rowcount (asynctnt.response property)": [[4, "asynctnt.Response.rowcount", false]], "schema (asynctnt.connection property)": [[4, "asynctnt.Connection.schema", false]], "schema (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.schema", false]], "schema (asynctnt.iproto.protocol.protocol property)": [[7, "asynctnt.iproto.protocol.Protocol.schema", false]], "schema (class in asynctnt)": [[4, "asynctnt.Schema", false]], "schema (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Schema", false]], "schema_id (asynctnt.connection property)": [[4, "asynctnt.Connection.schema_id", false]], "schema_id (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.schema_id", false]], "schema_id (asynctnt.iproto.protocol.protocol property)": [[7, "asynctnt.iproto.protocol.Protocol.schema_id", false]], "schema_id (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.schema_id", false]], "schema_id (asynctnt.response property)": [[4, "asynctnt.Response.schema_id", false]], "schemaindex (class in asynctnt)": [[4, "asynctnt.SchemaIndex", false]], "schemaindex (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.SchemaIndex", false]], "schemaspace (class in asynctnt)": [[4, "asynctnt.SchemaSpace", false]], "schemaspace (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.SchemaSpace", false]], "select() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.select", false]], "select() (asynctnt.db method)": [[4, "asynctnt.Db.select", false]], "select() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.select", false]], "send_signal() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.send_signal", false]], "set_stream_id() (asynctnt.db method)": [[4, "asynctnt.Db.set_stream_id", false]], "set_stream_id() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.set_stream_id", false]], "sid (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.sid", false]], "sid (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.sid", false]], "sid (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.sid", false]], "sid (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.sid", false]], "spaces (asynctnt.iproto.protocol.schema attribute)": [[7, "asynctnt.iproto.protocol.Schema.spaces", false]], "spaces (asynctnt.schema attribute)": [[4, "asynctnt.Schema.spaces", false]], "spacetype (in module asynctnt.types)": [[11, "asynctnt.types.SpaceType", false]], "span (asynctnt.field attribute)": [[4, "asynctnt.Field.span", false]], "span (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.span", false]], "start() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.start", false]], "start() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.start", false]], "start() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.start", false]], "state (asynctnt.connection property)": [[4, "asynctnt.Connection.state", false]], "state (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.state", false]], "stmt_id (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.stmt_id", false]], "stmt_id (asynctnt.response property)": [[4, "asynctnt.Response.stmt_id", false]], "stop() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.stop", false]], "stop() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.stop", false]], "stop() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.stop", false]], "stream (class in asynctnt.stream)": [[10, "asynctnt.stream.Stream", false]], "stream() (asynctnt.connection method)": [[4, "asynctnt.Connection.stream", false]], "stream() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.stream", false]], "stream_id (asynctnt.db property)": [[4, "asynctnt.Db.stream_id", false]], "stream_id (asynctnt.iproto.protocol.db property)": [[7, "asynctnt.iproto.protocol.Db.stream_id", false]], "stream_id (asynctnt.stream.stream property)": [[10, "asynctnt.stream.Stream.stream_id", false]], "sync (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.sync", false]], "sync (asynctnt.response property)": [[4, "asynctnt.Response.sync", false]], "tarantoolasyncinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolAsyncInstance", false]], "tarantooldatabaseerror": [[3, "asynctnt.exceptions.TarantoolDatabaseError", false]], "tarantoolerror": [[3, "asynctnt.exceptions.TarantoolError", false]], "tarantoolinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolInstance", false]], "tarantoolinstanceprotocol (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolInstanceProtocol", false]], "tarantoolnetworkerror": [[3, "asynctnt.exceptions.TarantoolNetworkError", false]], "tarantoolnotconnectederror": [[3, "asynctnt.exceptions.TarantoolNotConnectedError", false]], "tarantoolschemaerror": [[3, "asynctnt.exceptions.TarantoolSchemaError", false]], "tarantoolsyncdockerinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolSyncDockerInstance", false]], "tarantoolsyncinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolSyncInstance", false]], "tarantooltuple (class in asynctnt)": [[4, "asynctnt.TarantoolTuple", false]], "tarantooltuple (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.TarantoolTuple", false]], "terminate() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.terminate", false]], "terminate() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.terminate", false]], "terminate() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.terminate", false]], "terminate() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.terminate", false]], "trace (asynctnt.iproto.protocol.iprotoerror attribute)": [[7, "asynctnt.iproto.protocol.IProtoError.trace", false]], "trace (asynctnt.iprotoerror attribute)": [[4, "asynctnt.IProtoError.trace", false]], "tupletype (in module asynctnt.types)": [[11, "asynctnt.types.TupleType", false]], "type (asynctnt.field attribute)": [[4, "asynctnt.Field.type", false]], "type (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.type", false]], "unique (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.unique", false]], "unique (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.unique", false]], "unprepare() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.unprepare", false]], "unprepare_iproto() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.unprepare_iproto", false]], "update() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.update", false]], "update() (asynctnt.db method)": [[4, "asynctnt.Db.update", false]], "update() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.update", false]], "upsert() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.upsert", false]], "upsert() (asynctnt.db method)": [[4, "asynctnt.Db.upsert", false]], "upsert() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.upsert", false]], "username (asynctnt.connection property)": [[4, "asynctnt.Connection.username", false]], "username (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.username", false]], "values() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.values", false]], "values() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.values", false]], "version (asynctnt.connection property)": [[4, "asynctnt.Connection.version", false]], "version (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.version", false]], "version() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.version", false]], "version() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.version", false]], "wait() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.wait", false]], "wait_stopped() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.wait_stopped", false]], "wait_timeout (asynctnt.instance.tarantoolsyncinstance attribute)": [[5, "asynctnt.instance.TarantoolSyncInstance.WAIT_TIMEOUT", false]]}, "objects": {"": [[4, 0, 0, "-", "asynctnt"]], "asynctnt": [[4, 1, 1, "", "Connection"], [4, 1, 1, "", "Db"], [4, 1, 1, "", "Field"], [4, 1, 1, "", "IProtoError"], [4, 1, 1, "", "IProtoErrorStackFrame"], [4, 1, 1, "", "Metadata"], [4, 1, 1, "", "PushIterator"], [4, 1, 1, "", "Response"], [4, 1, 1, "", "Schema"], [4, 1, 1, "", "SchemaIndex"], [4, 1, 1, "", "SchemaSpace"], [4, 1, 1, "", "TarantoolTuple"], [4, 5, 1, "", "__version__"], [1, 0, 0, "-", "api"], [4, 6, 1, "", "connect"], [2, 0, 0, "-", "connection"], [3, 0, 0, "-", "exceptions"], [5, 0, 0, "-", "instance"], [6, 0, 0, "-", "iproto"], [8, 0, 0, "-", "log"], [9, 0, 0, "-", "prepared"], [10, 0, 0, "-", "stream"], [11, 0, 0, "-", "types"]], "asynctnt.Connection": [[4, 2, 1, "", "__aenter__"], [4, 2, 1, "", "__aexit__"], [4, 2, 1, "", "__repr__"], [4, 3, 1, "", "__slots__"], [4, 2, 1, "", "_connect"], [4, 2, 1, "", "_normalize_api"], [4, 2, 1, "", "_ping_task_func"], [4, 2, 1, "", "_set_state"], [4, 2, 1, "", "_start_reconnect"], [4, 2, 1, "", "_wait_reconnect"], [4, 4, 1, "", "auto_refetch_schema"], [4, 2, 1, "", "close"], [4, 2, 1, "", "connect"], [4, 4, 1, "", "connect_timeout"], [4, 2, 1, "", "connection_lost"], [4, 2, 1, "", "disconnect"], [4, 4, 1, "", "encoding"], [4, 4, 1, "", "fetch_schema"], [4, 4, 1, "", "fingerprint"], [4, 4, 1, "", "host"], [4, 4, 1, "", "initial_read_buffer_size"], [4, 4, 1, "", "is_connected"], [4, 4, 1, "", "is_fully_connected"], [4, 4, 1, "", "password"], [4, 4, 1, "", "port"], [4, 2, 1, "", "protocol_factory"], [4, 2, 1, "", "reconnect"], [4, 4, 1, "", "reconnect_timeout"], [4, 2, 1, "", "refetch_schema"], [4, 4, 1, "", "request_timeout"], [4, 4, 1, "", "schema"], [4, 4, 1, "", "schema_id"], [4, 4, 1, "", "state"], [4, 2, 1, "", "stream"], [4, 4, 1, "", "username"], [4, 4, 1, "", "version"]], "asynctnt.Db": [[4, 2, 1, "", "begin"], [4, 2, 1, "", "call"], [4, 2, 1, "", "call16"], [4, 2, 1, "", "commit"], [4, 2, 1, "", "delete"], [4, 2, 1, "", "eval"], [4, 2, 1, "", "execute"], [4, 2, 1, "", "insert"], [4, 2, 1, "", "ping"], [4, 2, 1, "", "prepare"], [4, 2, 1, "", "replace"], [4, 2, 1, "", "rollback"], [4, 2, 1, "", "select"], [4, 2, 1, "", "set_stream_id"], [4, 4, 1, "", "stream_id"], [4, 2, 1, "", "update"], [4, 2, 1, "", "upsert"]], "asynctnt.Field": [[4, 3, 1, "", "collation"], [4, 3, 1, "", "is_autoincrement"], [4, 3, 1, "", "is_nullable"], [4, 3, 1, "", "name"], [4, 3, 1, "", "span"], [4, 3, 1, "", "type"]], "asynctnt.IProtoError": [[4, 3, 1, "", "trace"]], "asynctnt.IProtoErrorStackFrame": [[4, 3, 1, "", "code"], [4, 3, 1, "", "err_no"], [4, 3, 1, "", "error_type"], [4, 3, 1, "", "fields"], [4, 3, 1, "", "file"], [4, 3, 1, "", "line"], [4, 3, 1, "", "message"]], "asynctnt.Metadata": [[4, 3, 1, "", "fields"], [4, 3, 1, "", "name_id_map"]], "asynctnt.PushIterator": [[4, 2, 1, "", "__aiter__"], [4, 2, 1, "", "__anext__"], [4, 2, 1, "", "__iter__"], [4, 2, 1, "", "__next__"], [4, 4, 1, "", "response"]], "asynctnt.Response": [[4, 2, 1, "", "__getitem__"], [4, 2, 1, "", "__iter__"], [4, 2, 1, "", "__len__"], [4, 3, 1, "", "autoincrement_ids"], [4, 3, 1, "", "body"], [4, 4, 1, "", "code"], [4, 2, 1, "", "done"], [4, 3, 1, "", "encoding"], [4, 3, 1, "", "errmsg"], [4, 3, 1, "", "error"], [4, 3, 1, "", "metadata"], [4, 3, 1, "", "params"], [4, 3, 1, "", "params_count"], [4, 4, 1, "", "return_code"], [4, 4, 1, "", "rowcount"], [4, 4, 1, "", "schema_id"], [4, 4, 1, "", "stmt_id"], [4, 4, 1, "", "sync"]], "asynctnt.Schema": [[4, 3, 1, "", "id"], [4, 3, 1, "", "spaces"]], "asynctnt.SchemaIndex": [[4, 3, 1, "", "iid"], [4, 3, 1, "", "index_type"], [4, 3, 1, "", "metadata"], [4, 3, 1, "", "name"], [4, 3, 1, "", "sid"], [4, 3, 1, "", "unique"]], "asynctnt.SchemaSpace": [[4, 3, 1, "", "engine"], [4, 3, 1, "", "field_count"], [4, 3, 1, "", "flags"], [4, 3, 1, "", "indexes"], [4, 3, 1, "", "metadata"], [4, 3, 1, "", "name"], [4, 3, 1, "", "owner"], [4, 3, 1, "", "sid"]], "asynctnt.TarantoolTuple": [[4, 2, 1, "", "__contains__"], [4, 2, 1, "", "__getitem__"], [4, 2, 1, "", "__index__"], [4, 2, 1, "", "__iter__"], [4, 2, 1, "", "__len__"], [4, 2, 1, "", "__next__"], [4, 2, 1, "", "__repr__"], [4, 2, 1, "", "get"], [4, 2, 1, "", "items"], [4, 2, 1, "", "keys"], [4, 2, 1, "", "values"]], "asynctnt.api": [[1, 1, 1, "", "Api"], [1, 1, 1, "", "Isolation"], [1, 1, 1, "", "_DbMock"]], "asynctnt.api.Api": [[1, 3, 1, "", "__slots__"], [1, 2, 1, "", "_clear_db"], [1, 2, 1, "", "_set_db"], [1, 2, 1, "", "begin"], [1, 2, 1, "", "call"], [1, 2, 1, "", "call16"], [1, 2, 1, "", "commit"], [1, 2, 1, "", "delete"], [1, 2, 1, "", "eval"], [1, 2, 1, "", "execute"], [1, 2, 1, "", "insert"], [1, 2, 1, "", "ping"], [1, 2, 1, "", "prepare"], [1, 2, 1, "", "prepare_iproto"], [1, 2, 1, "", "replace"], [1, 2, 1, "", "rollback"], [1, 2, 1, "", "select"], [1, 2, 1, "", "unprepare_iproto"], [1, 2, 1, "", "update"], [1, 2, 1, "", "upsert"]], "asynctnt.api.Isolation": [[1, 3, 1, "", "BEST_EFFORT"], [1, 3, 1, "", "DEFAULT"], [1, 3, 1, "", "READ_COMMITTED"], [1, 3, 1, "", "READ_CONFIRMED"]], "asynctnt.api._DbMock": [[1, 2, 1, "", "__getattr__"]], "asynctnt.connection": [[2, 1, 1, "", "Connection"], [2, 1, 1, "", "ConnectionState"], [2, 6, 1, "", "connect"]], "asynctnt.connection.Connection": [[2, 2, 1, "", "__aenter__"], [2, 2, 1, "", "__aexit__"], [2, 2, 1, "", "__repr__"], [2, 3, 1, "", "__slots__"], [2, 2, 1, "", "_connect"], [2, 2, 1, "", "_normalize_api"], [2, 2, 1, "", "_ping_task_func"], [2, 2, 1, "", "_set_state"], [2, 2, 1, "", "_start_reconnect"], [2, 2, 1, "", "_wait_reconnect"], [2, 4, 1, "", "auto_refetch_schema"], [2, 2, 1, "", "close"], [2, 2, 1, "", "connect"], [2, 4, 1, "", "connect_timeout"], [2, 2, 1, "", "connection_lost"], [2, 2, 1, "", "disconnect"], [2, 4, 1, "", "encoding"], [2, 4, 1, "", "fetch_schema"], [2, 4, 1, "", "fingerprint"], [2, 4, 1, "", "host"], [2, 4, 1, "", "initial_read_buffer_size"], [2, 4, 1, "", "is_connected"], [2, 4, 1, "", "is_fully_connected"], [2, 4, 1, "", "password"], [2, 4, 1, "", "port"], [2, 2, 1, "", "protocol_factory"], [2, 2, 1, "", "reconnect"], [2, 4, 1, "", "reconnect_timeout"], [2, 2, 1, "", "refetch_schema"], [2, 4, 1, "", "request_timeout"], [2, 4, 1, "", "schema"], [2, 4, 1, "", "schema_id"], [2, 4, 1, "", "state"], [2, 2, 1, "", "stream"], [2, 4, 1, "", "username"], [2, 4, 1, "", "version"]], "asynctnt.connection.ConnectionState": [[2, 3, 1, "", "CONNECTED"], [2, 3, 1, "", "CONNECTING"], [2, 3, 1, "", "DISCONNECTED"], [2, 3, 1, "", "DISCONNECTING"], [2, 3, 1, "", "RECONNECTING"]], "asynctnt.exceptions": [[3, 1, 1, "", "ErrorCode"], [3, 7, 1, "", "TarantoolDatabaseError"], [3, 7, 1, "", "TarantoolError"], [3, 7, 1, "", "TarantoolNetworkError"], [3, 7, 1, "", "TarantoolNotConnectedError"], [3, 7, 1, "", "TarantoolSchemaError"]], "asynctnt.exceptions.ErrorCode": [[3, 3, 1, "", "ER_ACCESS_DENIED"], [3, 3, 1, "", "ER_ACTION_MISMATCH"], [3, 3, 1, "", "ER_ACTIVE_TIMER"], [3, 3, 1, "", "ER_ACTIVE_TRANSACTION"], [3, 3, 1, "", "ER_ALREADY_RUNNING"], [3, 3, 1, "", "ER_ALTER_SEQUENCE"], [3, 3, 1, "", "ER_ALTER_SPACE"], [3, 3, 1, "", "ER_BACKUP_IN_PROGRESS"], [3, 3, 1, "", "ER_BEFORE_REPLACE_RET"], [3, 3, 1, "", "ER_BOOTSTRAP_READONLY"], [3, 3, 1, "", "ER_CANNOT_REGISTER"], [3, 3, 1, "", "ER_CANT_CREATE_COLLATION"], [3, 3, 1, "", "ER_CANT_UPDATE_PRIMARY_KEY"], [3, 3, 1, "", "ER_CASCADE_ROLLBACK"], [3, 3, 1, "", "ER_CFG"], [3, 3, 1, "", "ER_CHECKPOINT_IN_PROGRESS"], [3, 3, 1, "", "ER_CK_CONSTRAINT_FAILED"], [3, 3, 1, "", "ER_CK_DEF_UNSUPPORTED"], [3, 3, 1, "", "ER_COMMIT_IN_SUB_STMT"], [3, 3, 1, "", "ER_COMPLEX_FOREIGN_KEY_FAILED"], [3, 3, 1, "", "ER_COMPRESSION"], [3, 3, 1, "", "ER_CONNECTION_TO_SELF"], [3, 3, 1, "", "ER_CONSTRAINT_EXISTS"], [3, 3, 1, "", "ER_CREATE_CK_CONSTRAINT"], [3, 3, 1, "", "ER_CREATE_CONSTRAINT"], [3, 3, 1, "", "ER_CREATE_FK_CONSTRAINT"], [3, 3, 1, "", "ER_CREATE_FOREIGN_KEY"], [3, 3, 1, "", "ER_CREATE_FUNCTION"], [3, 3, 1, "", "ER_CREATE_ROLE"], [3, 3, 1, "", "ER_CREATE_SEQUENCE"], [3, 3, 1, "", "ER_CREATE_SPACE"], [3, 3, 1, "", "ER_CREATE_USER"], [3, 3, 1, "", "ER_CROSS_ENGINE_TRANSACTION"], [3, 3, 1, "", "ER_CURSOR_NO_TRANSACTION"], [3, 3, 1, "", "ER_DECOMPRESSION"], [3, 3, 1, "", "ER_DROP_COLLATION"], [3, 3, 1, "", "ER_DROP_FK_CONSTRAINT"], [3, 3, 1, "", "ER_DROP_FUNCTION"], [3, 3, 1, "", "ER_DROP_PRIMARY_KEY"], [3, 3, 1, "", "ER_DROP_SEQUENCE"], [3, 3, 1, "", "ER_DROP_SPACE"], [3, 3, 1, "", "ER_DROP_USER"], [3, 3, 1, "", "ER_ELECTION_DISABLED"], [3, 3, 1, "", "ER_EXACT_FIELD_COUNT"], [3, 3, 1, "", "ER_EXACT_MATCH"], [3, 3, 1, "", "ER_FIELD_CONSTRAINT_FAILED"], [3, 3, 1, "", "ER_FIELD_FOREIGN_KEY_FAILED"], [3, 3, 1, "", "ER_FIELD_MISSING"], [3, 3, 1, "", "ER_FIELD_TYPE"], [3, 3, 1, "", "ER_FOREIGN_KEY_CONSTRAINT"], [3, 3, 1, "", "ER_FOREIGN_KEY_INTEGRITY"], [3, 3, 1, "", "ER_FORMAT_MISMATCH_INDEX_PART"], [3, 3, 1, "", "ER_FUNCTION_EXISTS"], [3, 3, 1, "", "ER_FUNCTION_LANGUAGE"], [3, 3, 1, "", "ER_FUNCTION_TX_ACTIVE"], [3, 3, 1, "", "ER_FUNC_INDEX_FORMAT"], [3, 3, 1, "", "ER_FUNC_INDEX_FUNC"], [3, 3, 1, "", "ER_FUNC_INDEX_PARTS"], [3, 3, 1, "", "ER_FUNC_INVALID_RETURN_TYPE"], [3, 3, 1, "", "ER_FUNC_WRONG_ARG_COUNT"], [3, 3, 1, "", "ER_GRANT"], [3, 3, 1, "", "ER_GUEST_USER_PASSWORD"], [3, 3, 1, "", "ER_HEX_LITERAL_MAX"], [3, 3, 1, "", "ER_IDENTIFIER"], [3, 3, 1, "", "ER_ILLEGAL_COLLATION_MIX"], [3, 3, 1, "", "ER_ILLEGAL_PARAMS"], [3, 3, 1, "", "ER_INCONSISTENT_TYPES"], [3, 3, 1, "", "ER_INDEX_DEF_UNSUPPORTED"], [3, 3, 1, "", "ER_INDEX_EXISTS"], [3, 3, 1, "", "ER_INDEX_EXISTS_IN_SPACE"], [3, 3, 1, "", "ER_INDEX_FIELD_COUNT_LIMIT"], [3, 3, 1, "", "ER_INDEX_PART_TYPE_MISMATCH"], [3, 3, 1, "", "ER_INDEX_TYPE"], [3, 3, 1, "", "ER_INJECTION"], [3, 3, 1, "", "ER_INSTANCE_UUID_MISMATCH"], [3, 3, 1, "", "ER_INTERFERING_PROMOTE"], [3, 3, 1, "", "ER_INT_LITERAL_MAX"], [3, 3, 1, "", "ER_INVALID_INDEX_FILE"], [3, 3, 1, "", "ER_INVALID_MSGPACK"], [3, 3, 1, "", "ER_INVALID_ORDER"], [3, 3, 1, "", "ER_INVALID_RUN_FILE"], [3, 3, 1, "", "ER_INVALID_UUID"], [3, 3, 1, "", "ER_INVALID_VYLOG_FILE"], [3, 3, 1, "", "ER_INVALID_XLOG"], [3, 3, 1, "", "ER_INVALID_XLOG_NAME"], [3, 3, 1, "", "ER_INVALID_XLOG_ORDER"], [3, 3, 1, "", "ER_INVALID_XLOG_TYPE"], [3, 3, 1, "", "ER_ITERATOR_TYPE"], [3, 3, 1, "", "ER_KEY_PART_COUNT"], [3, 3, 1, "", "ER_KEY_PART_IS_TOO_LONG"], [3, 3, 1, "", "ER_KEY_PART_TYPE"], [3, 3, 1, "", "ER_LAST_DROP"], [3, 3, 1, "", "ER_LOADING"], [3, 3, 1, "", "ER_LOAD_FUNCTION"], [3, 3, 1, "", "ER_LOAD_MODULE"], [3, 3, 1, "", "ER_LOCAL_INSTANCE_ID_IS_READ_ONLY"], [3, 3, 1, "", "ER_MEMORY_ISSUE"], [3, 3, 1, "", "ER_MEMTX_MAX_TUPLE_SIZE"], [3, 3, 1, "", "ER_MISSING_REQUEST_FIELD"], [3, 3, 1, "", "ER_MISSING_SNAPSHOT"], [3, 3, 1, "", "ER_MODIFY_INDEX"], [3, 3, 1, "", "ER_MORE_THAN_ONE_TUPLE"], [3, 3, 1, "", "ER_MULTIKEY_INDEX_MISMATCH"], [3, 3, 1, "", "ER_MULTISTATEMENT_TRANSACTION"], [3, 3, 1, "", "ER_NONMASTER"], [3, 3, 1, "", "ER_NOT_LEADER"], [3, 3, 1, "", "ER_NO_CONNECTION"], [3, 3, 1, "", "ER_NO_ELECTION_QUORUM"], [3, 3, 1, "", "ER_NO_SUCH_COLLATION"], [3, 3, 1, "", "ER_NO_SUCH_CONSTRAINT"], [3, 3, 1, "", "ER_NO_SUCH_ENGINE"], [3, 3, 1, "", "ER_NO_SUCH_FIELD_NAME"], [3, 3, 1, "", "ER_NO_SUCH_FIELD_NAME_IN_SPACE"], [3, 3, 1, "", "ER_NO_SUCH_FIELD_NO"], [3, 3, 1, "", "ER_NO_SUCH_FUNCTION"], [3, 3, 1, "", "ER_NO_SUCH_GROUP"], [3, 3, 1, "", "ER_NO_SUCH_INDEX_ID"], [3, 3, 1, "", "ER_NO_SUCH_INDEX_NAME"], [3, 3, 1, "", "ER_NO_SUCH_MODULE"], [3, 3, 1, "", "ER_NO_SUCH_PROC"], [3, 3, 1, "", "ER_NO_SUCH_ROLE"], [3, 3, 1, "", "ER_NO_SUCH_SAVEPOINT"], [3, 3, 1, "", "ER_NO_SUCH_SEQUENCE"], [3, 3, 1, "", "ER_NO_SUCH_SESSION_SETTING"], [3, 3, 1, "", "ER_NO_SUCH_SPACE"], [3, 3, 1, "", "ER_NO_SUCH_TRIGGER"], [3, 3, 1, "", "ER_NO_SUCH_USER"], [3, 3, 1, "", "ER_NO_TRANSACTION"], [3, 3, 1, "", "ER_NULLABLE_PRIMARY"], [3, 3, 1, "", "ER_PARTIAL_KEY"], [3, 3, 1, "", "ER_PASSWORD_MISMATCH"], [3, 3, 1, "", "ER_PRIV_GRANTED"], [3, 3, 1, "", "ER_PRIV_NOT_GRANTED"], [3, 3, 1, "", "ER_PROC_C"], [3, 3, 1, "", "ER_PROC_LUA"], [3, 3, 1, "", "ER_PROC_RET"], [3, 3, 1, "", "ER_PROTOCOL"], [3, 3, 1, "", "ER_QUORUM_WAIT"], [3, 3, 1, "", "ER_READONLY"], [3, 3, 1, "", "ER_READ_VIEW_ABORTED"], [3, 3, 1, "", "ER_RELOAD_CFG"], [3, 3, 1, "", "ER_REPLICASET_UUID_IS_RO"], [3, 3, 1, "", "ER_REPLICASET_UUID_MISMATCH"], [3, 3, 1, "", "ER_REPLICA_ID_IS_RESERVED"], [3, 3, 1, "", "ER_REPLICA_MAX"], [3, 3, 1, "", "ER_REPLICA_NOT_ANON"], [3, 3, 1, "", "ER_ROLE_EXISTS"], [3, 3, 1, "", "ER_ROLE_GRANTED"], [3, 3, 1, "", "ER_ROLE_LOOP"], [3, 3, 1, "", "ER_ROLE_NOT_GRANTED"], [3, 3, 1, "", "ER_ROLLBACK_IN_SUB_STMT"], [3, 3, 1, "", "ER_ROWID_OVERFLOW"], [3, 3, 1, "", "ER_RTREE_RECT"], [3, 3, 1, "", "ER_SAVEPOINT_EMPTY_TX"], [3, 3, 1, "", "ER_SEQUENCE_EXISTS"], [3, 3, 1, "", "ER_SEQUENCE_NOT_STARTED"], [3, 3, 1, "", "ER_SEQUENCE_OVERFLOW"], [3, 3, 1, "", "ER_SESSION_CLOSED"], [3, 3, 1, "", "ER_SESSION_SETTING_INVALID_VALUE"], [3, 3, 1, "", "ER_SPACE_EXISTS"], [3, 3, 1, "", "ER_SPACE_FIELD_IS_DUPLICATE"], [3, 3, 1, "", "ER_SPLIT_BRAIN"], [3, 3, 1, "", "ER_SQL_ANALYZE_ARGUMENT"], [3, 3, 1, "", "ER_SQL_BIND_NOT_FOUND"], [3, 3, 1, "", "ER_SQL_BIND_PARAMETER_MAX"], [3, 3, 1, "", "ER_SQL_BIND_TYPE"], [3, 3, 1, "", "ER_SQL_BIND_VALUE"], [3, 3, 1, "", "ER_SQL_CANT_ADD_AUTOINC"], [3, 3, 1, "", "ER_SQL_CANT_RESOLVE_FIELD"], [3, 3, 1, "", "ER_SQL_COLUMN_COUNT"], [3, 3, 1, "", "ER_SQL_COLUMN_COUNT_MAX"], [3, 3, 1, "", "ER_SQL_EXECUTE"], [3, 3, 1, "", "ER_SQL_FUNC_WRONG_RET_COUNT"], [3, 3, 1, "", "ER_SQL_KEYWORD_IS_RESERVED"], [3, 3, 1, "", "ER_SQL_NO_SUCH_PRAGMA"], [3, 3, 1, "", "ER_SQL_PARSER_GENERIC"], [3, 3, 1, "", "ER_SQL_PARSER_GENERIC_WITH_POS"], [3, 3, 1, "", "ER_SQL_PARSER_LIMIT"], [3, 3, 1, "", "ER_SQL_PREPARE"], [3, 3, 1, "", "ER_SQL_SELECT_WILDCARD"], [3, 3, 1, "", "ER_SQL_STACK_OVERFLOW"], [3, 3, 1, "", "ER_SQL_STATEMENT_EMPTY"], [3, 3, 1, "", "ER_SQL_SYNTAX_NEAR_TOKEN"], [3, 3, 1, "", "ER_SQL_SYNTAX_WITH_POS"], [3, 3, 1, "", "ER_SQL_TYPE_MISMATCH"], [3, 3, 1, "", "ER_SQL_UNKNOWN_TOKEN"], [3, 3, 1, "", "ER_SSL"], [3, 3, 1, "", "ER_SUB_STMT_MAX"], [3, 3, 1, "", "ER_SYNC_MASTER_MISMATCH"], [3, 3, 1, "", "ER_SYNC_QUEUE_FOREIGN"], [3, 3, 1, "", "ER_SYNC_QUEUE_UNCLAIMED"], [3, 3, 1, "", "ER_SYNC_QUORUM_TIMEOUT"], [3, 3, 1, "", "ER_SYNC_ROLLBACK"], [3, 3, 1, "", "ER_SYSTEM"], [3, 3, 1, "", "ER_TIMEOUT"], [3, 3, 1, "", "ER_TOO_EARLY_SUBSCRIBE"], [3, 3, 1, "", "ER_TRANSACTION_CONFLICT"], [3, 3, 1, "", "ER_TRANSACTION_TIMEOUT"], [3, 3, 1, "", "ER_TRANSACTION_YIELD"], [3, 3, 1, "", "ER_TRIGGER_EXISTS"], [3, 3, 1, "", "ER_TRUNCATE_SYSTEM_SPACE"], [3, 3, 1, "", "ER_TUPLE_CONSTRAINT_FAILED"], [3, 3, 1, "", "ER_TUPLE_FIELD_COUNT_LIMIT"], [3, 3, 1, "", "ER_TUPLE_FORMAT_LIMIT"], [3, 3, 1, "", "ER_TUPLE_FOUND"], [3, 3, 1, "", "ER_TUPLE_METADATA_IS_TOO_BIG"], [3, 3, 1, "", "ER_TUPLE_NOT_ARRAY"], [3, 3, 1, "", "ER_TUPLE_NOT_FOUND"], [3, 3, 1, "", "ER_TXN_ROLLBACK"], [3, 3, 1, "", "ER_UNABLE_TO_PROCESS_IN_STREAM"], [3, 3, 1, "", "ER_UNABLE_TO_PROCESS_OUT_OF_STREAM"], [3, 3, 1, "", "ER_UNCOMMITTED_FOREIGN_SYNC_TXNS"], [3, 3, 1, "", "ER_UNKNOWN"], [3, 3, 1, "", "ER_UNKNOWN_REPLICA"], [3, 3, 1, "", "ER_UNKNOWN_REQUEST_TYPE"], [3, 3, 1, "", "ER_UNKNOWN_RTREE_INDEX_DISTANCE_TYPE"], [3, 3, 1, "", "ER_UNKNOWN_SCHEMA_OBJECT"], [3, 3, 1, "", "ER_UNKNOWN_UPDATE_OP"], [3, 3, 1, "", "ER_UNSUPPORTED"], [3, 3, 1, "", "ER_UNSUPPORTED_INDEX_FEATURE"], [3, 3, 1, "", "ER_UNSUPPORTED_PRIV"], [3, 3, 1, "", "ER_UPDATE_ARG_TYPE"], [3, 3, 1, "", "ER_UPDATE_DECIMAL_OVERFLOW"], [3, 3, 1, "", "ER_UPDATE_FIELD"], [3, 3, 1, "", "ER_UPDATE_INTEGER_OVERFLOW"], [3, 3, 1, "", "ER_UPDATE_SPLICE"], [3, 3, 1, "", "ER_UPSERT_UNIQUE_SECONDARY_KEY"], [3, 3, 1, "", "ER_USER_EXISTS"], [3, 3, 1, "", "ER_USER_MAX"], [3, 3, 1, "", "ER_VIEW_IS_RO"], [3, 3, 1, "", "ER_VIEW_MISSING_SQL"], [3, 3, 1, "", "ER_VINYL_MAX_TUPLE_SIZE"], [3, 3, 1, "", "ER_VY_QUOTA_TIMEOUT"], [3, 3, 1, "", "ER_WAL_IO"], [3, 3, 1, "", "ER_WRONG_COLLATION_OPTIONS"], [3, 3, 1, "", "ER_WRONG_DD_VERSION"], [3, 3, 1, "", "ER_WRONG_INDEX_OPTIONS"], [3, 3, 1, "", "ER_WRONG_INDEX_PARTS"], [3, 3, 1, "", "ER_WRONG_INDEX_RECORD"], [3, 3, 1, "", "ER_WRONG_QUERY_ID"], [3, 3, 1, "", "ER_WRONG_SCHEMA_VERSION"], [3, 3, 1, "", "ER_WRONG_SPACE_FORMAT"], [3, 3, 1, "", "ER_WRONG_SPACE_OPTIONS"], [3, 3, 1, "", "ER_WRONG_SPACE_UPGRADE_OPTIONS"], [3, 3, 1, "", "ER_XLOG_GAP"]], "asynctnt.instance": [[5, 1, 1, "", "TarantoolAsyncInstance"], [5, 1, 1, "", "TarantoolInstance"], [5, 1, 1, "", "TarantoolInstanceProtocol"], [5, 1, 1, "", "TarantoolSyncDockerInstance"], [5, 1, 1, "", "TarantoolSyncInstance"]], "asynctnt.instance.TarantoolAsyncInstance": [[5, 2, 1, "", "_on_process_exit"], [5, 2, 1, "", "cleanup"], [5, 2, 1, "", "command"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "pid"], [5, 2, 1, "", "prepare"], [5, 2, 1, "", "start"], [5, 2, 1, "", "stop"], [5, 2, 1, "", "terminate"], [5, 2, 1, "", "version"], [5, 2, 1, "", "wait_stopped"]], "asynctnt.instance.TarantoolInstance": [[5, 2, 1, "", "_create_initlua_template"], [5, 2, 1, "", "_generate_root_folder_name"], [5, 2, 1, "", "_generate_title"], [5, 2, 1, "", "_random_string"], [5, 2, 1, "", "_render_initlua"], [5, 2, 1, "", "_save_initlua"], [5, 2, 1, "", "cleanup"], [5, 2, 1, "", "command"], [5, 4, 1, "", "console_port"], [5, 4, 1, "", "fingerprint"], [5, 2, 1, "", "get_random_port"], [5, 4, 1, "", "host"], [5, 4, 1, "", "is_running"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "logger"], [5, 4, 1, "", "pid"], [5, 4, 1, "", "port"], [5, 2, 1, "", "prepare"], [5, 4, 1, "", "replication_source"], [5, 2, 1, "", "start"], [5, 2, 1, "", "stop"], [5, 2, 1, "", "terminate"]], "asynctnt.instance.TarantoolInstanceProtocol": [[5, 2, 1, "", "connection_made"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "logger"], [5, 4, 1, "", "pid"], [5, 2, 1, "", "pipe_data_received"], [5, 2, 1, "", "process_exited"], [5, 4, 1, "", "returncode"], [5, 2, 1, "", "send_signal"], [5, 2, 1, "", "terminate"], [5, 2, 1, "", "wait"]], "asynctnt.instance.TarantoolSyncDockerInstance": [[5, 4, 1, "", "bin_version"]], "asynctnt.instance.TarantoolSyncInstance": [[5, 3, 1, "", "WAIT_TIMEOUT"], [5, 2, 1, "", "__enter__"], [5, 2, 1, "", "__exit__"], [5, 2, 1, "", "_log_reader"], [5, 2, 1, "", "_parse_version"], [5, 2, 1, "", "_wait"], [5, 4, 1, "", "bin_version"], [5, 2, 1, "", "cleanup"], [5, 2, 1, "", "command"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "pid"], [5, 2, 1, "", "start"], [5, 2, 1, "", "stop"], [5, 2, 1, "", "terminate"], [5, 2, 1, "", "version"]], "asynctnt.iproto": [[7, 0, 0, "-", "protocol"]], "asynctnt.iproto.protocol": [[7, 5, 1, "", "BodyItem"], [7, 1, 1, "", "Db"], [7, 1, 1, "", "Field"], [7, 1, 1, "", "IProtoError"], [7, 1, 1, "", "IProtoErrorStackFrame"], [7, 1, 1, "", "Metadata"], [7, 1, 1, "", "Protocol"], [7, 1, 1, "", "PushIterator"], [7, 1, 1, "", "Response"], [7, 1, 1, "", "Schema"], [7, 1, 1, "", "SchemaIndex"], [7, 1, 1, "", "SchemaSpace"], [7, 1, 1, "", "TarantoolTuple"]], "asynctnt.iproto.protocol.Db": [[7, 2, 1, "", "begin"], [7, 2, 1, "", "call"], [7, 2, 1, "", "call16"], [7, 2, 1, "", "commit"], [7, 2, 1, "", "delete"], [7, 2, 1, "", "eval"], [7, 2, 1, "", "execute"], [7, 2, 1, "", "insert"], [7, 2, 1, "", "ping"], [7, 2, 1, "", "prepare"], [7, 2, 1, "", "replace"], [7, 2, 1, "", "rollback"], [7, 2, 1, "", "select"], [7, 2, 1, "", "set_stream_id"], [7, 4, 1, "", "stream_id"], [7, 2, 1, "", "update"], [7, 2, 1, "", "upsert"]], "asynctnt.iproto.protocol.Field": [[7, 3, 1, "", "collation"], [7, 3, 1, "", "is_autoincrement"], [7, 3, 1, "", "is_nullable"], [7, 3, 1, "", "name"], [7, 3, 1, "", "span"], [7, 3, 1, "", "type"]], "asynctnt.iproto.protocol.IProtoError": [[7, 3, 1, "", "trace"]], "asynctnt.iproto.protocol.IProtoErrorStackFrame": [[7, 3, 1, "", "code"], [7, 3, 1, "", "err_no"], [7, 3, 1, "", "error_type"], [7, 3, 1, "", "fields"], [7, 3, 1, "", "file"], [7, 3, 1, "", "line"], [7, 3, 1, "", "message"]], "asynctnt.iproto.protocol.Metadata": [[7, 3, 1, "", "fields"], [7, 3, 1, "", "name_id_map"]], "asynctnt.iproto.protocol.Protocol": [[7, 2, 1, "", "create_db"], [7, 2, 1, "", "get_common_db"], [7, 2, 1, "", "get_version"], [7, 2, 1, "", "is_connected"], [7, 2, 1, "", "is_fully_connected"], [7, 2, 1, "", "refetch_schema"], [7, 4, 1, "", "schema"], [7, 4, 1, "", "schema_id"]], "asynctnt.iproto.protocol.PushIterator": [[7, 2, 1, "", "__aiter__"], [7, 2, 1, "", "__anext__"], [7, 2, 1, "", "__iter__"], [7, 2, 1, "", "__next__"], [7, 4, 1, "", "response"]], "asynctnt.iproto.protocol.Response": [[7, 2, 1, "", "__getitem__"], [7, 2, 1, "", "__iter__"], [7, 2, 1, "", "__len__"], [7, 3, 1, "", "autoincrement_ids"], [7, 3, 1, "", "body"], [7, 4, 1, "", "code"], [7, 2, 1, "", "done"], [7, 3, 1, "", "encoding"], [7, 3, 1, "", "errmsg"], [7, 3, 1, "", "error"], [7, 3, 1, "", "metadata"], [7, 3, 1, "", "params"], [7, 3, 1, "", "params_count"], [7, 4, 1, "", "return_code"], [7, 4, 1, "", "rowcount"], [7, 4, 1, "", "schema_id"], [7, 4, 1, "", "stmt_id"], [7, 4, 1, "", "sync"]], "asynctnt.iproto.protocol.Schema": [[7, 3, 1, "", "id"], [7, 3, 1, "", "spaces"]], "asynctnt.iproto.protocol.SchemaIndex": [[7, 3, 1, "", "iid"], [7, 3, 1, "", "index_type"], [7, 3, 1, "", "metadata"], [7, 3, 1, "", "name"], [7, 3, 1, "", "sid"], [7, 3, 1, "", "unique"]], "asynctnt.iproto.protocol.SchemaSpace": [[7, 3, 1, "", "engine"], [7, 3, 1, "", "field_count"], [7, 3, 1, "", "flags"], [7, 3, 1, "", "indexes"], [7, 3, 1, "", "metadata"], [7, 3, 1, "", "name"], [7, 3, 1, "", "owner"], [7, 3, 1, "", "sid"]], "asynctnt.iproto.protocol.TarantoolTuple": [[7, 2, 1, "", "__contains__"], [7, 2, 1, "", "__getitem__"], [7, 2, 1, "", "__index__"], [7, 2, 1, "", "__iter__"], [7, 2, 1, "", "__len__"], [7, 2, 1, "", "__next__"], [7, 2, 1, "", "__repr__"], [7, 2, 1, "", "get"], [7, 2, 1, "", "items"], [7, 2, 1, "", "keys"], [7, 2, 1, "", "values"]], "asynctnt.log": [[8, 5, 1, "", "logger"]], "asynctnt.prepared": [[9, 1, 1, "", "PreparedStatement"]], "asynctnt.prepared.PreparedStatement": [[9, 2, 1, "", "__aenter__"], [9, 2, 1, "", "__aexit__"], [9, 3, 1, "", "__slots__"], [9, 2, 1, "", "execute"], [9, 4, 1, "", "id"], [9, 4, 1, "", "params"], [9, 4, 1, "", "params_count"], [9, 2, 1, "", "prepare"], [9, 2, 1, "", "unprepare"]], "asynctnt.stream": [[10, 1, 1, "", "Stream"]], "asynctnt.stream.Stream": [[10, 2, 1, "", "__aenter__"], [10, 2, 1, "", "__aexit__"], [10, 4, 1, "", "stream_id"]], "asynctnt.types": [[11, 5, 1, "", "IndexType"], [11, 5, 1, "", "KeyType"], [11, 5, 1, "", "MethodRet"], [11, 5, 1, "", "SpaceType"], [11, 5, 1, "", "TupleType"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "property", "Python property"], "5": ["py", "data", "Python data"], "6": ["py", "function", "Python function"], "7": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:attribute", "4": "py:property", "5": "py:data", "6": "py:function", "7": "py:exception"}, "terms": {"": [0, 1, 2, 4, 13, 17, 18, 19, 21], "0": [1, 2, 3, 4, 5, 7, 9, 13, 14, 18, 20], "01": 0, "06": 18, "07": 18, "0c6680a300e31714f475a7f90c2d95a02d001d80": 0, "1": [1, 2, 3, 4, 5, 7, 9, 12, 13, 14, 17, 18, 19, 20, 21], "10": [0, 3, 5, 18, 19, 21], "100": 3, "10077": 18, "101": 3, "102": 3, "103": 3, "104": 3, "10431": 18, "105": 3, "106": 3, "10631": 18, "107": 3, "108": 3, "10832": 18, "109": 3, "11": [0, 3, 13, 18], "110": 3, "111": 3, "112": 3, "113": 3, "114": 3, "115": 3, "11586": 18, "116": 3, "117": 3, "118": 3, "119": 3, "12": [3, 14], "120": 3, "121": 3, "121542": 18, "121892": 18, "122": 3, "123": 3, "124": 3, "125": 3, "126": 3, "127": [2, 3, 4, 5, 13, 18, 20], "128": 3, "129": 3, "12940": 18, "13": [3, 14], "130": 3, "131": 3, "132": 3, "133": 3, "134": 3, "135": 3, "135491": 18, "136": 3, "137": 3, "137557": 18, "138": 3, "139": 3, "14": [0, 3], "140": 3, "141": 3, "142": 3, "143": 3, "144": 3, "145": 3, "146": 3, "147": 3, "148": 3, "149": 3, "15": 3, "150": 3, "151": 3, "152": 3, "152526": 18, "153": 3, "154": 3, "155": 3, "156": 3, "157": 3, "158": 3, "159": 3, "16": [3, 18, 19], "160": 3, "161": 3, "162": 3, "163": 3, "164": 3, "165": 3, "16562": 18, "166": 3, "167": 3, "16718": 18, "168": 3, "169": 3, "16967": 18, "16989": 18, "16gb": 18, "17": [0, 3, 17], "170": 3, "17040": 18, "171": 3, "172": 3, "173": 3, "174": 3, "175": 3, "176": 3, "177": 3, "178": 3, "179": 3, "18": [0, 3], "180": 3, "181": 3, "182": 3, "183": 3, "184": 3, "185": 3, "186": 3, "187": 3, "18783": 18, "188": 3, "189": 3, "19": [0, 3, 18], "190": 3, "191": 3, "192": 3, "193": 3, "194": 3, "195": 3, "196": 3, "197": 3, "1970": 0, "198": 3, "199": 3, "19980": 18, "2": [1, 2, 3, 4, 14, 18, 19, 20, 21], "20": [1, 3], "200": 3, "200k": 18, "201": 3, "202": 3, "2020": 18, "203": 3, "204": 3, "205": 3, "206": 3, "207": 3, "208": 3, "209": 3, "21": [0, 3, 18], "210": 3, "211": 3, "212": 3, "213": 3, "214": 3, "215": 3, "215756": 18, "216": 3, "217": 3, "218": 3, "219": 3, "22": 3, "220": 3, "221": 3, "222": 3, "223": 3, "224": 3, "225": 3, "226": 3, "227": 3, "228": 3, "229": 3, "23": 3, "230": 3, "231": 3, "232": 3, "233": 3, "234": 3, "235": 3, "236": 3, "237": 3, "238": 3, "239": 3, "24": [3, 18], "240": 3, "241": 3, "242": 3, "243": 3, "244": 3, "25": [3, 18, 19], "26": [0, 3], "27": 3, "28": [3, 18], "29": [0, 3], "3": [1, 2, 3, 4, 14, 18, 19], "30": [0, 3], "300": 18, "31": [3, 18], "32": 3, "33": 3, "3301": [2, 4, 5, 13, 18, 19, 20], "3302": 5, "34": [0, 3], "35": 3, "36": 3, "37": 3, "3733": 18, "38": [3, 18], "39": 3, "4": [2, 3, 19], "40": [3, 18], "40k": 18, "41": 3, "42": [1, 3, 17, 18], "4294967295": [4, 7], "42e8": 18, "43": 3, "44": 3, "45": 3, "46": 3, "47": 3, "48": 3, "49": 3, "5": [0, 2, 3, 4, 5, 19], "50": [0, 3], "51": 3, "512": 1, "52": 3, "53": 3, "54": 3, "55": 3, "56": [3, 18], "57": [3, 18], "58": 3, "58377": 18, "59": 3, "6": [0, 2, 3, 4], "60": [0, 3], "61": [3, 18], "61077": 18, "61584": 18, "62": 3, "63": 3, "63003": 18, "64": 3, "65": 3, "65594": 18, "66": 3, "67": 3, "68": 3, "69": 3, "7": [0, 1, 2, 3, 4, 18], "70": 3, "71": 3, "72": 3, "73": 3, "74": 3, "74651": 18, "75": [3, 18], "76": 3, "77": 3, "78": 3, "79": 3, "8": [0, 3], "80": [3, 18], "81": [3, 18], "82": [3, 18], "83": 3, "84": [3, 18], "85": [3, 18], "86": 3, "87": 3, "88": [3, 18], "88341": 18, "89": 3, "9": [0, 3, 19], "90": 3, "91": 3, "92": 3, "93": [3, 18], "94": 3, "95": [3, 18], "96": 3, "9613": 18, "96891": 18, "97": [3, 18], "98": 3, "99": 3, "A": 1, "And": 17, "For": 19, "If": [1, 4, 7, 9, 10, 18], "In": 19, "It": [0, 1, 18], "On": 18, "One": 0, "The": 5, "To": [5, 15, 19], "__aenter__": [2, 4, 9, 10], "__aexit__": [2, 4, 9, 10], "__aiter__": [4, 7], "__anext__": [4, 7], "__contains__": [4, 7], "__enter__": 5, "__exit__": 5, "__getattr__": 1, "__getitem__": [4, 7], "__index__": [4, 7], "__iter__": [4, 7], "__len__": [4, 7], "__next__": [4, 7], "__repr__": [2, 4, 7], "__slots__": [1, 2, 4, 9], "__version__": 4, "_api": 9, "_auto_refetch_schema": [2, 4], "_clear_db": 1, "_connect": [2, 4], "_create_initlua_templ": 5, "_db": 1, "_dbmock": 1, "_fetch_schema": [2, 4], "_generate_root_folder_nam": 5, "_generate_titl": 5, "_host": [2, 4], "_log_read": 5, "_normalize_api": [2, 4], "_on_process_exit": 5, "_param": 9, "_params_count": 9, "_parse_vers": 5, "_password": [2, 4], "_ping_task_func": [2, 4], "_port": [2, 4], "_queri": 9, "_random_str": 5, "_render_initlua": 5, "_save_initlua": 5, "_set_db": 1, "_set_stat": [2, 4], "_space": [1, 16], "_start_reconnect": [2, 4], "_stmt_id": 9, "_testbas": 0, "_usernam": [2, 4], "_wait": 5, "_wait_reconnect": [2, 4], "abil": [0, 16, 18, 19], "abl": 0, "about": 18, "abstract": 5, "abstracteventloop": [2, 4], "acc": 0, "access": [0, 16, 18, 20], "accident": 0, "accordingli": 0, "act": [1, 18], "activ": [2, 4], "actual": 0, "ad": 0, "after": 0, "against": 0, "agnost": 0, "aiotarantool": 18, "aliv": 0, "all": [0, 2, 4, 18, 19, 20], "allow": 21, "alreadi": 1, "also": [1, 2, 17, 18, 20, 21], "altern": 18, "an": [0, 1, 2, 4, 18, 19], "ani": [0, 1, 3, 4, 7, 9, 21], "anoth": 0, "anyth": [0, 1], "apach": 18, "api": [0, 2, 4, 9, 10, 14, 18, 21], "app": 5, "applic": 18, "applua": 5, "appropri": 18, "ar": [0, 1, 2, 9, 10, 18, 20, 21], "arg": [1, 4, 7, 9], "argument": [0, 1, 5, 9], "ascii_lowercas": 5, "ascii_uppercas": 5, "assert": 20, "associ": 20, "assum": 1, "async": [0, 2, 4, 5, 7, 9, 10, 13, 18, 19, 20, 21], "asyncio": [0, 2, 4, 5, 7, 13, 18, 19, 20], "asyncpg": 18, "asynctnt": [0, 12, 13, 15, 16, 17, 19, 20, 21], "auth": [2, 4], "author": 18, "auto": [0, 12, 18, 20], "auto_refetch_schema": [2, 4], "autoapi": 12, "autoincr": [0, 4, 7, 20], "autoincrement_id": [4, 7, 20], "automat": [9, 10, 18, 20], "avail": [0, 18, 21], "await": [1, 13, 16, 17, 18, 19, 20, 21], "b": 1, "background": 0, "base": [1, 2, 3, 4, 5, 10], "basic": [1, 14], "bd12": 18, "befor": [0, 19], "begin": [1, 4, 7, 10, 21], "behaviour": 1, "behind": 21, "being": 0, "below": 18, "benchmark": 18, "best_effort": 1, "better": 1, "bfcc564443a6": 18, "bin_vers": 5, "bind": [0, 18], "bit": 0, "black": 0, "block": 0, "bodi": [0, 4, 7, 13], "body2yaml": 0, "bodyitem": [4, 7], "bond": [1, 18, 20], "book": 1, "bool": [1, 2, 4, 7, 9], "bound": [9, 19], "box": [0, 1, 13, 17, 18, 19, 20, 21], "box_spac": 1, "break": 0, "brought": 18, "bug": 0, "build": 0, "byte": [4, 5, 7], "call": [0, 1, 2, 4, 5, 7, 9, 10, 13, 18, 19, 20, 21], "call16": [1, 4, 7], "can": [0, 1, 16, 18, 19, 20, 21], "cancel": 0, "case": [0, 10], "cd": 0, "cfg": [13, 18, 20], "chang": [0, 16, 18], "changelog": 14, "check": [0, 2, 4], "check_schema_chang": [4, 7], "ci": 0, "cl": [2, 4], "class": 0, "cleanup": 5, "client": 19, "close": [0, 2, 4, 5], "cmd": 5, "code": [3, 4, 5, 7, 13, 18, 20], "collat": [4, 7], "command": 5, "command_arg": 5, "command_to_run": 5, "commit": [1, 4, 7, 10, 21], "compar": 0, "compat": 0, "compil": 0, "conduct": 18, "config": [18, 20], "configur": 0, "conn": [1, 13, 16, 17, 18, 19, 20, 21], "connect": [0, 1, 3, 4, 5, 12, 14, 16, 17, 18, 19, 20, 21], "connect_timeout": [0, 2, 4], "connected_fut": [2, 4], "connection_lost": [2, 4, 5], "connection_mad": 5, "connectionst": [2, 4], "connector": 18, "consid": 19, "console_host": 5, "console_port": 5, "constant": 0, "contain": [0, 12], "context": [9, 10, 14, 20, 21], "contextmanag": 0, "control": [20, 21], "core": 18, "coroutin": [0, 1, 2, 4, 5, 18], "count": 9, "cours": [18, 21], "cpu": 18, "cpython": 0, "creat": [1, 2, 4, 12, 18, 20], "create_db": 7, "create_index": [13, 17, 18], "create_spac": [13, 17, 18], "created_at": 17, "crud": 16, "current": [0, 2, 4, 9, 10, 21], "custom": 18, "cython": 0, "data": [0, 1, 5, 13, 18, 20, 21], "data_receiv": 5, "databas": [18, 20], "datetim": [0, 17, 18], "db": [1, 4, 7], "decim": [0, 17, 18], "decod": [17, 18], "def": [13, 18, 19, 20], "default": [0, 1, 3], "delet": [1, 4, 7, 18], "depend": 1, "descriptor": 5, "detail": [0, 2, 4], "develop": 18, "diag": 0, "dict": [0, 1, 4, 7, 9, 18], "digit": 5, "directli": [0, 16], "disabl": [0, 1], "disconnect": [0, 2, 4, 13, 18, 20], "distribut": 18, "dml": 18, "do": 19, "doc": [0, 1], "docker_imag": 5, "docker_tag": 5, "document": [12, 14], "doe": [1, 2, 4], "done": [0, 4, 7, 19], "doubl": 0, "downgrad": 0, "drop": 0, "e": [2, 4], "easili": [18, 21], "ebbad14c": 18, "edit": 0, "effect": 18, "either": [0, 1, 18], "els": 0, "encod": [0, 2, 4, 7, 17], "end": [1, 13, 18, 19, 20, 21], "engin": [1, 4, 7, 16], "ensur": 0, "enter": [2, 4], "enum": [1, 2, 3], "environ": 18, "er_access_deni": 3, "er_action_mismatch": 3, "er_active_tim": 3, "er_active_transact": 3, "er_already_run": 3, "er_alter_sequ": 3, "er_alter_spac": 3, "er_backup_in_progress": 3, "er_before_replace_ret": 3, "er_bootstrap_readonli": 3, "er_cannot_regist": 3, "er_cant_create_col": 3, "er_cant_update_primary_kei": 3, "er_cascade_rollback": 3, "er_cfg": 3, "er_checkpoint_in_progress": 3, "er_ck_constraint_fail": 3, "er_ck_def_unsupport": 3, "er_commit_in_sub_stmt": 3, "er_complex_foreign_key_fail": 3, "er_compress": 3, "er_connection_to_self": 3, "er_constraint_exist": 3, "er_create_ck_constraint": 3, "er_create_constraint": 3, "er_create_fk_constraint": 3, "er_create_foreign_kei": 3, "er_create_funct": 3, "er_create_rol": 3, "er_create_sequ": 3, "er_create_spac": 3, "er_create_us": 3, "er_cross_engine_transact": 3, "er_cursor_no_transact": 3, "er_decompress": 3, "er_drop_col": 3, "er_drop_fk_constraint": 3, "er_drop_funct": 3, "er_drop_primary_kei": 3, "er_drop_sequ": 3, "er_drop_spac": 3, "er_drop_us": 3, "er_election_dis": 3, "er_exact_field_count": 3, "er_exact_match": 3, "er_field_constraint_fail": 3, "er_field_foreign_key_fail": 3, "er_field_miss": 3, "er_field_typ": 3, "er_foreign_key_constraint": 3, "er_foreign_key_integr": 3, "er_format_mismatch_index_part": 3, "er_func_index_format": 3, "er_func_index_func": 3, "er_func_index_part": 3, "er_func_invalid_return_typ": 3, "er_func_wrong_arg_count": 3, "er_function_exist": 3, "er_function_languag": 3, "er_function_tx_act": 3, "er_grant": 3, "er_guest_user_password": 3, "er_hex_literal_max": 3, "er_identifi": 3, "er_illegal_collation_mix": 3, "er_illegal_param": 3, "er_inconsistent_typ": 3, "er_index_def_unsupport": 3, "er_index_exist": 3, "er_index_exists_in_spac": 3, "er_index_field_count_limit": 3, "er_index_part_type_mismatch": 3, "er_index_typ": 3, "er_inject": 3, "er_instance_uuid_mismatch": 3, "er_int_literal_max": 3, "er_interfering_promot": 3, "er_invalid_index_fil": 3, "er_invalid_msgpack": 3, "er_invalid_ord": 3, "er_invalid_run_fil": 3, "er_invalid_uuid": 3, "er_invalid_vylog_fil": 3, "er_invalid_xlog": 3, "er_invalid_xlog_nam": 3, "er_invalid_xlog_ord": 3, "er_invalid_xlog_typ": 3, "er_iterator_typ": 3, "er_key_part_count": 3, "er_key_part_is_too_long": 3, "er_key_part_typ": 3, "er_last_drop": 3, "er_load": 3, "er_load_funct": 3, "er_load_modul": 3, "er_local_instance_id_is_read_onli": 3, "er_memory_issu": 3, "er_memtx_max_tuple_s": 3, "er_missing_request_field": 3, "er_missing_snapshot": 3, "er_modify_index": 3, "er_more_than_one_tupl": 3, "er_multikey_index_mismatch": 3, "er_multistatement_transact": 3, "er_no_connect": 3, "er_no_election_quorum": 3, "er_no_such_col": 3, "er_no_such_constraint": 3, "er_no_such_engin": 3, "er_no_such_field_nam": 3, "er_no_such_field_name_in_spac": 3, "er_no_such_field_no": 3, "er_no_such_funct": 3, "er_no_such_group": 3, "er_no_such_index_id": 3, "er_no_such_index_nam": 3, "er_no_such_modul": 3, "er_no_such_proc": 3, "er_no_such_rol": 3, "er_no_such_savepoint": 3, "er_no_such_sequ": 3, "er_no_such_session_set": 3, "er_no_such_spac": 3, "er_no_such_trigg": 3, "er_no_such_us": 3, "er_no_transact": 3, "er_nonmast": 3, "er_not_lead": 3, "er_nullable_primari": 3, "er_partial_kei": 3, "er_password_mismatch": 3, "er_priv_gr": 3, "er_priv_not_gr": 3, "er_proc_c": 3, "er_proc_lua": 3, "er_proc_ret": 3, "er_protocol": 3, "er_quorum_wait": 3, "er_read_view_abort": 3, "er_readonli": 3, "er_reload_cfg": 3, "er_replica_id_is_reserv": 3, "er_replica_max": 3, "er_replica_not_anon": 3, "er_replicaset_uuid_is_ro": 3, "er_replicaset_uuid_mismatch": 3, "er_role_exist": 3, "er_role_gr": 3, "er_role_loop": 3, "er_role_not_gr": 3, "er_rollback_in_sub_stmt": 3, "er_rowid_overflow": 3, "er_rtree_rect": 3, "er_savepoint_empty_tx": 3, "er_sequence_exist": 3, "er_sequence_not_start": 3, "er_sequence_overflow": 3, "er_session_clos": 3, "er_session_setting_invalid_valu": 3, "er_space_exist": 3, "er_space_field_is_dupl": 3, "er_split_brain": 3, "er_sql_analyze_argu": 3, "er_sql_bind_not_found": 3, "er_sql_bind_parameter_max": 3, "er_sql_bind_typ": 3, "er_sql_bind_valu": 3, "er_sql_cant_add_autoinc": 3, "er_sql_cant_resolve_field": 3, "er_sql_column_count": 3, "er_sql_column_count_max": 3, "er_sql_execut": 3, "er_sql_func_wrong_ret_count": 3, "er_sql_keyword_is_reserv": 3, "er_sql_no_such_pragma": 3, "er_sql_parser_gener": 3, "er_sql_parser_generic_with_po": 3, "er_sql_parser_limit": 3, "er_sql_prepar": 3, "er_sql_select_wildcard": 3, "er_sql_stack_overflow": 3, "er_sql_statement_empti": 3, "er_sql_syntax_near_token": 3, "er_sql_syntax_with_po": 3, "er_sql_type_mismatch": 3, "er_sql_unknown_token": 3, "er_ssl": 3, "er_sub_stmt_max": 3, "er_sync_master_mismatch": 3, "er_sync_queue_foreign": 3, "er_sync_queue_unclaim": 3, "er_sync_quorum_timeout": 3, "er_sync_rollback": 3, "er_system": 3, "er_timeout": 3, "er_too_early_subscrib": 3, "er_transaction_conflict": 3, "er_transaction_timeout": 3, "er_transaction_yield": 3, "er_trigger_exist": 3, "er_truncate_system_spac": 3, "er_tuple_constraint_fail": 3, "er_tuple_field_count_limit": 3, "er_tuple_format_limit": 3, "er_tuple_found": 3, "er_tuple_metadata_is_too_big": 3, "er_tuple_not_arrai": 3, "er_tuple_not_found": 3, "er_txn_rollback": 3, "er_unable_to_process_in_stream": 3, "er_unable_to_process_out_of_stream": 3, "er_uncommitted_foreign_sync_txn": 3, "er_unknown": 3, "er_unknown_replica": 3, "er_unknown_request_typ": 3, "er_unknown_rtree_index_distance_typ": 3, "er_unknown_schema_object": 3, "er_unknown_update_op": 3, "er_unsupport": 3, "er_unsupported_index_featur": 3, "er_unsupported_priv": 3, "er_update_arg_typ": 3, "er_update_decimal_overflow": 3, "er_update_field": 3, "er_update_integer_overflow": 3, "er_update_splic": 3, "er_upsert_unique_secondary_kei": 3, "er_user_exist": 3, "er_user_max": 3, "er_view_is_ro": 3, "er_view_missing_sql": 3, "er_vinyl_max_tuple_s": 3, "er_vy_quota_timeout": 3, "er_wal_io": 3, "er_wrong_collation_opt": 3, "er_wrong_dd_vers": 3, "er_wrong_index_opt": 3, "er_wrong_index_part": 3, "er_wrong_index_record": 3, "er_wrong_query_id": 3, "er_wrong_schema_vers": 3, "er_wrong_space_format": 3, "er_wrong_space_opt": 3, "er_wrong_space_upgrade_opt": 3, "er_xlog_gap": 3, "err_no": [4, 7], "errmsg": [4, 7], "error": [3, 4, 7, 18], "error_typ": [4, 7], "errorcod": 3, "establish": 18, "ethan": [1, 18, 20], "europ": 17, "eval": [1, 4, 7, 18], "even": 0, "everyth": 21, "ex": [2, 4], "exampl": [0, 1, 14, 17, 19, 20], "exc": [2, 4], "exc_tb": [2, 4, 5, 9, 10], "exc_typ": [2, 4, 5, 9, 10], "exc_val": [2, 4, 5, 9, 10], "except": [0, 2, 4, 10, 12, 21], "execut": [0, 1, 2, 4, 7, 9, 13, 15, 18, 20, 21], "exist": 1, "exit": [5, 10], "expos": 0, "express": [1, 4, 7], "extens": [0, 14], "extra": [0, 1], "extra_box_cfg": 5, "f": [1, 13, 18], "f78c": 18, "fail": 0, "fals": [0, 1, 2, 4, 7], "fastest": 21, "fd": 5, "featur": [0, 14], "fetch": [2, 4, 16, 18], "fetch_schema": [0, 1, 2, 4], "field": [0, 1, 2, 4, 7, 16, 18, 20], "field_count": [1, 4, 7], "field_no": 1, "file": [4, 5, 7], "fingerprint": [2, 4, 5], "finish": [0, 2, 4], "first": 19, "first_tupl": 13, "fix": 0, "flag": [1, 2, 4, 7], "flexibl": 14, "float": [1, 2, 4, 7, 9], "follow": [1, 19], "forc": [2, 4], "format": [0, 1, 13, 16, 17, 18], "found": 0, "from": [0, 1, 2, 4, 16, 17, 18, 19, 20, 21], "full": 18, "fulli": [2, 4, 20], "func_nam": [1, 4, 7], "function": [0, 1, 13, 18, 19, 20, 21], "fut": [4, 7, 19], "futur": [2, 4, 7, 19], "gd381a45b6": 1, "gen_stream_id": 7, "gener": 12, "get": [4, 7, 20], "get_common_db": 7, "get_random_port": 5, "get_vers": 7, "ghz": 18, "github": 0, "give": 19, "good": 0, "grant": [13, 18, 20], "guest": [13, 18, 20], "ha": [0, 1, 5, 18], "hang": 0, "happen": [0, 21], "have": 21, "hell0": 1, "hello": [1, 13, 18], "hello1": [13, 18], "here": 18, "hero": 21, "hi": 1, "high": 18, "highli": 18, "highlight": 1, "hola": 1, "host": [2, 4, 5, 13, 18, 20], "html": 1, "http": 1, "hunt": [1, 18, 20], "i": [0, 1, 2, 3, 4, 5, 7, 10, 13, 16, 18, 19, 21], "i5": 18, "id": [0, 1, 2, 4, 7, 9, 13, 16, 17, 18, 20], "ignor": 0, "iid": [4, 7], "implement": [0, 21], "import": [13, 16, 17, 18, 19, 20, 21], "improv": 0, "includ": [18, 20], "increment": 20, "indefinit": 0, "index": [0, 1, 2, 4, 7, 16, 18], "index_typ": [4, 7], "indextyp": 11, "indic": [0, 18], "info": [1, 13], "inform": 0, "initi": 19, "initial_read_buffer_s": [2, 4], "initlua": 5, "initlua_templ": 5, "inner1": 0, "inner2": 0, "insert": [1, 4, 7, 13, 17, 18, 20, 21], "insid": 21, "inspir": 18, "instal": 14, "instanc": [0, 1, 2, 4, 12], "instead": [0, 1, 18], "int": [1, 2, 3, 4, 5, 7, 9, 10, 18, 20], "integ": 20, "intel": 18, "intenum": [1, 2, 3], "interact": [0, 1, 2, 4, 18, 21], "interfac": [5, 18, 20], "intern": 0, "introduc": [0, 19], "iproto": [1, 2, 3, 4, 9, 12], "iproto_id": 0, "iprotoerror": [3, 4, 7], "iprotoerrorstackfram": [4, 7], "is_autoincr": [4, 7], "is_connect": [2, 4, 7], "is_fully_connect": [0, 2, 4, 7], "is_nul": [4, 7], "is_run": 5, "isol": [1, 4, 7, 14], "isort": 0, "issu": 0, "item": [0, 1, 4, 7], "iter": [0, 1, 4, 7, 19], "jame": [1, 18, 20], "json": 0, "just": [2, 4], "k": 21, "kei": [0, 1, 4, 7, 14, 20], "key1": 0, "keytyp": [1, 11], "kill": 5, "kwarg": [1, 2, 4, 5], "later": 18, "leav": [2, 4], "length": 5, "less": 0, "let": 19, "level": [1, 21], "librari": 18, "licens": 14, "like": [0, 1, 20], "limit": [1, 4, 7], "line": [4, 7], "link": 0, "lint": 0, "list": [1, 4, 7, 9], "listen": [13, 18, 20], "load": 0, "local": [13, 17, 18], "lock": 0, "log": [4, 12], "log_level": 5, "logger": [5, 8], "long": 18, "loop": [0, 2, 4], "lost": [0, 18], "low": 1, "lpddr4x": 18, "lua": [1, 5], "macbook": 18, "maco": 0, "made": 5, "mai": [4, 7, 16, 20, 21], "main": [13, 18, 19, 20], "make": [0, 15, 20], "man": 21, "manag": [9, 10, 14, 20, 21], "manual": 21, "map": [4, 7], "massiv": 18, "mean": 0, "measur": 18, "member": [1, 2], "memori": 18, "memtx": 1, "messag": [0, 1, 3, 4, 7, 19], "messagepack": 0, "metadata": [0, 1, 4, 7, 9, 14], "method": [0, 1, 5, 9, 19, 21], "methodret": [1, 11], "mhz": 18, "misbehav": 0, "modern": 0, "modul": 18, "moment": 0, "monei": 17, "more": [0, 18, 20], "moreov": 18, "moscow": 17, "most": 0, "move": 0, "mp_error": 0, "msgpuck": 0, "must": [1, 2], "n": 19, "name": [0, 1, 4, 7, 13, 16, 17, 18, 20, 21], "name_id_map": [4, 7], "nativ": [0, 17, 18, 21], "need": [0, 1, 19], "new": [0, 1, 2, 4], "new_stat": [2, 4], "no_such_spac": 0, "none": [1, 2, 3, 4, 5, 7, 9, 18], "normal": 10, "note": 18, "notif": [1, 19], "notifi": 0, "now": [0, 17], "null": [4, 7], "number": [0, 1, 18], "numer": 0, "object": [0, 1, 2, 4, 5, 16], "obviou": 0, "occur": 3, "off": 18, "offset": [1, 4, 7], "old": 1, "oleynikandrei": 0, "on_connection_lost": 0, "on_exit": 5, "onc": [13, 18, 20], "one": [0, 1], "onli": [0, 1, 18, 21], "op_typ": 1, "oper": [0, 1, 4, 7, 18], "optim": 20, "option": 0, "order": [16, 19, 20], "org": 1, "other": 0, "out": [18, 19], "output": 19, "over": [0, 19], "owner": [1, 4, 7], "packag": 0, "page": 12, "pair": 0, "parallel": [0, 18], "param": [0, 1, 4, 7, 9], "paramet": [0, 1, 9, 20], "params_count": [0, 4, 7, 9], "parker": 21, "pars": [0, 1, 9, 18, 20], "parse_metadata": [1, 4, 7, 9], "pass": 1, "password": [0, 2, 4], "path": 0, "payload": 0, "perform": [0, 1, 2, 4, 14], "period": 0, "peter": 21, "pid": 5, "ping": [0, 1, 4, 7, 18], "ping_timeout": [0, 2, 4], "pip": [15, 18], "pipe": 5, "pipe_data_receiv": 5, "pleas": [1, 18], "port": [2, 4, 5, 13, 18, 19, 20], "possibl": [0, 18], "precompil": 0, "prepar": [0, 1, 4, 5, 7, 12, 14, 18], "prepare_iproto": 1, "preparedstat": [0, 1, 9], "primari": [13, 17, 18, 20], "print": [13, 16, 18, 19, 20, 21], "print_greet": 5, "pro": 18, "problem": 3, "procedur": [1, 18], "process": [0, 5], "process_exit": 5, "produc": 19, "properti": [0, 2, 4, 5, 7, 9, 10], "protocol": [0, 1, 2, 3, 4, 5, 6, 9, 12], "protocol_factori": [2, 4], "provid": [0, 16], "push": [0, 1, 14], "push_subscrib": [0, 1, 4, 7, 19], "pushiter": [0, 4, 7, 19], "py": [0, 19], "pypi": 0, "pyproject": 0, "python": [0, 13, 17, 18, 19, 20], "pytz": 17, "quad": 18, "queri": [0, 1, 4, 7, 9], "queue": 18, "rais": [1, 3, 18], "rang": [13, 18], "rather": [0, 18], "raw": 0, "re": [1, 13, 20, 21], "read": [13, 18, 20], "read_commit": [1, 21], "read_confirm": 1, "reason": 18, "receiv": [0, 5, 19], "recent": 0, "recommend": 18, "reconnect": [0, 2, 4, 18], "reconnect_timeout": [2, 4], "recreat": 5, "redund": 0, "refactor": 0, "refer": [1, 14], "refetch": [0, 2, 4, 18], "refetch_schema": [0, 2, 4, 7], "refresh": [0, 16], "remov": 0, "renam": 0, "replac": [1, 4, 7, 18], "replication_sourc": 5, "repr": [0, 2, 4, 7], "repres": 5, "request": [0, 1, 2, 4, 9, 16, 18, 20], "request_timeout": [2, 4], "requet": 1, "requir": 18, "resolv": 0, "resp": [0, 20], "respect": 17, "respond": 3, "respons": [0, 1, 4, 7, 9, 19, 20], "result": [0, 1], "return": [0, 1, 2, 4, 5, 7, 9, 10, 19], "return_cod": [4, 5, 7], "return_except": [2, 4], "returncod": 5, "revis": 0, "rollback": [1, 4, 7, 10, 21], "root": 5, "row": [18, 20], "rowcount": [1, 4, 7], "ruff": 0, "run": [0, 1, 13, 14, 18, 19, 20], "same": [1, 2, 4, 20], "scene": 21, "schema": [0, 2, 3, 4, 7, 13, 16, 17, 18, 20], "schema_id": [0, 2, 4, 7], "schemaindex": [4, 7], "schemaspac": [4, 7], "second": 0, "section": [2, 4], "see": [0, 2, 4], "select": [0, 1, 4, 7, 13, 18, 20, 21], "self": [2, 4, 7], "send": [0, 18], "send_sign": 5, "sent": 0, "seq": 18, "sequenti": 18, "server": [16, 18, 19], "session": [0, 14], "set": 1, "set_stream_id": [4, 7], "ship": 0, "shorthand": [2, 4], "show": 0, "sid": [4, 7, 16], "signal": 5, "simpl": [19, 20], "simpli": [15, 19], "simplifi": 0, "simultan": 18, "slab_alloc_arena": 5, "slice": [4, 7], "so": [18, 20], "some": [17, 18], "sourc": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11], "space": [0, 1, 2, 4, 7, 16, 18], "space_object": 1, "spacetyp": [1, 11], "span": [4, 7], "spec": 0, "special": 18, "specif": [0, 18], "specifi": [9, 18], "specify_work_dir": 5, "speed": 0, "sphinx": 12, "spider": 21, "sql": [0, 1, 14], "sql_space": 1, "start": [5, 18, 21], "state": [2, 4], "statement": [0, 1, 9, 14, 18], "statement_id": 1, "static": 5, "stderr": 5, "stdout": [5, 13, 18, 20], "still": 0, "stmt": 20, "stmt_id": [1, 4, 7], "stop": 5, "str": [1, 2, 3, 4, 5, 7, 9], "stream": [0, 1, 2, 4, 12, 14, 18], "stream_id": [4, 7, 10], "string": [1, 5, 13, 18, 20], "structur": [0, 18], "sub": 19, "subprocess": 5, "subprocessprotocol": 5, "subscrib": [1, 19], "suitabl": [2, 4], "support": [0, 14, 17, 18], "sync": [1, 4, 7], "syntax": 21, "t": [1, 4, 7], "tabl": [18, 20], "tarantool": [0, 1, 2, 3, 4, 5, 16, 17, 18, 19, 20, 21], "tarantoolasyncinst": 5, "tarantooldatabaseerror": 3, "tarantoolerror": 3, "tarantoolinst": 5, "tarantoolinstanceprotocol": 5, "tarantoolnetworkerror": 3, "tarantoolnotconnectederror": 3, "tarantoolschemaerror": [1, 3], "tarantoolsyncdockerinst": 5, "tarantoolsyncinst": 5, "tarantooltupl": [0, 1, 4, 7, 13, 18, 20], "tcp": 0, "termin": 5, "test": [0, 14, 18], "tester": [1, 13, 18], "testsuit": 15, "text": [1, 18, 20], "than": [0, 18], "thank": 0, "thi": [0, 1, 5, 9, 12, 16, 18, 19, 21], "those": 0, "through": 15, "time": 0, "timeout": [1, 2, 4, 5, 7, 9, 18], "timeouterror": 18, "timezon": 17, "titl": 5, "tnt": 5, "toml": 0, "too": 18, "top": [18, 21], "trace": [4, 7], "transact": [0, 1, 2, 4, 14, 18], "transport": 5, "tri": 0, "trigger": 0, "true": [1, 2, 4, 5, 7, 9, 19], "truncat": 0, "try": 0, "tup": 18, "tupl": [0, 1, 2, 4, 5, 7, 13, 16, 18], "tuple_as_dict": 0, "tupletyp": [1, 11], "turn": 18, "two": [1, 18], "tx_timeout": [1, 4, 7], "type": [0, 1, 2, 4, 7, 12, 13, 14, 18, 20], "tz": 17, "under": [0, 18], "underli": [2, 4], "unifi": 0, "uniqu": [4, 7], "univers": [13, 18, 20], "unknown": 1, "unpredict": 0, "unprepar": [1, 9, 20], "unprepare_iproto": 1, "unsign": [1, 13, 17, 18], "until": [0, 5], "updat": [0, 1, 4, 7, 18, 21], "upgrad": 0, "upsert": [0, 1, 4, 7, 18], "us": [0, 1, 9, 10, 14, 16, 18, 19, 20, 21], "usag": [1, 14, 17], "user": [13, 18, 20], "user1": 20, "user2": 20, "usernam": [0, 2, 4], "uuid": [0, 17, 18], "uuid4": [17, 18], "uvloop": 18, "v0": 14, "v1": [13, 14, 18, 20], "v2": 14, "valu": [0, 2, 4, 7, 18, 19, 20], "variant": 21, "version": [0, 1, 2, 4, 5, 18], "via": 18, "visibl": 21, "wa": [0, 18], "wai": 21, "wait": [2, 4, 5], "wait_stop": 5, "wait_timeout": 5, "wal_mod": [5, 18], "wallet": 17, "want": 20, "we": 19, "well": [1, 16], "were": 18, "wheel": 0, "when": [0, 3, 5], "where": [1, 2, 20], "whether": 9, "which": 19, "while": 0, "window": 0, "within": [1, 20], "without": 0, "work": 0, "wrap": 1, "write": [5, 13, 18, 20], "x": [18, 20], "yield": 19, "you": [0, 1, 16, 18, 19, 20, 21], "your": 1, "yourself": 20}, "titles": ["Changelog", "asynctnt.api", "asynctnt.connection", "asynctnt.exceptions", "asynctnt", "asynctnt.instance", "asynctnt.iproto", "asynctnt.iproto.protocol", "asynctnt.log", "asynctnt.prepared", "asynctnt.stream", "asynctnt.types", "API Reference", "Examples", "asynctnt", "Installation", "Metadata", "Type Extensions", "asynctnt", "Session Push", "SQL Support", "Streams and Transactions", "Tarantool Tuple"], "titleterms": {"0": 0, "1": 0, "12": 0, "13": 0, "2": 0, "3": 0, "api": [1, 12], "asynctnt": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 18], "attribut": [4, 7], "basic": [13, 18, 20, 21], "changelog": 0, "class": [1, 2, 3, 4, 5, 7, 9, 10], "connect": [2, 13], "content": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11], "context": 13, "document": 18, "exampl": 13, "except": 3, "extens": 17, "featur": 18, "flexibl": 21, "function": [2, 4], "instal": [15, 18], "instanc": 5, "iproto": [6, 7], "isol": 21, "kei": 18, "licens": 18, "log": 8, "manag": 13, "metadata": [16, 20], "modul": [1, 2, 3, 5, 7, 8, 9, 10, 11], "packag": 4, "perform": 18, "prepar": [9, 20], "protocol": 7, "push": 19, "refer": [12, 18], "run": 15, "session": 19, "sql": [18, 20], "statement": 20, "stream": [10, 21], "submodul": [4, 6], "subpackag": 4, "support": 20, "tarantool": 22, "test": 15, "transact": 21, "tupl": 22, "type": [11, 17], "us": 13, "usag": [13, 18, 20, 21], "v0": 0, "v1": 0, "v2": 0}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Reference": [[12, "api-reference"]], "Attributes": [[4, "attributes"], [7, "attributes"]], "Basic Usage": [[13, "basic-usage"], [18, "basic-usage"]], "Basic usage": [[20, "basic-usage"], [21, "basic-usage"]], "Changelog": [[0, "changelog"]], "Classes": [[1, "classes"], [2, "classes"], [3, "classes"], [4, "classes"], [5, "classes"], [7, "classes"], [9, "classes"], [10, "classes"]], "Documentation": [[18, "documentation"]], "Examples": [[13, "examples"]], "Flexibility": [[21, "flexibility"]], "Functions": [[2, "functions"], [4, "functions"]], "Installation": [[15, "installation"], [18, "installation"]], "Interval types": [[17, "interval-types"]], "Isolation": [[21, "isolation"]], "Key features": [[18, "key-features"]], "License": [[18, "license"]], "Metadata": [[16, "metadata"], [20, "metadata"]], "Module Contents": [[1, "module-contents"], [2, "module-contents"], [3, "module-contents"], [5, "module-contents"], [7, "module-contents"], [8, "module-contents"], [9, "module-contents"], [10, "module-contents"], [11, "module-contents"]], "Package Contents": [[4, "package-contents"]], "Performance": [[18, "performance"]], "Prepared statement": [[20, "prepared-statement"]], "References": [[18, "references"]], "Running tests": [[15, "running-tests"]], "SQL": [[18, "sql"]], "SQL Support": [[20, "sql-support"]], "Session Push": [[19, "session-push"]], "Streams and Transactions": [[21, "streams-and-transactions"]], "Submodules": [[4, "submodules"], [6, "submodules"]], "Subpackages": [[4, "subpackages"]], "Tarantool Tuple": [[22, "tarantool-tuple"]], "Type Extensions": [[17, "type-extensions"]], "Using Connection context manager": [[13, "using-connection-context-manager"]], "asynctnt": [[4, "module-asynctnt"], [14, "asynctnt"], [18, "asynctnt"]], "asynctnt.api": [[1, "module-asynctnt.api"]], "asynctnt.connection": [[2, "module-asynctnt.connection"]], "asynctnt.exceptions": [[3, "module-asynctnt.exceptions"]], "asynctnt.instance": [[5, "module-asynctnt.instance"]], "asynctnt.iproto": [[6, "module-asynctnt.iproto"]], "asynctnt.iproto.protocol": [[7, "module-asynctnt.iproto.protocol"]], "asynctnt.log": [[8, "module-asynctnt.log"]], "asynctnt.prepared": [[9, "module-asynctnt.prepared"]], "asynctnt.stream": [[10, "module-asynctnt.stream"]], "asynctnt.types": [[11, "module-asynctnt.types"]], "v0.1.12": [[0, "v0-1-12"]], "v0.1.13": [[0, "v0-1-13"]], "v0.2.0": [[0, "v0-2-0"]], "v1.0": [[0, "v1-0"]], "v1.1": [[0, "v1-1"]], "v1.2": [[0, "v1-2"]], "v1.2.1": [[0, "v1-2-1"]], "v1.2.2": [[0, "v1-2-2"]], "v1.2.3": [[0, "v1-2-3"]], "v2.0.0": [[0, "v2-0-0"]], "v2.0.1": [[0, "v2-0-1"]], "v2.1.0": [[0, "v2-1-0"]], "v2.2.0": [[0, "v2-2-0"]], "v2.3.0": [[0, "v2-3-0"]]}, "docnames": ["CHANGELOG", "autoapi/asynctnt/api/index", "autoapi/asynctnt/connection/index", "autoapi/asynctnt/exceptions/index", "autoapi/asynctnt/index", "autoapi/asynctnt/instance/index", "autoapi/asynctnt/iproto/index", "autoapi/asynctnt/iproto/protocol/index", "autoapi/asynctnt/log/index", "autoapi/asynctnt/prepared/index", "autoapi/asynctnt/stream/index", "autoapi/asynctnt/types/index", "autoapi/index", "examples", "index", "installation", "metadata", "mpext", "overview", "pushes", "sql", "streams", "ttuple"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["CHANGELOG.md", "autoapi/asynctnt/api/index.rst", "autoapi/asynctnt/connection/index.rst", "autoapi/asynctnt/exceptions/index.rst", "autoapi/asynctnt/index.rst", "autoapi/asynctnt/instance/index.rst", "autoapi/asynctnt/iproto/index.rst", "autoapi/asynctnt/iproto/protocol/index.rst", "autoapi/asynctnt/log/index.rst", "autoapi/asynctnt/prepared/index.rst", "autoapi/asynctnt/stream/index.rst", "autoapi/asynctnt/types/index.rst", "autoapi/index.rst", "examples.md", "index.md", "installation.md", "metadata.md", "mpext.md", "overview.md", "pushes.md", "sql.md", "streams.md", "ttuple.md"], "indexentries": {"__aenter__() (asynctnt.connection method)": [[4, "asynctnt.Connection.__aenter__", false]], "__aenter__() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.__aenter__", false]], "__aenter__() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.__aenter__", false]], "__aenter__() (asynctnt.stream.stream method)": [[10, "asynctnt.stream.Stream.__aenter__", false]], "__aexit__() (asynctnt.connection method)": [[4, "asynctnt.Connection.__aexit__", false]], "__aexit__() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.__aexit__", false]], "__aexit__() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.__aexit__", false]], "__aexit__() (asynctnt.stream.stream method)": [[10, "asynctnt.stream.Stream.__aexit__", false]], "__aiter__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__aiter__", false]], "__aiter__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__aiter__", false]], "__anext__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__anext__", false]], "__anext__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__anext__", false]], "__contains__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__contains__", false]], "__contains__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__contains__", false]], "__enter__() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.__enter__", false]], "__eq__() (asynctnt.iproto.protocol.mpinterval method)": [[7, "asynctnt.iproto.protocol.MPInterval.__eq__", false]], "__eq__() (asynctnt.mpinterval method)": [[4, "asynctnt.MPInterval.__eq__", false]], "__exit__() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.__exit__", false]], "__getattr__() (asynctnt.api._dbmock method)": [[1, "asynctnt.api._DbMock.__getattr__", false]], "__getitem__() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.__getitem__", false]], "__getitem__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__getitem__", false]], "__getitem__() (asynctnt.response method)": [[4, "asynctnt.Response.__getitem__", false]], "__getitem__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__getitem__", false]], "__index__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__index__", false]], "__index__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__index__", false]], "__iter__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__iter__", false]], "__iter__() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.__iter__", false]], "__iter__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__iter__", false]], "__iter__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__iter__", false]], "__iter__() (asynctnt.response method)": [[4, "asynctnt.Response.__iter__", false]], "__iter__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__iter__", false]], "__len__() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.__len__", false]], "__len__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__len__", false]], "__len__() (asynctnt.response method)": [[4, "asynctnt.Response.__len__", false]], "__len__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__len__", false]], "__next__() (asynctnt.iproto.protocol.pushiterator method)": [[7, "asynctnt.iproto.protocol.PushIterator.__next__", false]], "__next__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__next__", false]], "__next__() (asynctnt.pushiterator method)": [[4, "asynctnt.PushIterator.__next__", false]], "__next__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__next__", false]], "__repr__() (asynctnt.connection method)": [[4, "asynctnt.Connection.__repr__", false]], "__repr__() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.__repr__", false]], "__repr__() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.__repr__", false]], "__repr__() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.__repr__", false]], "__slots__ (asynctnt.api.api attribute)": [[1, "asynctnt.api.Api.__slots__", false]], "__slots__ (asynctnt.connection attribute)": [[4, "asynctnt.Connection.__slots__", false]], "__slots__ (asynctnt.connection.connection attribute)": [[2, "asynctnt.connection.Connection.__slots__", false]], "__slots__ (asynctnt.prepared.preparedstatement attribute)": [[9, "asynctnt.prepared.PreparedStatement.__slots__", false]], "__version__ (in module asynctnt)": [[4, "asynctnt.__version__", false]], "_clear_db() (asynctnt.api.api method)": [[1, "asynctnt.api.Api._clear_db", false]], "_connect() (asynctnt.connection method)": [[4, "asynctnt.Connection._connect", false]], "_connect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._connect", false]], "_create_initlua_template() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._create_initlua_template", false]], "_dbmock (class in asynctnt.api)": [[1, "asynctnt.api._DbMock", false]], "_generate_root_folder_name() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._generate_root_folder_name", false]], "_generate_title() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._generate_title", false]], "_log_reader() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance._log_reader", false]], "_normalize_api() (asynctnt.connection method)": [[4, "asynctnt.Connection._normalize_api", false]], "_normalize_api() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._normalize_api", false]], "_on_process_exit() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance._on_process_exit", false]], "_parse_version() (asynctnt.instance.tarantoolsyncinstance static method)": [[5, "asynctnt.instance.TarantoolSyncInstance._parse_version", false]], "_ping_task_func() (asynctnt.connection method)": [[4, "asynctnt.Connection._ping_task_func", false]], "_ping_task_func() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._ping_task_func", false]], "_random_string() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._random_string", false]], "_render_initlua() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._render_initlua", false]], "_save_initlua() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance._save_initlua", false]], "_set_db() (asynctnt.api.api method)": [[1, "asynctnt.api.Api._set_db", false]], "_set_state() (asynctnt.connection method)": [[4, "asynctnt.Connection._set_state", false]], "_set_state() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._set_state", false]], "_start_reconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection._start_reconnect", false]], "_start_reconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._start_reconnect", false]], "_wait() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance._wait", false]], "_wait_reconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection._wait_reconnect", false]], "_wait_reconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection._wait_reconnect", false]], "adjust (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.adjust", false]], "adjust (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.adjust", false]], "api (class in asynctnt.api)": [[1, "asynctnt.api.Api", false]], "asynctnt": [[4, "module-asynctnt", false]], "asynctnt.api": [[1, "module-asynctnt.api", false]], "asynctnt.connection": [[2, "module-asynctnt.connection", false]], "asynctnt.exceptions": [[3, "module-asynctnt.exceptions", false]], "asynctnt.instance": [[5, "module-asynctnt.instance", false]], "asynctnt.iproto": [[6, "module-asynctnt.iproto", false]], "asynctnt.iproto.protocol": [[7, "module-asynctnt.iproto.protocol", false]], "asynctnt.log": [[8, "module-asynctnt.log", false]], "asynctnt.prepared": [[9, "module-asynctnt.prepared", false]], "asynctnt.stream": [[10, "module-asynctnt.stream", false]], "asynctnt.types": [[11, "module-asynctnt.types", false]], "auto_refetch_schema (asynctnt.connection property)": [[4, "asynctnt.Connection.auto_refetch_schema", false]], "auto_refetch_schema (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.auto_refetch_schema", false]], "autoincrement_ids (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.autoincrement_ids", false]], "autoincrement_ids (asynctnt.response attribute)": [[4, "asynctnt.Response.autoincrement_ids", false]], "begin() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.begin", false]], "begin() (asynctnt.db method)": [[4, "asynctnt.Db.begin", false]], "begin() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.begin", false]], "best_effort (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.BEST_EFFORT", false]], "bin_version (asynctnt.instance.tarantoolsyncdockerinstance property)": [[5, "asynctnt.instance.TarantoolSyncDockerInstance.bin_version", false]], "bin_version (asynctnt.instance.tarantoolsyncinstance property)": [[5, "asynctnt.instance.TarantoolSyncInstance.bin_version", false]], "body (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.body", false]], "body (asynctnt.response attribute)": [[4, "asynctnt.Response.body", false]], "bodyitem (in module asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.BodyItem", false]], "call() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.call", false]], "call() (asynctnt.db method)": [[4, "asynctnt.Db.call", false]], "call() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.call", false]], "call16() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.call16", false]], "call16() (asynctnt.db method)": [[4, "asynctnt.Db.call16", false]], "call16() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.call16", false]], "call_arg_tuple_extension (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.call_arg_tuple_extension", false]], "call_ret_tuple_extension (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.call_ret_tuple_extension", false]], "cleanup() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.cleanup", false]], "cleanup() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.cleanup", false]], "cleanup() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.cleanup", false]], "close() (asynctnt.connection method)": [[4, "asynctnt.Connection.close", false]], "close() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.close", false]], "code (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.code", false]], "code (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.code", false]], "code (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.code", false]], "code (asynctnt.response property)": [[4, "asynctnt.Response.code", false]], "collation (asynctnt.field attribute)": [[4, "asynctnt.Field.collation", false]], "collation (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.collation", false]], "command() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.command", false]], "command() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.command", false]], "command() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.command", false]], "commit() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.commit", false]], "commit() (asynctnt.db method)": [[4, "asynctnt.Db.commit", false]], "commit() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.commit", false]], "connect() (asynctnt.connection method)": [[4, "asynctnt.Connection.connect", false]], "connect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.connect", false]], "connect() (in module asynctnt)": [[4, "asynctnt.connect", false]], "connect() (in module asynctnt.connection)": [[2, "asynctnt.connection.connect", false]], "connect_timeout (asynctnt.connection property)": [[4, "asynctnt.Connection.connect_timeout", false]], "connect_timeout (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.connect_timeout", false]], "connected (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.CONNECTED", false]], "connecting (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.CONNECTING", false]], "connection (class in asynctnt)": [[4, "asynctnt.Connection", false]], "connection (class in asynctnt.connection)": [[2, "asynctnt.connection.Connection", false]], "connection_lost() (asynctnt.connection method)": [[4, "asynctnt.Connection.connection_lost", false]], "connection_lost() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.connection_lost", false]], "connection_made() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.connection_made", false]], "connectionstate (class in asynctnt.connection)": [[2, "asynctnt.connection.ConnectionState", false]], "console_port (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.console_port", false]], "create_db() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.create_db", false]], "day (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.day", false]], "day (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.day", false]], "db (class in asynctnt)": [[4, "asynctnt.Db", false]], "db (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Db", false]], "default (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.DEFAULT", false]], "delete() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.delete", false]], "delete() (asynctnt.db method)": [[4, "asynctnt.Db.delete", false]], "delete() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.delete", false]], "disconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection.disconnect", false]], "disconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.disconnect", false]], "disconnected (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.DISCONNECTED", false]], "disconnecting (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.DISCONNECTING", false]], "dml_tuple_extension (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.dml_tuple_extension", false]], "done() (asynctnt.iproto.protocol.response method)": [[7, "asynctnt.iproto.protocol.Response.done", false]], "done() (asynctnt.response method)": [[4, "asynctnt.Response.done", false]], "encoding (asynctnt.connection property)": [[4, "asynctnt.Connection.encoding", false]], "encoding (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.encoding", false]], "encoding (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.encoding", false]], "encoding (asynctnt.response attribute)": [[4, "asynctnt.Response.encoding", false]], "engine (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.engine", false]], "engine (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.engine", false]], "er_access_denied (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACCESS_DENIED", false]], "er_action_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACTION_MISMATCH", false]], "er_active_timer (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACTIVE_TIMER", false]], "er_active_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ACTIVE_TRANSACTION", false]], "er_already_running (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ALREADY_RUNNING", false]], "er_alter_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ALTER_SEQUENCE", false]], "er_alter_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ALTER_SPACE", false]], "er_backup_in_progress (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_BACKUP_IN_PROGRESS", false]], "er_before_replace_ret (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_BEFORE_REPLACE_RET", false]], "er_bootstrap_readonly (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_BOOTSTRAP_READONLY", false]], "er_cannot_register (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CANNOT_REGISTER", false]], "er_cant_create_collation (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CANT_CREATE_COLLATION", false]], "er_cant_update_primary_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CANT_UPDATE_PRIMARY_KEY", false]], "er_cascade_rollback (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CASCADE_ROLLBACK", false]], "er_cfg (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CFG", false]], "er_checkpoint_in_progress (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CHECKPOINT_IN_PROGRESS", false]], "er_ck_constraint_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CK_CONSTRAINT_FAILED", false]], "er_ck_def_unsupported (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CK_DEF_UNSUPPORTED", false]], "er_commit_in_sub_stmt (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_COMMIT_IN_SUB_STMT", false]], "er_complex_foreign_key_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_COMPLEX_FOREIGN_KEY_FAILED", false]], "er_compression (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_COMPRESSION", false]], "er_connection_to_self (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CONNECTION_TO_SELF", false]], "er_constraint_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CONSTRAINT_EXISTS", false]], "er_create_ck_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_CK_CONSTRAINT", false]], "er_create_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_CONSTRAINT", false]], "er_create_fk_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_FK_CONSTRAINT", false]], "er_create_foreign_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_FOREIGN_KEY", false]], "er_create_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_FUNCTION", false]], "er_create_role (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_ROLE", false]], "er_create_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_SEQUENCE", false]], "er_create_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_SPACE", false]], "er_create_user (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CREATE_USER", false]], "er_cross_engine_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CROSS_ENGINE_TRANSACTION", false]], "er_cursor_no_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_CURSOR_NO_TRANSACTION", false]], "er_decompression (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DECOMPRESSION", false]], "er_drop_collation (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_COLLATION", false]], "er_drop_fk_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_FK_CONSTRAINT", false]], "er_drop_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_FUNCTION", false]], "er_drop_primary_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_PRIMARY_KEY", false]], "er_drop_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_SEQUENCE", false]], "er_drop_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_SPACE", false]], "er_drop_user (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_DROP_USER", false]], "er_election_disabled (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ELECTION_DISABLED", false]], "er_exact_field_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_EXACT_FIELD_COUNT", false]], "er_exact_match (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_EXACT_MATCH", false]], "er_field_constraint_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_CONSTRAINT_FAILED", false]], "er_field_foreign_key_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_FOREIGN_KEY_FAILED", false]], "er_field_missing (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_MISSING", false]], "er_field_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FIELD_TYPE", false]], "er_foreign_key_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FOREIGN_KEY_CONSTRAINT", false]], "er_foreign_key_integrity (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FOREIGN_KEY_INTEGRITY", false]], "er_format_mismatch_index_part (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FORMAT_MISMATCH_INDEX_PART", false]], "er_func_index_format (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INDEX_FORMAT", false]], "er_func_index_func (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INDEX_FUNC", false]], "er_func_index_parts (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INDEX_PARTS", false]], "er_func_invalid_return_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_INVALID_RETURN_TYPE", false]], "er_func_wrong_arg_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNC_WRONG_ARG_COUNT", false]], "er_function_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNCTION_EXISTS", false]], "er_function_language (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNCTION_LANGUAGE", false]], "er_function_tx_active (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_FUNCTION_TX_ACTIVE", false]], "er_grant (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_GRANT", false]], "er_guest_user_password (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_GUEST_USER_PASSWORD", false]], "er_hex_literal_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_HEX_LITERAL_MAX", false]], "er_identifier (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_IDENTIFIER", false]], "er_illegal_collation_mix (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ILLEGAL_COLLATION_MIX", false]], "er_illegal_params (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ILLEGAL_PARAMS", false]], "er_inconsistent_types (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INCONSISTENT_TYPES", false]], "er_index_def_unsupported (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_DEF_UNSUPPORTED", false]], "er_index_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_EXISTS", false]], "er_index_exists_in_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_EXISTS_IN_SPACE", false]], "er_index_field_count_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_FIELD_COUNT_LIMIT", false]], "er_index_part_type_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_PART_TYPE_MISMATCH", false]], "er_index_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INDEX_TYPE", false]], "er_injection (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INJECTION", false]], "er_instance_uuid_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INSTANCE_UUID_MISMATCH", false]], "er_int_literal_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INT_LITERAL_MAX", false]], "er_interfering_promote (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INTERFERING_PROMOTE", false]], "er_invalid_index_file (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_INDEX_FILE", false]], "er_invalid_msgpack (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_MSGPACK", false]], "er_invalid_order (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_ORDER", false]], "er_invalid_run_file (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_RUN_FILE", false]], "er_invalid_uuid (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_UUID", false]], "er_invalid_vylog_file (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_VYLOG_FILE", false]], "er_invalid_xlog (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG", false]], "er_invalid_xlog_name (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG_NAME", false]], "er_invalid_xlog_order (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG_ORDER", false]], "er_invalid_xlog_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_INVALID_XLOG_TYPE", false]], "er_iterator_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ITERATOR_TYPE", false]], "er_key_part_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_KEY_PART_COUNT", false]], "er_key_part_is_too_long (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_KEY_PART_IS_TOO_LONG", false]], "er_key_part_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_KEY_PART_TYPE", false]], "er_last_drop (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LAST_DROP", false]], "er_load_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOAD_FUNCTION", false]], "er_load_module (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOAD_MODULE", false]], "er_loading (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOADING", false]], "er_local_instance_id_is_read_only (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_LOCAL_INSTANCE_ID_IS_READ_ONLY", false]], "er_memory_issue (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MEMORY_ISSUE", false]], "er_memtx_max_tuple_size (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MEMTX_MAX_TUPLE_SIZE", false]], "er_missing_request_field (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MISSING_REQUEST_FIELD", false]], "er_missing_snapshot (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MISSING_SNAPSHOT", false]], "er_modify_index (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MODIFY_INDEX", false]], "er_more_than_one_tuple (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MORE_THAN_ONE_TUPLE", false]], "er_multikey_index_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MULTIKEY_INDEX_MISMATCH", false]], "er_multistatement_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_MULTISTATEMENT_TRANSACTION", false]], "er_no_connection (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_CONNECTION", false]], "er_no_election_quorum (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_ELECTION_QUORUM", false]], "er_no_such_collation (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_COLLATION", false]], "er_no_such_constraint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_CONSTRAINT", false]], "er_no_such_engine (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_ENGINE", false]], "er_no_such_field_name (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FIELD_NAME", false]], "er_no_such_field_name_in_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FIELD_NAME_IN_SPACE", false]], "er_no_such_field_no (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FIELD_NO", false]], "er_no_such_function (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_FUNCTION", false]], "er_no_such_group (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_GROUP", false]], "er_no_such_index_id (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_INDEX_ID", false]], "er_no_such_index_name (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_INDEX_NAME", false]], "er_no_such_module (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_MODULE", false]], "er_no_such_proc (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_PROC", false]], "er_no_such_role (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_ROLE", false]], "er_no_such_savepoint (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SAVEPOINT", false]], "er_no_such_sequence (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SEQUENCE", false]], "er_no_such_session_setting (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SESSION_SETTING", false]], "er_no_such_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_SPACE", false]], "er_no_such_trigger (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_TRIGGER", false]], "er_no_such_user (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_SUCH_USER", false]], "er_no_transaction (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NO_TRANSACTION", false]], "er_nonmaster (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NONMASTER", false]], "er_not_leader (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NOT_LEADER", false]], "er_nullable_primary (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_NULLABLE_PRIMARY", false]], "er_partial_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PARTIAL_KEY", false]], "er_password_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PASSWORD_MISMATCH", false]], "er_priv_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PRIV_GRANTED", false]], "er_priv_not_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PRIV_NOT_GRANTED", false]], "er_proc_c (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROC_C", false]], "er_proc_lua (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROC_LUA", false]], "er_proc_ret (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROC_RET", false]], "er_protocol (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_PROTOCOL", false]], "er_quorum_wait (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_QUORUM_WAIT", false]], "er_read_view_aborted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_READ_VIEW_ABORTED", false]], "er_readonly (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_READONLY", false]], "er_reload_cfg (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_RELOAD_CFG", false]], "er_replica_id_is_reserved (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICA_ID_IS_RESERVED", false]], "er_replica_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICA_MAX", false]], "er_replica_not_anon (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICA_NOT_ANON", false]], "er_replicaset_uuid_is_ro (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICASET_UUID_IS_RO", false]], "er_replicaset_uuid_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_REPLICASET_UUID_MISMATCH", false]], "er_role_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_EXISTS", false]], "er_role_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_GRANTED", false]], "er_role_loop (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_LOOP", false]], "er_role_not_granted (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLE_NOT_GRANTED", false]], "er_rollback_in_sub_stmt (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROLLBACK_IN_SUB_STMT", false]], "er_rowid_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_ROWID_OVERFLOW", false]], "er_rtree_rect (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_RTREE_RECT", false]], "er_savepoint_empty_tx (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SAVEPOINT_EMPTY_TX", false]], "er_sequence_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SEQUENCE_EXISTS", false]], "er_sequence_not_started (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SEQUENCE_NOT_STARTED", false]], "er_sequence_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SEQUENCE_OVERFLOW", false]], "er_session_closed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SESSION_CLOSED", false]], "er_session_setting_invalid_value (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SESSION_SETTING_INVALID_VALUE", false]], "er_space_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SPACE_EXISTS", false]], "er_space_field_is_duplicate (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SPACE_FIELD_IS_DUPLICATE", false]], "er_split_brain (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SPLIT_BRAIN", false]], "er_sql_analyze_argument (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_ANALYZE_ARGUMENT", false]], "er_sql_bind_not_found (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_NOT_FOUND", false]], "er_sql_bind_parameter_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_PARAMETER_MAX", false]], "er_sql_bind_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_TYPE", false]], "er_sql_bind_value (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_BIND_VALUE", false]], "er_sql_cant_add_autoinc (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_CANT_ADD_AUTOINC", false]], "er_sql_cant_resolve_field (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_CANT_RESOLVE_FIELD", false]], "er_sql_column_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_COLUMN_COUNT", false]], "er_sql_column_count_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_COLUMN_COUNT_MAX", false]], "er_sql_execute (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_EXECUTE", false]], "er_sql_func_wrong_ret_count (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_FUNC_WRONG_RET_COUNT", false]], "er_sql_keyword_is_reserved (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_KEYWORD_IS_RESERVED", false]], "er_sql_no_such_pragma (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_NO_SUCH_PRAGMA", false]], "er_sql_parser_generic (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PARSER_GENERIC", false]], "er_sql_parser_generic_with_pos (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PARSER_GENERIC_WITH_POS", false]], "er_sql_parser_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PARSER_LIMIT", false]], "er_sql_prepare (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_PREPARE", false]], "er_sql_select_wildcard (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_SELECT_WILDCARD", false]], "er_sql_stack_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_STACK_OVERFLOW", false]], "er_sql_statement_empty (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_STATEMENT_EMPTY", false]], "er_sql_syntax_near_token (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_SYNTAX_NEAR_TOKEN", false]], "er_sql_syntax_with_pos (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_SYNTAX_WITH_POS", false]], "er_sql_type_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_TYPE_MISMATCH", false]], "er_sql_unknown_token (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SQL_UNKNOWN_TOKEN", false]], "er_ssl (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SSL", false]], "er_sub_stmt_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SUB_STMT_MAX", false]], "er_sync_master_mismatch (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_MASTER_MISMATCH", false]], "er_sync_queue_foreign (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_QUEUE_FOREIGN", false]], "er_sync_queue_unclaimed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_QUEUE_UNCLAIMED", false]], "er_sync_quorum_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_QUORUM_TIMEOUT", false]], "er_sync_rollback (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYNC_ROLLBACK", false]], "er_system (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_SYSTEM", false]], "er_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TIMEOUT", false]], "er_too_early_subscribe (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TOO_EARLY_SUBSCRIBE", false]], "er_transaction_conflict (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRANSACTION_CONFLICT", false]], "er_transaction_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRANSACTION_TIMEOUT", false]], "er_transaction_yield (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRANSACTION_YIELD", false]], "er_trigger_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRIGGER_EXISTS", false]], "er_truncate_system_space (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TRUNCATE_SYSTEM_SPACE", false]], "er_tuple_constraint_failed (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_CONSTRAINT_FAILED", false]], "er_tuple_field_count_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_FIELD_COUNT_LIMIT", false]], "er_tuple_format_limit (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_FORMAT_LIMIT", false]], "er_tuple_found (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_FOUND", false]], "er_tuple_metadata_is_too_big (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_METADATA_IS_TOO_BIG", false]], "er_tuple_not_array (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_NOT_ARRAY", false]], "er_tuple_not_found (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TUPLE_NOT_FOUND", false]], "er_txn_rollback (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_TXN_ROLLBACK", false]], "er_unable_to_process_in_stream (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNABLE_TO_PROCESS_IN_STREAM", false]], "er_unable_to_process_out_of_stream (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNABLE_TO_PROCESS_OUT_OF_STREAM", false]], "er_uncommitted_foreign_sync_txns (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNCOMMITTED_FOREIGN_SYNC_TXNS", false]], "er_unknown (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN", false]], "er_unknown_replica (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_REPLICA", false]], "er_unknown_request_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_REQUEST_TYPE", false]], "er_unknown_rtree_index_distance_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_RTREE_INDEX_DISTANCE_TYPE", false]], "er_unknown_schema_object (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_SCHEMA_OBJECT", false]], "er_unknown_update_op (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNKNOWN_UPDATE_OP", false]], "er_unsupported (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNSUPPORTED", false]], "er_unsupported_index_feature (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNSUPPORTED_INDEX_FEATURE", false]], "er_unsupported_priv (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UNSUPPORTED_PRIV", false]], "er_update_arg_type (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_ARG_TYPE", false]], "er_update_decimal_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_DECIMAL_OVERFLOW", false]], "er_update_field (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_FIELD", false]], "er_update_integer_overflow (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_INTEGER_OVERFLOW", false]], "er_update_splice (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPDATE_SPLICE", false]], "er_upsert_unique_secondary_key (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_UPSERT_UNIQUE_SECONDARY_KEY", false]], "er_user_exists (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_USER_EXISTS", false]], "er_user_max (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_USER_MAX", false]], "er_view_is_ro (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VIEW_IS_RO", false]], "er_view_missing_sql (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VIEW_MISSING_SQL", false]], "er_vinyl_max_tuple_size (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VINYL_MAX_TUPLE_SIZE", false]], "er_vy_quota_timeout (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_VY_QUOTA_TIMEOUT", false]], "er_wal_io (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WAL_IO", false]], "er_wrong_collation_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_COLLATION_OPTIONS", false]], "er_wrong_dd_version (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_DD_VERSION", false]], "er_wrong_index_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_INDEX_OPTIONS", false]], "er_wrong_index_parts (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_INDEX_PARTS", false]], "er_wrong_index_record (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_INDEX_RECORD", false]], "er_wrong_query_id (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_QUERY_ID", false]], "er_wrong_schema_version (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SCHEMA_VERSION", false]], "er_wrong_space_format (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SPACE_FORMAT", false]], "er_wrong_space_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SPACE_OPTIONS", false]], "er_wrong_space_upgrade_options (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_WRONG_SPACE_UPGRADE_OPTIONS", false]], "er_xlog_gap (asynctnt.exceptions.errorcode attribute)": [[3, "asynctnt.exceptions.ErrorCode.ER_XLOG_GAP", false]], "err_no (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.err_no", false]], "err_no (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.err_no", false]], "errmsg (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.errmsg", false]], "errmsg (asynctnt.response attribute)": [[4, "asynctnt.Response.errmsg", false]], "error (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.error", false]], "error (asynctnt.response attribute)": [[4, "asynctnt.Response.error", false]], "error_extension (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.error_extension", false]], "error_type (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.error_type", false]], "error_type (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.error_type", false]], "errorcode (class in asynctnt.exceptions)": [[3, "asynctnt.exceptions.ErrorCode", false]], "eval() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.eval", false]], "eval() (asynctnt.db method)": [[4, "asynctnt.Db.eval", false]], "eval() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.eval", false]], "execute() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.execute", false]], "execute() (asynctnt.db method)": [[4, "asynctnt.Db.execute", false]], "execute() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.execute", false]], "execute() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.execute", false]], "features (asynctnt.connection property)": [[4, "asynctnt.Connection.features", false]], "features (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.features", false]], "features (asynctnt.iproto.protocol.protocol property)": [[7, "asynctnt.iproto.protocol.Protocol.features", false]], "fetch_schema (asynctnt.connection property)": [[4, "asynctnt.Connection.fetch_schema", false]], "fetch_schema (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.fetch_schema", false]], "field (class in asynctnt)": [[4, "asynctnt.Field", false]], "field (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Field", false]], "field_count (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.field_count", false]], "field_count (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.field_count", false]], "fields (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.fields", false]], "fields (asynctnt.iproto.protocol.metadata attribute)": [[7, "asynctnt.iproto.protocol.Metadata.fields", false]], "fields (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.fields", false]], "fields (asynctnt.metadata attribute)": [[4, "asynctnt.Metadata.fields", false]], "file (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.file", false]], "file (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.file", false]], "fingerprint (asynctnt.connection property)": [[4, "asynctnt.Connection.fingerprint", false]], "fingerprint (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.fingerprint", false]], "fingerprint (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.fingerprint", false]], "flags (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.flags", false]], "flags (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.flags", false]], "get() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.get", false]], "get() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.get", false]], "get_common_db() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.get_common_db", false]], "get_random_port() (asynctnt.instance.tarantoolinstance static method)": [[5, "asynctnt.instance.TarantoolInstance.get_random_port", false]], "get_version() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.get_version", false]], "host (asynctnt.connection property)": [[4, "asynctnt.Connection.host", false]], "host (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.host", false]], "host (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.host", false]], "hour (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.hour", false]], "hour (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.hour", false]], "id (asynctnt.iproto.protocol.schema attribute)": [[7, "asynctnt.iproto.protocol.Schema.id", false]], "id (asynctnt.prepared.preparedstatement property)": [[9, "asynctnt.prepared.PreparedStatement.id", false]], "id (asynctnt.schema attribute)": [[4, "asynctnt.Schema.id", false]], "iid (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.iid", false]], "iid (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.iid", false]], "index_type (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.index_type", false]], "index_type (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.index_type", false]], "indexes (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.indexes", false]], "indexes (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.indexes", false]], "indextype (in module asynctnt.types)": [[11, "asynctnt.types.IndexType", false]], "initial_read_buffer_size (asynctnt.connection property)": [[4, "asynctnt.Connection.initial_read_buffer_size", false]], "initial_read_buffer_size (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.initial_read_buffer_size", false]], "insert() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.insert", false]], "insert() (asynctnt.db method)": [[4, "asynctnt.Db.insert", false]], "insert() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.insert", false]], "iprotoerror (class in asynctnt)": [[4, "asynctnt.IProtoError", false]], "iprotoerror (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.IProtoError", false]], "iprotoerrorstackframe (class in asynctnt)": [[4, "asynctnt.IProtoErrorStackFrame", false]], "iprotoerrorstackframe (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame", false]], "iprotofeatures (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.IProtoFeatures", false]], "is_autoincrement (asynctnt.field attribute)": [[4, "asynctnt.Field.is_autoincrement", false]], "is_autoincrement (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.is_autoincrement", false]], "is_connected (asynctnt.connection property)": [[4, "asynctnt.Connection.is_connected", false]], "is_connected (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.is_connected", false]], "is_connected() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.is_connected", false]], "is_fully_connected (asynctnt.connection property)": [[4, "asynctnt.Connection.is_fully_connected", false]], "is_fully_connected (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.is_fully_connected", false]], "is_fully_connected() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.is_fully_connected", false]], "is_nullable (asynctnt.field attribute)": [[4, "asynctnt.Field.is_nullable", false]], "is_nullable (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.is_nullable", false]], "is_running (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.is_running", false]], "isolation (class in asynctnt.api)": [[1, "asynctnt.api.Isolation", false]], "items() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.items", false]], "items() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.items", false]], "keys() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.keys", false]], "keys() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.keys", false]], "keytype (in module asynctnt.types)": [[11, "asynctnt.types.KeyType", false]], "kill() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.kill", false]], "kill() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.kill", false]], "kill() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.kill", false]], "kill() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.kill", false]], "line (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.line", false]], "line (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.line", false]], "logger (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.logger", false]], "logger (asynctnt.instance.tarantoolinstanceprotocol property)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.logger", false]], "logger (in module asynctnt.log)": [[8, "asynctnt.log.logger", false]], "message (asynctnt.iproto.protocol.iprotoerrorstackframe attribute)": [[7, "asynctnt.iproto.protocol.IProtoErrorStackFrame.message", false]], "message (asynctnt.iprotoerrorstackframe attribute)": [[4, "asynctnt.IProtoErrorStackFrame.message", false]], "metadata (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.metadata", false]], "metadata (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.metadata", false]], "metadata (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.metadata", false]], "metadata (asynctnt.response attribute)": [[4, "asynctnt.Response.metadata", false]], "metadata (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.metadata", false]], "metadata (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.metadata", false]], "metadata (class in asynctnt)": [[4, "asynctnt.Metadata", false]], "metadata (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Metadata", false]], "methodret (in module asynctnt.types)": [[11, "asynctnt.types.MethodRet", false]], "min (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.min", false]], "min (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.min", false]], "module": [[1, "module-asynctnt.api", false], [2, "module-asynctnt.connection", false], [3, "module-asynctnt.exceptions", false], [4, "module-asynctnt", false], [5, "module-asynctnt.instance", false], [6, "module-asynctnt.iproto", false], [7, "module-asynctnt.iproto.protocol", false], [8, "module-asynctnt.log", false], [9, "module-asynctnt.prepared", false], [10, "module-asynctnt.stream", false], [11, "module-asynctnt.types", false]], "month (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.month", false]], "month (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.month", false]], "mpinterval (class in asynctnt)": [[4, "asynctnt.MPInterval", false]], "mpinterval (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.MPInterval", false]], "name (asynctnt.field attribute)": [[4, "asynctnt.Field.name", false]], "name (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.name", false]], "name (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.name", false]], "name (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.name", false]], "name (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.name", false]], "name (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.name", false]], "name_id_map (asynctnt.iproto.protocol.metadata attribute)": [[7, "asynctnt.iproto.protocol.Metadata.name_id_map", false]], "name_id_map (asynctnt.metadata attribute)": [[4, "asynctnt.Metadata.name_id_map", false]], "nsec (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.nsec", false]], "nsec (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.nsec", false]], "owner (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.owner", false]], "owner (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.owner", false]], "pagination (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.pagination", false]], "params (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.params", false]], "params (asynctnt.prepared.preparedstatement property)": [[9, "asynctnt.prepared.PreparedStatement.params", false]], "params (asynctnt.response attribute)": [[4, "asynctnt.Response.params", false]], "params_count (asynctnt.iproto.protocol.response attribute)": [[7, "asynctnt.iproto.protocol.Response.params_count", false]], "params_count (asynctnt.prepared.preparedstatement property)": [[9, "asynctnt.prepared.PreparedStatement.params_count", false]], "params_count (asynctnt.response attribute)": [[4, "asynctnt.Response.params_count", false]], "password (asynctnt.connection property)": [[4, "asynctnt.Connection.password", false]], "password (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.password", false]], "pid (asynctnt.instance.tarantoolasyncinstance property)": [[5, "asynctnt.instance.TarantoolAsyncInstance.pid", false]], "pid (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.pid", false]], "pid (asynctnt.instance.tarantoolinstanceprotocol property)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.pid", false]], "pid (asynctnt.instance.tarantoolsyncinstance property)": [[5, "asynctnt.instance.TarantoolSyncInstance.pid", false]], "ping() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.ping", false]], "ping() (asynctnt.db method)": [[4, "asynctnt.Db.ping", false]], "ping() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.ping", false]], "pipe_data_received() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.pipe_data_received", false]], "port (asynctnt.connection property)": [[4, "asynctnt.Connection.port", false]], "port (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.port", false]], "port (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.port", false]], "prepare() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.prepare", false]], "prepare() (asynctnt.db method)": [[4, "asynctnt.Db.prepare", false]], "prepare() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.prepare", false]], "prepare() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.prepare", false]], "prepare() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.prepare", false]], "prepare() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.prepare", false]], "prepare_iproto() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.prepare_iproto", false]], "preparedstatement (class in asynctnt.prepared)": [[9, "asynctnt.prepared.PreparedStatement", false]], "process_exited() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.process_exited", false]], "protocol (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Protocol", false]], "protocol_factory() (asynctnt.connection method)": [[4, "asynctnt.Connection.protocol_factory", false]], "protocol_factory() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.protocol_factory", false]], "pushiterator (class in asynctnt)": [[4, "asynctnt.PushIterator", false]], "pushiterator (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.PushIterator", false]], "read_committed (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.READ_COMMITTED", false]], "read_confirmed (asynctnt.api.isolation attribute)": [[1, "asynctnt.api.Isolation.READ_CONFIRMED", false]], "reconnect() (asynctnt.connection method)": [[4, "asynctnt.Connection.reconnect", false]], "reconnect() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.reconnect", false]], "reconnect_timeout (asynctnt.connection property)": [[4, "asynctnt.Connection.reconnect_timeout", false]], "reconnect_timeout (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.reconnect_timeout", false]], "reconnecting (asynctnt.connection.connectionstate attribute)": [[2, "asynctnt.connection.ConnectionState.RECONNECTING", false]], "refetch_schema() (asynctnt.connection method)": [[4, "asynctnt.Connection.refetch_schema", false]], "refetch_schema() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.refetch_schema", false]], "refetch_schema() (asynctnt.iproto.protocol.protocol method)": [[7, "asynctnt.iproto.protocol.Protocol.refetch_schema", false]], "replace() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.replace", false]], "replace() (asynctnt.db method)": [[4, "asynctnt.Db.replace", false]], "replace() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.replace", false]], "replication_source (asynctnt.instance.tarantoolinstance property)": [[5, "asynctnt.instance.TarantoolInstance.replication_source", false]], "request_timeout (asynctnt.connection property)": [[4, "asynctnt.Connection.request_timeout", false]], "request_timeout (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.request_timeout", false]], "response (asynctnt.iproto.protocol.pushiterator property)": [[7, "asynctnt.iproto.protocol.PushIterator.response", false]], "response (asynctnt.pushiterator property)": [[4, "asynctnt.PushIterator.response", false]], "response (class in asynctnt)": [[4, "asynctnt.Response", false]], "response (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Response", false]], "return_code (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.return_code", false]], "return_code (asynctnt.response property)": [[4, "asynctnt.Response.return_code", false]], "returncode (asynctnt.instance.tarantoolinstanceprotocol property)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.returncode", false]], "rollback() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.rollback", false]], "rollback() (asynctnt.db method)": [[4, "asynctnt.Db.rollback", false]], "rollback() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.rollback", false]], "rowcount (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.rowcount", false]], "rowcount (asynctnt.response property)": [[4, "asynctnt.Response.rowcount", false]], "schema (asynctnt.connection property)": [[4, "asynctnt.Connection.schema", false]], "schema (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.schema", false]], "schema (asynctnt.iproto.protocol.protocol property)": [[7, "asynctnt.iproto.protocol.Protocol.schema", false]], "schema (class in asynctnt)": [[4, "asynctnt.Schema", false]], "schema (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.Schema", false]], "schema_id (asynctnt.connection property)": [[4, "asynctnt.Connection.schema_id", false]], "schema_id (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.schema_id", false]], "schema_id (asynctnt.iproto.protocol.protocol property)": [[7, "asynctnt.iproto.protocol.Protocol.schema_id", false]], "schema_id (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.schema_id", false]], "schema_id (asynctnt.response property)": [[4, "asynctnt.Response.schema_id", false]], "schemaindex (class in asynctnt)": [[4, "asynctnt.SchemaIndex", false]], "schemaindex (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.SchemaIndex", false]], "schemaspace (class in asynctnt)": [[4, "asynctnt.SchemaSpace", false]], "schemaspace (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.SchemaSpace", false]], "sec (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.sec", false]], "sec (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.sec", false]], "select() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.select", false]], "select() (asynctnt.db method)": [[4, "asynctnt.Db.select", false]], "select() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.select", false]], "send_signal() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.send_signal", false]], "set_stream_id() (asynctnt.db method)": [[4, "asynctnt.Db.set_stream_id", false]], "set_stream_id() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.set_stream_id", false]], "sid (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.sid", false]], "sid (asynctnt.iproto.protocol.schemaspace attribute)": [[7, "asynctnt.iproto.protocol.SchemaSpace.sid", false]], "sid (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.sid", false]], "sid (asynctnt.schemaspace attribute)": [[4, "asynctnt.SchemaSpace.sid", false]], "space_and_index_names (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.space_and_index_names", false]], "spaces (asynctnt.iproto.protocol.schema attribute)": [[7, "asynctnt.iproto.protocol.Schema.spaces", false]], "spaces (asynctnt.schema attribute)": [[4, "asynctnt.Schema.spaces", false]], "spacetype (in module asynctnt.types)": [[11, "asynctnt.types.SpaceType", false]], "span (asynctnt.field attribute)": [[4, "asynctnt.Field.span", false]], "span (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.span", false]], "start() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.start", false]], "start() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.start", false]], "start() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.start", false]], "state (asynctnt.connection property)": [[4, "asynctnt.Connection.state", false]], "state (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.state", false]], "stmt_id (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.stmt_id", false]], "stmt_id (asynctnt.response property)": [[4, "asynctnt.Response.stmt_id", false]], "stop() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.stop", false]], "stop() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.stop", false]], "stop() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.stop", false]], "stream (class in asynctnt.stream)": [[10, "asynctnt.stream.Stream", false]], "stream() (asynctnt.connection method)": [[4, "asynctnt.Connection.stream", false]], "stream() (asynctnt.connection.connection method)": [[2, "asynctnt.connection.Connection.stream", false]], "stream_id (asynctnt.db property)": [[4, "asynctnt.Db.stream_id", false]], "stream_id (asynctnt.iproto.protocol.db property)": [[7, "asynctnt.iproto.protocol.Db.stream_id", false]], "stream_id (asynctnt.stream.stream property)": [[10, "asynctnt.stream.Stream.stream_id", false]], "streams (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.streams", false]], "sync (asynctnt.iproto.protocol.response property)": [[7, "asynctnt.iproto.protocol.Response.sync", false]], "sync (asynctnt.response property)": [[4, "asynctnt.Response.sync", false]], "tarantoolasyncinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolAsyncInstance", false]], "tarantooldatabaseerror": [[3, "asynctnt.exceptions.TarantoolDatabaseError", false]], "tarantoolerror": [[3, "asynctnt.exceptions.TarantoolError", false]], "tarantoolinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolInstance", false]], "tarantoolinstanceprotocol (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolInstanceProtocol", false]], "tarantoolnetworkerror": [[3, "asynctnt.exceptions.TarantoolNetworkError", false]], "tarantoolnotconnectederror": [[3, "asynctnt.exceptions.TarantoolNotConnectedError", false]], "tarantoolschemaerror": [[3, "asynctnt.exceptions.TarantoolSchemaError", false]], "tarantoolsyncdockerinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolSyncDockerInstance", false]], "tarantoolsyncinstance (class in asynctnt.instance)": [[5, "asynctnt.instance.TarantoolSyncInstance", false]], "tarantooltuple (class in asynctnt)": [[4, "asynctnt.TarantoolTuple", false]], "tarantooltuple (class in asynctnt.iproto.protocol)": [[7, "asynctnt.iproto.protocol.TarantoolTuple", false]], "terminate() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.terminate", false]], "terminate() (asynctnt.instance.tarantoolinstance method)": [[5, "asynctnt.instance.TarantoolInstance.terminate", false]], "terminate() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.terminate", false]], "terminate() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.terminate", false]], "trace (asynctnt.iproto.protocol.iprotoerror attribute)": [[7, "asynctnt.iproto.protocol.IProtoError.trace", false]], "trace (asynctnt.iprotoerror attribute)": [[4, "asynctnt.IProtoError.trace", false]], "transactions (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.transactions", false]], "tupletype (in module asynctnt.types)": [[11, "asynctnt.types.TupleType", false]], "type (asynctnt.field attribute)": [[4, "asynctnt.Field.type", false]], "type (asynctnt.iproto.protocol.field attribute)": [[7, "asynctnt.iproto.protocol.Field.type", false]], "unique (asynctnt.iproto.protocol.schemaindex attribute)": [[7, "asynctnt.iproto.protocol.SchemaIndex.unique", false]], "unique (asynctnt.schemaindex attribute)": [[4, "asynctnt.SchemaIndex.unique", false]], "unprepare() (asynctnt.prepared.preparedstatement method)": [[9, "asynctnt.prepared.PreparedStatement.unprepare", false]], "unprepare_iproto() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.unprepare_iproto", false]], "update() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.update", false]], "update() (asynctnt.db method)": [[4, "asynctnt.Db.update", false]], "update() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.update", false]], "upsert() (asynctnt.api.api method)": [[1, "asynctnt.api.Api.upsert", false]], "upsert() (asynctnt.db method)": [[4, "asynctnt.Db.upsert", false]], "upsert() (asynctnt.iproto.protocol.db method)": [[7, "asynctnt.iproto.protocol.Db.upsert", false]], "username (asynctnt.connection property)": [[4, "asynctnt.Connection.username", false]], "username (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.username", false]], "values() (asynctnt.iproto.protocol.tarantooltuple method)": [[7, "asynctnt.iproto.protocol.TarantoolTuple.values", false]], "values() (asynctnt.tarantooltuple method)": [[4, "asynctnt.TarantoolTuple.values", false]], "version (asynctnt.connection property)": [[4, "asynctnt.Connection.version", false]], "version (asynctnt.connection.connection property)": [[2, "asynctnt.connection.Connection.version", false]], "version() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.version", false]], "version() (asynctnt.instance.tarantoolsyncinstance method)": [[5, "asynctnt.instance.TarantoolSyncInstance.version", false]], "wait() (asynctnt.instance.tarantoolinstanceprotocol method)": [[5, "asynctnt.instance.TarantoolInstanceProtocol.wait", false]], "wait_stopped() (asynctnt.instance.tarantoolasyncinstance method)": [[5, "asynctnt.instance.TarantoolAsyncInstance.wait_stopped", false]], "wait_timeout (asynctnt.instance.tarantoolsyncinstance attribute)": [[5, "asynctnt.instance.TarantoolSyncInstance.WAIT_TIMEOUT", false]], "watch_once (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.watch_once", false]], "watchers (asynctnt.iproto.protocol.iprotofeatures attribute)": [[7, "asynctnt.iproto.protocol.IProtoFeatures.watchers", false]], "week (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.week", false]], "week (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.week", false]], "year (asynctnt.iproto.protocol.mpinterval attribute)": [[7, "asynctnt.iproto.protocol.MPInterval.year", false]], "year (asynctnt.mpinterval attribute)": [[4, "asynctnt.MPInterval.year", false]]}, "objects": {"": [[4, 0, 0, "-", "asynctnt"]], "asynctnt": [[4, 1, 1, "", "Connection"], [4, 1, 1, "", "Db"], [4, 1, 1, "", "Field"], [4, 1, 1, "", "IProtoError"], [4, 1, 1, "", "IProtoErrorStackFrame"], [4, 1, 1, "", "MPInterval"], [4, 1, 1, "", "Metadata"], [4, 1, 1, "", "PushIterator"], [4, 1, 1, "", "Response"], [4, 1, 1, "", "Schema"], [4, 1, 1, "", "SchemaIndex"], [4, 1, 1, "", "SchemaSpace"], [4, 1, 1, "", "TarantoolTuple"], [4, 5, 1, "", "__version__"], [1, 0, 0, "-", "api"], [4, 6, 1, "", "connect"], [2, 0, 0, "-", "connection"], [3, 0, 0, "-", "exceptions"], [5, 0, 0, "-", "instance"], [6, 0, 0, "-", "iproto"], [8, 0, 0, "-", "log"], [9, 0, 0, "-", "prepared"], [10, 0, 0, "-", "stream"], [11, 0, 0, "-", "types"]], "asynctnt.Connection": [[4, 2, 1, "", "__aenter__"], [4, 2, 1, "", "__aexit__"], [4, 2, 1, "", "__repr__"], [4, 3, 1, "", "__slots__"], [4, 2, 1, "", "_connect"], [4, 2, 1, "", "_normalize_api"], [4, 2, 1, "", "_ping_task_func"], [4, 2, 1, "", "_set_state"], [4, 2, 1, "", "_start_reconnect"], [4, 2, 1, "", "_wait_reconnect"], [4, 4, 1, "", "auto_refetch_schema"], [4, 2, 1, "", "close"], [4, 2, 1, "", "connect"], [4, 4, 1, "", "connect_timeout"], [4, 2, 1, "", "connection_lost"], [4, 2, 1, "", "disconnect"], [4, 4, 1, "", "encoding"], [4, 4, 1, "", "features"], [4, 4, 1, "", "fetch_schema"], [4, 4, 1, "", "fingerprint"], [4, 4, 1, "", "host"], [4, 4, 1, "", "initial_read_buffer_size"], [4, 4, 1, "", "is_connected"], [4, 4, 1, "", "is_fully_connected"], [4, 4, 1, "", "password"], [4, 4, 1, "", "port"], [4, 2, 1, "", "protocol_factory"], [4, 2, 1, "", "reconnect"], [4, 4, 1, "", "reconnect_timeout"], [4, 2, 1, "", "refetch_schema"], [4, 4, 1, "", "request_timeout"], [4, 4, 1, "", "schema"], [4, 4, 1, "", "schema_id"], [4, 4, 1, "", "state"], [4, 2, 1, "", "stream"], [4, 4, 1, "", "username"], [4, 4, 1, "", "version"]], "asynctnt.Db": [[4, 2, 1, "", "begin"], [4, 2, 1, "", "call"], [4, 2, 1, "", "call16"], [4, 2, 1, "", "commit"], [4, 2, 1, "", "delete"], [4, 2, 1, "", "eval"], [4, 2, 1, "", "execute"], [4, 2, 1, "", "insert"], [4, 2, 1, "", "ping"], [4, 2, 1, "", "prepare"], [4, 2, 1, "", "replace"], [4, 2, 1, "", "rollback"], [4, 2, 1, "", "select"], [4, 2, 1, "", "set_stream_id"], [4, 4, 1, "", "stream_id"], [4, 2, 1, "", "update"], [4, 2, 1, "", "upsert"]], "asynctnt.Field": [[4, 3, 1, "", "collation"], [4, 3, 1, "", "is_autoincrement"], [4, 3, 1, "", "is_nullable"], [4, 3, 1, "", "name"], [4, 3, 1, "", "span"], [4, 3, 1, "", "type"]], "asynctnt.IProtoError": [[4, 3, 1, "", "trace"]], "asynctnt.IProtoErrorStackFrame": [[4, 3, 1, "", "code"], [4, 3, 1, "", "err_no"], [4, 3, 1, "", "error_type"], [4, 3, 1, "", "fields"], [4, 3, 1, "", "file"], [4, 3, 1, "", "line"], [4, 3, 1, "", "message"]], "asynctnt.MPInterval": [[4, 2, 1, "", "__eq__"], [4, 3, 1, "", "adjust"], [4, 3, 1, "", "day"], [4, 3, 1, "", "hour"], [4, 3, 1, "", "min"], [4, 3, 1, "", "month"], [4, 3, 1, "", "nsec"], [4, 3, 1, "", "sec"], [4, 3, 1, "", "week"], [4, 3, 1, "", "year"]], "asynctnt.Metadata": [[4, 3, 1, "", "fields"], [4, 3, 1, "", "name_id_map"]], "asynctnt.PushIterator": [[4, 2, 1, "", "__aiter__"], [4, 2, 1, "", "__anext__"], [4, 2, 1, "", "__iter__"], [4, 2, 1, "", "__next__"], [4, 4, 1, "", "response"]], "asynctnt.Response": [[4, 2, 1, "", "__getitem__"], [4, 2, 1, "", "__iter__"], [4, 2, 1, "", "__len__"], [4, 3, 1, "", "autoincrement_ids"], [4, 3, 1, "", "body"], [4, 4, 1, "", "code"], [4, 2, 1, "", "done"], [4, 3, 1, "", "encoding"], [4, 3, 1, "", "errmsg"], [4, 3, 1, "", "error"], [4, 3, 1, "", "metadata"], [4, 3, 1, "", "params"], [4, 3, 1, "", "params_count"], [4, 4, 1, "", "return_code"], [4, 4, 1, "", "rowcount"], [4, 4, 1, "", "schema_id"], [4, 4, 1, "", "stmt_id"], [4, 4, 1, "", "sync"]], "asynctnt.Schema": [[4, 3, 1, "", "id"], [4, 3, 1, "", "spaces"]], "asynctnt.SchemaIndex": [[4, 3, 1, "", "iid"], [4, 3, 1, "", "index_type"], [4, 3, 1, "", "metadata"], [4, 3, 1, "", "name"], [4, 3, 1, "", "sid"], [4, 3, 1, "", "unique"]], "asynctnt.SchemaSpace": [[4, 3, 1, "", "engine"], [4, 3, 1, "", "field_count"], [4, 3, 1, "", "flags"], [4, 3, 1, "", "indexes"], [4, 3, 1, "", "metadata"], [4, 3, 1, "", "name"], [4, 3, 1, "", "owner"], [4, 3, 1, "", "sid"]], "asynctnt.TarantoolTuple": [[4, 2, 1, "", "__contains__"], [4, 2, 1, "", "__getitem__"], [4, 2, 1, "", "__index__"], [4, 2, 1, "", "__iter__"], [4, 2, 1, "", "__len__"], [4, 2, 1, "", "__next__"], [4, 2, 1, "", "__repr__"], [4, 2, 1, "", "get"], [4, 2, 1, "", "items"], [4, 2, 1, "", "keys"], [4, 2, 1, "", "values"]], "asynctnt.api": [[1, 1, 1, "", "Api"], [1, 1, 1, "", "Isolation"], [1, 1, 1, "", "_DbMock"]], "asynctnt.api.Api": [[1, 3, 1, "", "__slots__"], [1, 2, 1, "", "_clear_db"], [1, 2, 1, "", "_set_db"], [1, 2, 1, "", "begin"], [1, 2, 1, "", "call"], [1, 2, 1, "", "call16"], [1, 2, 1, "", "commit"], [1, 2, 1, "", "delete"], [1, 2, 1, "", "eval"], [1, 2, 1, "", "execute"], [1, 2, 1, "", "insert"], [1, 2, 1, "", "ping"], [1, 2, 1, "", "prepare"], [1, 2, 1, "", "prepare_iproto"], [1, 2, 1, "", "replace"], [1, 2, 1, "", "rollback"], [1, 2, 1, "", "select"], [1, 2, 1, "", "unprepare_iproto"], [1, 2, 1, "", "update"], [1, 2, 1, "", "upsert"]], "asynctnt.api.Isolation": [[1, 3, 1, "", "BEST_EFFORT"], [1, 3, 1, "", "DEFAULT"], [1, 3, 1, "", "READ_COMMITTED"], [1, 3, 1, "", "READ_CONFIRMED"]], "asynctnt.api._DbMock": [[1, 2, 1, "", "__getattr__"]], "asynctnt.connection": [[2, 1, 1, "", "Connection"], [2, 1, 1, "", "ConnectionState"], [2, 6, 1, "", "connect"]], "asynctnt.connection.Connection": [[2, 2, 1, "", "__aenter__"], [2, 2, 1, "", "__aexit__"], [2, 2, 1, "", "__repr__"], [2, 3, 1, "", "__slots__"], [2, 2, 1, "", "_connect"], [2, 2, 1, "", "_normalize_api"], [2, 2, 1, "", "_ping_task_func"], [2, 2, 1, "", "_set_state"], [2, 2, 1, "", "_start_reconnect"], [2, 2, 1, "", "_wait_reconnect"], [2, 4, 1, "", "auto_refetch_schema"], [2, 2, 1, "", "close"], [2, 2, 1, "", "connect"], [2, 4, 1, "", "connect_timeout"], [2, 2, 1, "", "connection_lost"], [2, 2, 1, "", "disconnect"], [2, 4, 1, "", "encoding"], [2, 4, 1, "", "features"], [2, 4, 1, "", "fetch_schema"], [2, 4, 1, "", "fingerprint"], [2, 4, 1, "", "host"], [2, 4, 1, "", "initial_read_buffer_size"], [2, 4, 1, "", "is_connected"], [2, 4, 1, "", "is_fully_connected"], [2, 4, 1, "", "password"], [2, 4, 1, "", "port"], [2, 2, 1, "", "protocol_factory"], [2, 2, 1, "", "reconnect"], [2, 4, 1, "", "reconnect_timeout"], [2, 2, 1, "", "refetch_schema"], [2, 4, 1, "", "request_timeout"], [2, 4, 1, "", "schema"], [2, 4, 1, "", "schema_id"], [2, 4, 1, "", "state"], [2, 2, 1, "", "stream"], [2, 4, 1, "", "username"], [2, 4, 1, "", "version"]], "asynctnt.connection.ConnectionState": [[2, 3, 1, "", "CONNECTED"], [2, 3, 1, "", "CONNECTING"], [2, 3, 1, "", "DISCONNECTED"], [2, 3, 1, "", "DISCONNECTING"], [2, 3, 1, "", "RECONNECTING"]], "asynctnt.exceptions": [[3, 1, 1, "", "ErrorCode"], [3, 7, 1, "", "TarantoolDatabaseError"], [3, 7, 1, "", "TarantoolError"], [3, 7, 1, "", "TarantoolNetworkError"], [3, 7, 1, "", "TarantoolNotConnectedError"], [3, 7, 1, "", "TarantoolSchemaError"]], "asynctnt.exceptions.ErrorCode": [[3, 3, 1, "", "ER_ACCESS_DENIED"], [3, 3, 1, "", "ER_ACTION_MISMATCH"], [3, 3, 1, "", "ER_ACTIVE_TIMER"], [3, 3, 1, "", "ER_ACTIVE_TRANSACTION"], [3, 3, 1, "", "ER_ALREADY_RUNNING"], [3, 3, 1, "", "ER_ALTER_SEQUENCE"], [3, 3, 1, "", "ER_ALTER_SPACE"], [3, 3, 1, "", "ER_BACKUP_IN_PROGRESS"], [3, 3, 1, "", "ER_BEFORE_REPLACE_RET"], [3, 3, 1, "", "ER_BOOTSTRAP_READONLY"], [3, 3, 1, "", "ER_CANNOT_REGISTER"], [3, 3, 1, "", "ER_CANT_CREATE_COLLATION"], [3, 3, 1, "", "ER_CANT_UPDATE_PRIMARY_KEY"], [3, 3, 1, "", "ER_CASCADE_ROLLBACK"], [3, 3, 1, "", "ER_CFG"], [3, 3, 1, "", "ER_CHECKPOINT_IN_PROGRESS"], [3, 3, 1, "", "ER_CK_CONSTRAINT_FAILED"], [3, 3, 1, "", "ER_CK_DEF_UNSUPPORTED"], [3, 3, 1, "", "ER_COMMIT_IN_SUB_STMT"], [3, 3, 1, "", "ER_COMPLEX_FOREIGN_KEY_FAILED"], [3, 3, 1, "", "ER_COMPRESSION"], [3, 3, 1, "", "ER_CONNECTION_TO_SELF"], [3, 3, 1, "", "ER_CONSTRAINT_EXISTS"], [3, 3, 1, "", "ER_CREATE_CK_CONSTRAINT"], [3, 3, 1, "", "ER_CREATE_CONSTRAINT"], [3, 3, 1, "", "ER_CREATE_FK_CONSTRAINT"], [3, 3, 1, "", "ER_CREATE_FOREIGN_KEY"], [3, 3, 1, "", "ER_CREATE_FUNCTION"], [3, 3, 1, "", "ER_CREATE_ROLE"], [3, 3, 1, "", "ER_CREATE_SEQUENCE"], [3, 3, 1, "", "ER_CREATE_SPACE"], [3, 3, 1, "", "ER_CREATE_USER"], [3, 3, 1, "", "ER_CROSS_ENGINE_TRANSACTION"], [3, 3, 1, "", "ER_CURSOR_NO_TRANSACTION"], [3, 3, 1, "", "ER_DECOMPRESSION"], [3, 3, 1, "", "ER_DROP_COLLATION"], [3, 3, 1, "", "ER_DROP_FK_CONSTRAINT"], [3, 3, 1, "", "ER_DROP_FUNCTION"], [3, 3, 1, "", "ER_DROP_PRIMARY_KEY"], [3, 3, 1, "", "ER_DROP_SEQUENCE"], [3, 3, 1, "", "ER_DROP_SPACE"], [3, 3, 1, "", "ER_DROP_USER"], [3, 3, 1, "", "ER_ELECTION_DISABLED"], [3, 3, 1, "", "ER_EXACT_FIELD_COUNT"], [3, 3, 1, "", "ER_EXACT_MATCH"], [3, 3, 1, "", "ER_FIELD_CONSTRAINT_FAILED"], [3, 3, 1, "", "ER_FIELD_FOREIGN_KEY_FAILED"], [3, 3, 1, "", "ER_FIELD_MISSING"], [3, 3, 1, "", "ER_FIELD_TYPE"], [3, 3, 1, "", "ER_FOREIGN_KEY_CONSTRAINT"], [3, 3, 1, "", "ER_FOREIGN_KEY_INTEGRITY"], [3, 3, 1, "", "ER_FORMAT_MISMATCH_INDEX_PART"], [3, 3, 1, "", "ER_FUNCTION_EXISTS"], [3, 3, 1, "", "ER_FUNCTION_LANGUAGE"], [3, 3, 1, "", "ER_FUNCTION_TX_ACTIVE"], [3, 3, 1, "", "ER_FUNC_INDEX_FORMAT"], [3, 3, 1, "", "ER_FUNC_INDEX_FUNC"], [3, 3, 1, "", "ER_FUNC_INDEX_PARTS"], [3, 3, 1, "", "ER_FUNC_INVALID_RETURN_TYPE"], [3, 3, 1, "", "ER_FUNC_WRONG_ARG_COUNT"], [3, 3, 1, "", "ER_GRANT"], [3, 3, 1, "", "ER_GUEST_USER_PASSWORD"], [3, 3, 1, "", "ER_HEX_LITERAL_MAX"], [3, 3, 1, "", "ER_IDENTIFIER"], [3, 3, 1, "", "ER_ILLEGAL_COLLATION_MIX"], [3, 3, 1, "", "ER_ILLEGAL_PARAMS"], [3, 3, 1, "", "ER_INCONSISTENT_TYPES"], [3, 3, 1, "", "ER_INDEX_DEF_UNSUPPORTED"], [3, 3, 1, "", "ER_INDEX_EXISTS"], [3, 3, 1, "", "ER_INDEX_EXISTS_IN_SPACE"], [3, 3, 1, "", "ER_INDEX_FIELD_COUNT_LIMIT"], [3, 3, 1, "", "ER_INDEX_PART_TYPE_MISMATCH"], [3, 3, 1, "", "ER_INDEX_TYPE"], [3, 3, 1, "", "ER_INJECTION"], [3, 3, 1, "", "ER_INSTANCE_UUID_MISMATCH"], [3, 3, 1, "", "ER_INTERFERING_PROMOTE"], [3, 3, 1, "", "ER_INT_LITERAL_MAX"], [3, 3, 1, "", "ER_INVALID_INDEX_FILE"], [3, 3, 1, "", "ER_INVALID_MSGPACK"], [3, 3, 1, "", "ER_INVALID_ORDER"], [3, 3, 1, "", "ER_INVALID_RUN_FILE"], [3, 3, 1, "", "ER_INVALID_UUID"], [3, 3, 1, "", "ER_INVALID_VYLOG_FILE"], [3, 3, 1, "", "ER_INVALID_XLOG"], [3, 3, 1, "", "ER_INVALID_XLOG_NAME"], [3, 3, 1, "", "ER_INVALID_XLOG_ORDER"], [3, 3, 1, "", "ER_INVALID_XLOG_TYPE"], [3, 3, 1, "", "ER_ITERATOR_TYPE"], [3, 3, 1, "", "ER_KEY_PART_COUNT"], [3, 3, 1, "", "ER_KEY_PART_IS_TOO_LONG"], [3, 3, 1, "", "ER_KEY_PART_TYPE"], [3, 3, 1, "", "ER_LAST_DROP"], [3, 3, 1, "", "ER_LOADING"], [3, 3, 1, "", "ER_LOAD_FUNCTION"], [3, 3, 1, "", "ER_LOAD_MODULE"], [3, 3, 1, "", "ER_LOCAL_INSTANCE_ID_IS_READ_ONLY"], [3, 3, 1, "", "ER_MEMORY_ISSUE"], [3, 3, 1, "", "ER_MEMTX_MAX_TUPLE_SIZE"], [3, 3, 1, "", "ER_MISSING_REQUEST_FIELD"], [3, 3, 1, "", "ER_MISSING_SNAPSHOT"], [3, 3, 1, "", "ER_MODIFY_INDEX"], [3, 3, 1, "", "ER_MORE_THAN_ONE_TUPLE"], [3, 3, 1, "", "ER_MULTIKEY_INDEX_MISMATCH"], [3, 3, 1, "", "ER_MULTISTATEMENT_TRANSACTION"], [3, 3, 1, "", "ER_NONMASTER"], [3, 3, 1, "", "ER_NOT_LEADER"], [3, 3, 1, "", "ER_NO_CONNECTION"], [3, 3, 1, "", "ER_NO_ELECTION_QUORUM"], [3, 3, 1, "", "ER_NO_SUCH_COLLATION"], [3, 3, 1, "", "ER_NO_SUCH_CONSTRAINT"], [3, 3, 1, "", "ER_NO_SUCH_ENGINE"], [3, 3, 1, "", "ER_NO_SUCH_FIELD_NAME"], [3, 3, 1, "", "ER_NO_SUCH_FIELD_NAME_IN_SPACE"], [3, 3, 1, "", "ER_NO_SUCH_FIELD_NO"], [3, 3, 1, "", "ER_NO_SUCH_FUNCTION"], [3, 3, 1, "", "ER_NO_SUCH_GROUP"], [3, 3, 1, "", "ER_NO_SUCH_INDEX_ID"], [3, 3, 1, "", "ER_NO_SUCH_INDEX_NAME"], [3, 3, 1, "", "ER_NO_SUCH_MODULE"], [3, 3, 1, "", "ER_NO_SUCH_PROC"], [3, 3, 1, "", "ER_NO_SUCH_ROLE"], [3, 3, 1, "", "ER_NO_SUCH_SAVEPOINT"], [3, 3, 1, "", "ER_NO_SUCH_SEQUENCE"], [3, 3, 1, "", "ER_NO_SUCH_SESSION_SETTING"], [3, 3, 1, "", "ER_NO_SUCH_SPACE"], [3, 3, 1, "", "ER_NO_SUCH_TRIGGER"], [3, 3, 1, "", "ER_NO_SUCH_USER"], [3, 3, 1, "", "ER_NO_TRANSACTION"], [3, 3, 1, "", "ER_NULLABLE_PRIMARY"], [3, 3, 1, "", "ER_PARTIAL_KEY"], [3, 3, 1, "", "ER_PASSWORD_MISMATCH"], [3, 3, 1, "", "ER_PRIV_GRANTED"], [3, 3, 1, "", "ER_PRIV_NOT_GRANTED"], [3, 3, 1, "", "ER_PROC_C"], [3, 3, 1, "", "ER_PROC_LUA"], [3, 3, 1, "", "ER_PROC_RET"], [3, 3, 1, "", "ER_PROTOCOL"], [3, 3, 1, "", "ER_QUORUM_WAIT"], [3, 3, 1, "", "ER_READONLY"], [3, 3, 1, "", "ER_READ_VIEW_ABORTED"], [3, 3, 1, "", "ER_RELOAD_CFG"], [3, 3, 1, "", "ER_REPLICASET_UUID_IS_RO"], [3, 3, 1, "", "ER_REPLICASET_UUID_MISMATCH"], [3, 3, 1, "", "ER_REPLICA_ID_IS_RESERVED"], [3, 3, 1, "", "ER_REPLICA_MAX"], [3, 3, 1, "", "ER_REPLICA_NOT_ANON"], [3, 3, 1, "", "ER_ROLE_EXISTS"], [3, 3, 1, "", "ER_ROLE_GRANTED"], [3, 3, 1, "", "ER_ROLE_LOOP"], [3, 3, 1, "", "ER_ROLE_NOT_GRANTED"], [3, 3, 1, "", "ER_ROLLBACK_IN_SUB_STMT"], [3, 3, 1, "", "ER_ROWID_OVERFLOW"], [3, 3, 1, "", "ER_RTREE_RECT"], [3, 3, 1, "", "ER_SAVEPOINT_EMPTY_TX"], [3, 3, 1, "", "ER_SEQUENCE_EXISTS"], [3, 3, 1, "", "ER_SEQUENCE_NOT_STARTED"], [3, 3, 1, "", "ER_SEQUENCE_OVERFLOW"], [3, 3, 1, "", "ER_SESSION_CLOSED"], [3, 3, 1, "", "ER_SESSION_SETTING_INVALID_VALUE"], [3, 3, 1, "", "ER_SPACE_EXISTS"], [3, 3, 1, "", "ER_SPACE_FIELD_IS_DUPLICATE"], [3, 3, 1, "", "ER_SPLIT_BRAIN"], [3, 3, 1, "", "ER_SQL_ANALYZE_ARGUMENT"], [3, 3, 1, "", "ER_SQL_BIND_NOT_FOUND"], [3, 3, 1, "", "ER_SQL_BIND_PARAMETER_MAX"], [3, 3, 1, "", "ER_SQL_BIND_TYPE"], [3, 3, 1, "", "ER_SQL_BIND_VALUE"], [3, 3, 1, "", "ER_SQL_CANT_ADD_AUTOINC"], [3, 3, 1, "", "ER_SQL_CANT_RESOLVE_FIELD"], [3, 3, 1, "", "ER_SQL_COLUMN_COUNT"], [3, 3, 1, "", "ER_SQL_COLUMN_COUNT_MAX"], [3, 3, 1, "", "ER_SQL_EXECUTE"], [3, 3, 1, "", "ER_SQL_FUNC_WRONG_RET_COUNT"], [3, 3, 1, "", "ER_SQL_KEYWORD_IS_RESERVED"], [3, 3, 1, "", "ER_SQL_NO_SUCH_PRAGMA"], [3, 3, 1, "", "ER_SQL_PARSER_GENERIC"], [3, 3, 1, "", "ER_SQL_PARSER_GENERIC_WITH_POS"], [3, 3, 1, "", "ER_SQL_PARSER_LIMIT"], [3, 3, 1, "", "ER_SQL_PREPARE"], [3, 3, 1, "", "ER_SQL_SELECT_WILDCARD"], [3, 3, 1, "", "ER_SQL_STACK_OVERFLOW"], [3, 3, 1, "", "ER_SQL_STATEMENT_EMPTY"], [3, 3, 1, "", "ER_SQL_SYNTAX_NEAR_TOKEN"], [3, 3, 1, "", "ER_SQL_SYNTAX_WITH_POS"], [3, 3, 1, "", "ER_SQL_TYPE_MISMATCH"], [3, 3, 1, "", "ER_SQL_UNKNOWN_TOKEN"], [3, 3, 1, "", "ER_SSL"], [3, 3, 1, "", "ER_SUB_STMT_MAX"], [3, 3, 1, "", "ER_SYNC_MASTER_MISMATCH"], [3, 3, 1, "", "ER_SYNC_QUEUE_FOREIGN"], [3, 3, 1, "", "ER_SYNC_QUEUE_UNCLAIMED"], [3, 3, 1, "", "ER_SYNC_QUORUM_TIMEOUT"], [3, 3, 1, "", "ER_SYNC_ROLLBACK"], [3, 3, 1, "", "ER_SYSTEM"], [3, 3, 1, "", "ER_TIMEOUT"], [3, 3, 1, "", "ER_TOO_EARLY_SUBSCRIBE"], [3, 3, 1, "", "ER_TRANSACTION_CONFLICT"], [3, 3, 1, "", "ER_TRANSACTION_TIMEOUT"], [3, 3, 1, "", "ER_TRANSACTION_YIELD"], [3, 3, 1, "", "ER_TRIGGER_EXISTS"], [3, 3, 1, "", "ER_TRUNCATE_SYSTEM_SPACE"], [3, 3, 1, "", "ER_TUPLE_CONSTRAINT_FAILED"], [3, 3, 1, "", "ER_TUPLE_FIELD_COUNT_LIMIT"], [3, 3, 1, "", "ER_TUPLE_FORMAT_LIMIT"], [3, 3, 1, "", "ER_TUPLE_FOUND"], [3, 3, 1, "", "ER_TUPLE_METADATA_IS_TOO_BIG"], [3, 3, 1, "", "ER_TUPLE_NOT_ARRAY"], [3, 3, 1, "", "ER_TUPLE_NOT_FOUND"], [3, 3, 1, "", "ER_TXN_ROLLBACK"], [3, 3, 1, "", "ER_UNABLE_TO_PROCESS_IN_STREAM"], [3, 3, 1, "", "ER_UNABLE_TO_PROCESS_OUT_OF_STREAM"], [3, 3, 1, "", "ER_UNCOMMITTED_FOREIGN_SYNC_TXNS"], [3, 3, 1, "", "ER_UNKNOWN"], [3, 3, 1, "", "ER_UNKNOWN_REPLICA"], [3, 3, 1, "", "ER_UNKNOWN_REQUEST_TYPE"], [3, 3, 1, "", "ER_UNKNOWN_RTREE_INDEX_DISTANCE_TYPE"], [3, 3, 1, "", "ER_UNKNOWN_SCHEMA_OBJECT"], [3, 3, 1, "", "ER_UNKNOWN_UPDATE_OP"], [3, 3, 1, "", "ER_UNSUPPORTED"], [3, 3, 1, "", "ER_UNSUPPORTED_INDEX_FEATURE"], [3, 3, 1, "", "ER_UNSUPPORTED_PRIV"], [3, 3, 1, "", "ER_UPDATE_ARG_TYPE"], [3, 3, 1, "", "ER_UPDATE_DECIMAL_OVERFLOW"], [3, 3, 1, "", "ER_UPDATE_FIELD"], [3, 3, 1, "", "ER_UPDATE_INTEGER_OVERFLOW"], [3, 3, 1, "", "ER_UPDATE_SPLICE"], [3, 3, 1, "", "ER_UPSERT_UNIQUE_SECONDARY_KEY"], [3, 3, 1, "", "ER_USER_EXISTS"], [3, 3, 1, "", "ER_USER_MAX"], [3, 3, 1, "", "ER_VIEW_IS_RO"], [3, 3, 1, "", "ER_VIEW_MISSING_SQL"], [3, 3, 1, "", "ER_VINYL_MAX_TUPLE_SIZE"], [3, 3, 1, "", "ER_VY_QUOTA_TIMEOUT"], [3, 3, 1, "", "ER_WAL_IO"], [3, 3, 1, "", "ER_WRONG_COLLATION_OPTIONS"], [3, 3, 1, "", "ER_WRONG_DD_VERSION"], [3, 3, 1, "", "ER_WRONG_INDEX_OPTIONS"], [3, 3, 1, "", "ER_WRONG_INDEX_PARTS"], [3, 3, 1, "", "ER_WRONG_INDEX_RECORD"], [3, 3, 1, "", "ER_WRONG_QUERY_ID"], [3, 3, 1, "", "ER_WRONG_SCHEMA_VERSION"], [3, 3, 1, "", "ER_WRONG_SPACE_FORMAT"], [3, 3, 1, "", "ER_WRONG_SPACE_OPTIONS"], [3, 3, 1, "", "ER_WRONG_SPACE_UPGRADE_OPTIONS"], [3, 3, 1, "", "ER_XLOG_GAP"]], "asynctnt.instance": [[5, 1, 1, "", "TarantoolAsyncInstance"], [5, 1, 1, "", "TarantoolInstance"], [5, 1, 1, "", "TarantoolInstanceProtocol"], [5, 1, 1, "", "TarantoolSyncDockerInstance"], [5, 1, 1, "", "TarantoolSyncInstance"]], "asynctnt.instance.TarantoolAsyncInstance": [[5, 2, 1, "", "_on_process_exit"], [5, 2, 1, "", "cleanup"], [5, 2, 1, "", "command"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "pid"], [5, 2, 1, "", "prepare"], [5, 2, 1, "", "start"], [5, 2, 1, "", "stop"], [5, 2, 1, "", "terminate"], [5, 2, 1, "", "version"], [5, 2, 1, "", "wait_stopped"]], "asynctnt.instance.TarantoolInstance": [[5, 2, 1, "", "_create_initlua_template"], [5, 2, 1, "", "_generate_root_folder_name"], [5, 2, 1, "", "_generate_title"], [5, 2, 1, "", "_random_string"], [5, 2, 1, "", "_render_initlua"], [5, 2, 1, "", "_save_initlua"], [5, 2, 1, "", "cleanup"], [5, 2, 1, "", "command"], [5, 4, 1, "", "console_port"], [5, 4, 1, "", "fingerprint"], [5, 2, 1, "", "get_random_port"], [5, 4, 1, "", "host"], [5, 4, 1, "", "is_running"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "logger"], [5, 4, 1, "", "pid"], [5, 4, 1, "", "port"], [5, 2, 1, "", "prepare"], [5, 4, 1, "", "replication_source"], [5, 2, 1, "", "start"], [5, 2, 1, "", "stop"], [5, 2, 1, "", "terminate"]], "asynctnt.instance.TarantoolInstanceProtocol": [[5, 2, 1, "", "connection_made"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "logger"], [5, 4, 1, "", "pid"], [5, 2, 1, "", "pipe_data_received"], [5, 2, 1, "", "process_exited"], [5, 4, 1, "", "returncode"], [5, 2, 1, "", "send_signal"], [5, 2, 1, "", "terminate"], [5, 2, 1, "", "wait"]], "asynctnt.instance.TarantoolSyncDockerInstance": [[5, 4, 1, "", "bin_version"]], "asynctnt.instance.TarantoolSyncInstance": [[5, 3, 1, "", "WAIT_TIMEOUT"], [5, 2, 1, "", "__enter__"], [5, 2, 1, "", "__exit__"], [5, 2, 1, "", "_log_reader"], [5, 2, 1, "", "_parse_version"], [5, 2, 1, "", "_wait"], [5, 4, 1, "", "bin_version"], [5, 2, 1, "", "cleanup"], [5, 2, 1, "", "command"], [5, 2, 1, "", "kill"], [5, 4, 1, "", "pid"], [5, 2, 1, "", "start"], [5, 2, 1, "", "stop"], [5, 2, 1, "", "terminate"], [5, 2, 1, "", "version"]], "asynctnt.iproto": [[7, 0, 0, "-", "protocol"]], "asynctnt.iproto.protocol": [[7, 5, 1, "", "BodyItem"], [7, 1, 1, "", "Db"], [7, 1, 1, "", "Field"], [7, 1, 1, "", "IProtoError"], [7, 1, 1, "", "IProtoErrorStackFrame"], [7, 1, 1, "", "IProtoFeatures"], [7, 1, 1, "", "MPInterval"], [7, 1, 1, "", "Metadata"], [7, 1, 1, "", "Protocol"], [7, 1, 1, "", "PushIterator"], [7, 1, 1, "", "Response"], [7, 1, 1, "", "Schema"], [7, 1, 1, "", "SchemaIndex"], [7, 1, 1, "", "SchemaSpace"], [7, 1, 1, "", "TarantoolTuple"]], "asynctnt.iproto.protocol.Db": [[7, 2, 1, "", "begin"], [7, 2, 1, "", "call"], [7, 2, 1, "", "call16"], [7, 2, 1, "", "commit"], [7, 2, 1, "", "delete"], [7, 2, 1, "", "eval"], [7, 2, 1, "", "execute"], [7, 2, 1, "", "insert"], [7, 2, 1, "", "ping"], [7, 2, 1, "", "prepare"], [7, 2, 1, "", "replace"], [7, 2, 1, "", "rollback"], [7, 2, 1, "", "select"], [7, 2, 1, "", "set_stream_id"], [7, 4, 1, "", "stream_id"], [7, 2, 1, "", "update"], [7, 2, 1, "", "upsert"]], "asynctnt.iproto.protocol.Field": [[7, 3, 1, "", "collation"], [7, 3, 1, "", "is_autoincrement"], [7, 3, 1, "", "is_nullable"], [7, 3, 1, "", "name"], [7, 3, 1, "", "span"], [7, 3, 1, "", "type"]], "asynctnt.iproto.protocol.IProtoError": [[7, 3, 1, "", "trace"]], "asynctnt.iproto.protocol.IProtoErrorStackFrame": [[7, 3, 1, "", "code"], [7, 3, 1, "", "err_no"], [7, 3, 1, "", "error_type"], [7, 3, 1, "", "fields"], [7, 3, 1, "", "file"], [7, 3, 1, "", "line"], [7, 3, 1, "", "message"]], "asynctnt.iproto.protocol.IProtoFeatures": [[7, 3, 1, "", "call_arg_tuple_extension"], [7, 3, 1, "", "call_ret_tuple_extension"], [7, 3, 1, "", "dml_tuple_extension"], [7, 3, 1, "", "error_extension"], [7, 3, 1, "", "pagination"], [7, 3, 1, "", "space_and_index_names"], [7, 3, 1, "", "streams"], [7, 3, 1, "", "transactions"], [7, 3, 1, "", "watch_once"], [7, 3, 1, "", "watchers"]], "asynctnt.iproto.protocol.MPInterval": [[7, 2, 1, "", "__eq__"], [7, 3, 1, "", "adjust"], [7, 3, 1, "", "day"], [7, 3, 1, "", "hour"], [7, 3, 1, "", "min"], [7, 3, 1, "", "month"], [7, 3, 1, "", "nsec"], [7, 3, 1, "", "sec"], [7, 3, 1, "", "week"], [7, 3, 1, "", "year"]], "asynctnt.iproto.protocol.Metadata": [[7, 3, 1, "", "fields"], [7, 3, 1, "", "name_id_map"]], "asynctnt.iproto.protocol.Protocol": [[7, 2, 1, "", "create_db"], [7, 4, 1, "", "features"], [7, 2, 1, "", "get_common_db"], [7, 2, 1, "", "get_version"], [7, 2, 1, "", "is_connected"], [7, 2, 1, "", "is_fully_connected"], [7, 2, 1, "", "refetch_schema"], [7, 4, 1, "", "schema"], [7, 4, 1, "", "schema_id"]], "asynctnt.iproto.protocol.PushIterator": [[7, 2, 1, "", "__aiter__"], [7, 2, 1, "", "__anext__"], [7, 2, 1, "", "__iter__"], [7, 2, 1, "", "__next__"], [7, 4, 1, "", "response"]], "asynctnt.iproto.protocol.Response": [[7, 2, 1, "", "__getitem__"], [7, 2, 1, "", "__iter__"], [7, 2, 1, "", "__len__"], [7, 3, 1, "", "autoincrement_ids"], [7, 3, 1, "", "body"], [7, 4, 1, "", "code"], [7, 2, 1, "", "done"], [7, 3, 1, "", "encoding"], [7, 3, 1, "", "errmsg"], [7, 3, 1, "", "error"], [7, 3, 1, "", "metadata"], [7, 3, 1, "", "params"], [7, 3, 1, "", "params_count"], [7, 4, 1, "", "return_code"], [7, 4, 1, "", "rowcount"], [7, 4, 1, "", "schema_id"], [7, 4, 1, "", "stmt_id"], [7, 4, 1, "", "sync"]], "asynctnt.iproto.protocol.Schema": [[7, 3, 1, "", "id"], [7, 3, 1, "", "spaces"]], "asynctnt.iproto.protocol.SchemaIndex": [[7, 3, 1, "", "iid"], [7, 3, 1, "", "index_type"], [7, 3, 1, "", "metadata"], [7, 3, 1, "", "name"], [7, 3, 1, "", "sid"], [7, 3, 1, "", "unique"]], "asynctnt.iproto.protocol.SchemaSpace": [[7, 3, 1, "", "engine"], [7, 3, 1, "", "field_count"], [7, 3, 1, "", "flags"], [7, 3, 1, "", "indexes"], [7, 3, 1, "", "metadata"], [7, 3, 1, "", "name"], [7, 3, 1, "", "owner"], [7, 3, 1, "", "sid"]], "asynctnt.iproto.protocol.TarantoolTuple": [[7, 2, 1, "", "__contains__"], [7, 2, 1, "", "__getitem__"], [7, 2, 1, "", "__index__"], [7, 2, 1, "", "__iter__"], [7, 2, 1, "", "__len__"], [7, 2, 1, "", "__next__"], [7, 2, 1, "", "__repr__"], [7, 2, 1, "", "get"], [7, 2, 1, "", "items"], [7, 2, 1, "", "keys"], [7, 2, 1, "", "values"]], "asynctnt.log": [[8, 5, 1, "", "logger"]], "asynctnt.prepared": [[9, 1, 1, "", "PreparedStatement"]], "asynctnt.prepared.PreparedStatement": [[9, 2, 1, "", "__aenter__"], [9, 2, 1, "", "__aexit__"], [9, 3, 1, "", "__slots__"], [9, 2, 1, "", "execute"], [9, 4, 1, "", "id"], [9, 4, 1, "", "params"], [9, 4, 1, "", "params_count"], [9, 2, 1, "", "prepare"], [9, 2, 1, "", "unprepare"]], "asynctnt.stream": [[10, 1, 1, "", "Stream"]], "asynctnt.stream.Stream": [[10, 2, 1, "", "__aenter__"], [10, 2, 1, "", "__aexit__"], [10, 4, 1, "", "stream_id"]], "asynctnt.types": [[11, 5, 1, "", "IndexType"], [11, 5, 1, "", "KeyType"], [11, 5, 1, "", "MethodRet"], [11, 5, 1, "", "SpaceType"], [11, 5, 1, "", "TupleType"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "property", "Python property"], "5": ["py", "data", "Python data"], "6": ["py", "function", "Python function"], "7": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:attribute", "4": "py:property", "5": "py:data", "6": "py:function", "7": "py:exception"}, "terms": {"": [0, 1, 2, 4, 13, 17, 18, 19, 21], "0": [1, 2, 3, 4, 5, 7, 9, 13, 14, 17, 18, 20], "01": 0, "06": 18, "07": 18, "0c6680a300e31714f475a7f90c2d95a02d001d80": 0, "1": [1, 2, 3, 4, 5, 7, 9, 12, 13, 14, 17, 18, 19, 20, 21], "10": [0, 3, 5, 18, 19, 21], "100": 3, "10077": 18, "101": 3, "102": 3, "103": 3, "104": 3, "10431": 18, "105": 3, "106": 3, "10631": 18, "107": 3, "108": 3, "10832": 18, "109": 3, "11": [0, 3, 13, 18], "110": 3, "111": 3, "112": 3, "113": 3, "114": 3, "115": 3, "11586": 18, "116": 3, "117": 3, "118": 3, "119": 3, "12": [3, 14], "120": 3, "121": 3, "121542": 18, "121892": 18, "122": 3, "123": 3, "124": 3, "125": 3, "126": 3, "127": [2, 3, 4, 5, 13, 18, 20], "128": 3, "129": 3, "12940": 18, "13": [3, 14], "130": 3, "131": 3, "132": 3, "133": 3, "134": 3, "135": 3, "135491": 18, "136": 3, "137": 3, "137557": 18, "138": 3, "139": 3, "14": [0, 3], "140": 3, "141": 3, "142": 3, "143": 3, "144": 3, "145": 3, "146": 3, "147": 3, "148": 3, "149": 3, "15": 3, "150": 3, "151": 3, "152": 3, "152526": 18, "153": 3, "154": 3, "155": 3, "156": 3, "157": 3, "158": 3, "159": 3, "16": [3, 18, 19], "160": 3, "161": 3, "162": 3, "163": 3, "164": 3, "165": 3, "16562": 18, "166": 3, "167": 3, "16718": 18, "168": 3, "169": 3, "16967": 18, "16989": 18, "16gb": 18, "17": [0, 3, 17], "170": 3, "17040": 18, "171": 3, "172": 3, "173": 3, "174": 3, "175": 3, "176": 3, "177": 3, "178": 3, "179": 3, "18": [0, 3], "180": 3, "181": 3, "182": 3, "183": 3, "184": 3, "185": 3, "186": 3, "187": 3, "18783": 18, "188": 3, "189": 3, "19": [0, 3, 18], "190": 3, "191": 3, "192": 3, "193": 3, "194": 3, "195": 3, "196": 3, "197": 3, "1970": 0, "198": 3, "199": 3, "19980": 18, "2": [1, 2, 3, 4, 14, 17, 18, 19, 20, 21], "20": [1, 3], "200": 3, "200k": 18, "201": 3, "202": 3, "2020": 18, "203": 3, "204": 3, "205": 3, "206": 3, "207": 3, "208": 3, "209": 3, "21": [0, 3, 18], "210": 3, "211": 3, "212": 3, "213": 3, "214": 3, "215": 3, "215756": 18, "216": 3, "217": 3, "218": 3, "219": 3, "22": 3, "220": 3, "221": 3, "222": 3, "223": 3, "224": 3, "225": 3, "226": 3, "227": 3, "228": 3, "229": 3, "23": 3, "230": 3, "231": 3, "232": 3, "233": 3, "234": 3, "235": 3, "236": 3, "237": 3, "238": 3, "239": 3, "24": [3, 18], "240": 3, "241": 3, "242": 3, "243": 3, "244": 3, "25": [3, 18, 19], "26": [0, 3], "27": 3, "28": [3, 18], "29": [0, 3], "3": [1, 2, 3, 4, 14, 17, 18, 19], "30": [0, 3], "300": 18, "31": [3, 18], "32": 3, "33": 3, "3301": [2, 4, 5, 13, 18, 19, 20], "3302": 5, "34": [0, 3], "35": 3, "36": 3, "37": 3, "3733": 18, "38": [3, 18], "39": 3, "4": [2, 3, 17, 19], "40": [3, 18], "40k": 18, "41": 3, "42": [1, 3, 17, 18], "4294967295": [4, 7], "42e8": 18, "43": 3, "44": 3, "45": 3, "46": 3, "47": 3, "48": 3, "49": 3, "5": [0, 2, 3, 4, 5, 17, 19], "50": [0, 3], "51": 3, "512": 1, "52": 3, "53": 3, "54": 3, "55": 3, "56": [3, 18], "57": [3, 18], "58": 3, "58377": 18, "59": 3, "6": [0, 2, 3, 4, 17], "60": [0, 3], "61": [3, 18], "61077": 18, "61584": 18, "62": 3, "63": 3, "63003": 18, "64": 3, "65": 3, "65594": 18, "66": 3, "67": 3, "68": 3, "69": 3, "7": [0, 1, 2, 3, 4, 17, 18], "70": 3, "71": 3, "72": 3, "73": 3, "74": 3, "74651": 18, "75": [3, 18], "76": 3, "77": 3, "78": 3, "79": 3, "8": [0, 3, 17], "80": [3, 18], "81": [3, 18], "82": [3, 18], "83": 3, "84": [3, 18], "85": [3, 18], "86": 3, "87": 3, "88": [3, 18], "88341": 18, "89": 3, "9": [0, 3, 19], "90": 3, "91": 3, "92": 3, "93": [3, 18], "94": 3, "95": [3, 18], "96": 3, "9613": 18, "96891": 18, "97": [3, 18], "98": 3, "99": 3, "A": 1, "And": 17, "For": 19, "If": [1, 4, 7, 9, 10, 18], "In": 19, "It": [0, 1, 18], "On": 18, "One": 0, "The": 5, "To": [5, 15, 19], "__aenter__": [2, 4, 9, 10], "__aexit__": [2, 4, 9, 10], "__aiter__": [4, 7], "__anext__": [4, 7], "__contains__": [4, 7], "__enter__": 5, "__eq__": [4, 7], "__exit__": 5, "__getattr__": 1, "__getitem__": [4, 7], "__index__": [4, 7], "__iter__": [4, 7], "__len__": [4, 7], "__next__": [4, 7], "__repr__": [2, 4, 7], "__slots__": [1, 2, 4, 9], "__version__": 4, "_api": 9, "_auto_refetch_schema": [2, 4], "_clear_db": 1, "_connect": [2, 4], "_create_initlua_templ": 5, "_db": 1, "_dbmock": 1, "_fetch_schema": [2, 4], "_generate_root_folder_nam": 5, "_generate_titl": 5, "_host": [2, 4], "_log_read": 5, "_normalize_api": [2, 4], "_on_process_exit": 5, "_param": 9, "_params_count": 9, "_parse_vers": 5, "_password": [2, 4], "_ping_task_func": [2, 4], "_port": [2, 4], "_queri": 9, "_random_str": 5, "_render_initlua": 5, "_save_initlua": 5, "_set_db": 1, "_set_stat": [2, 4], "_space": [1, 16], "_start_reconnect": [2, 4], "_stmt_id": 9, "_testbas": 0, "_usernam": [2, 4], "_wait": 5, "_wait_reconnect": [2, 4], "abil": [0, 16, 18, 19], "abl": 0, "about": 18, "abstract": 5, "abstracteventloop": [2, 4], "acc": 0, "access": [0, 16, 18, 20], "accident": 0, "accordingli": 0, "act": [1, 18], "activ": [2, 4], "actual": 0, "ad": 0, "adjust": [4, 7], "after": 0, "against": 0, "agnost": 0, "aiotarantool": 18, "aliv": 0, "all": [0, 2, 4, 18, 19, 20], "allow": 21, "alreadi": 1, "also": [1, 2, 17, 18, 20, 21], "altern": 18, "an": [0, 1, 2, 4, 17, 18, 19], "ani": [0, 1, 3, 4, 7, 9, 21], "anoth": 0, "anyth": [0, 1], "apach": 18, "api": [0, 2, 4, 9, 10, 14, 18, 21], "app": 5, "applic": 18, "applua": 5, "appropri": 18, "ar": [0, 1, 2, 9, 10, 18, 20, 21], "arg": [1, 4, 7, 9], "argument": [0, 1, 5, 9], "ascii_lowercas": 5, "ascii_uppercas": 5, "assert": [17, 20], "associ": 20, "assum": 1, "async": [0, 2, 4, 5, 7, 9, 10, 13, 17, 18, 19, 20, 21], "asyncio": [0, 2, 4, 5, 7, 13, 18, 19, 20], "asyncpg": 18, "asynctnt": [0, 12, 13, 15, 16, 17, 19, 20, 21], "auth": [2, 4], "author": 18, "auto": [0, 12, 18, 20], "auto_refetch_schema": [2, 4], "autoapi": 12, "autoincr": [0, 4, 7, 20], "autoincrement_id": [4, 7, 20], "automat": [9, 10, 18, 20], "avail": [0, 2, 4, 18, 21], "await": [1, 13, 16, 17, 18, 19, 20, 21], "b": 1, "background": 0, "base": [1, 2, 3, 4, 5, 10], "basic": [1, 14], "bd12": 18, "befor": [0, 19], "begin": [1, 4, 7, 10, 21], "behaviour": 1, "behind": 21, "being": 0, "below": 18, "benchmark": 18, "best_effort": 1, "better": 1, "bfcc564443a6": 18, "bin_vers": 5, "bind": [0, 18], "bit": 0, "black": 0, "block": 0, "bodi": [0, 4, 7, 13], "body2yaml": 0, "bodyitem": [4, 7], "bond": [1, 18, 20], "book": 1, "bool": [1, 2, 4, 7, 9], "bound": [9, 19], "box": [0, 1, 13, 17, 18, 19, 20, 21], "box_iproto": [2, 4], "box_spac": 1, "break": 0, "brought": 18, "bug": 0, "build": 0, "byte": [4, 5, 7], "call": [0, 1, 2, 4, 5, 7, 9, 10, 13, 17, 18, 19, 20, 21], "call16": [1, 4, 7], "call_arg_tuple_extens": 7, "call_ret_tuple_extens": 7, "can": [0, 1, 16, 17, 18, 19, 20, 21], "cancel": 0, "case": [0, 10], "cd": 0, "cfg": [13, 18, 20], "chang": [0, 16, 18], "changelog": 14, "check": [0, 2, 4], "check_schema_chang": [4, 7], "ci": 0, "cl": [2, 4], "class": 0, "cleanup": 5, "client": 19, "close": [0, 2, 4, 5], "cmd": 5, "code": [3, 4, 5, 7, 13, 18, 20], "collat": [4, 7], "command": 5, "command_arg": 5, "command_to_run": 5, "commit": [1, 4, 7, 10, 21], "compar": 0, "compat": 0, "compil": 0, "conduct": 18, "config": [18, 20], "configur": 0, "conn": [0, 1, 13, 16, 17, 18, 19, 20, 21], "connect": [0, 1, 3, 4, 5, 12, 14, 16, 17, 18, 19, 20, 21], "connect_timeout": [0, 2, 4], "connected_fut": [2, 4], "connection_lost": [2, 4, 5], "connection_mad": 5, "connectionst": [2, 4], "connector": 18, "consid": 19, "console_host": 5, "console_port": 5, "constant": 0, "contain": [0, 12], "context": [9, 10, 14, 20, 21], "contextmanag": 0, "control": [20, 21], "core": 18, "coroutin": [0, 1, 2, 4, 5, 18], "count": 9, "cours": [18, 21], "cpu": 18, "cpython": 0, "creat": [1, 2, 4, 12, 18, 20], "create_db": 7, "create_index": [13, 17, 18], "create_spac": [13, 17, 18], "created_at": 17, "crud": 16, "current": [0, 2, 4, 9, 10, 21], "custom": 18, "cython": 0, "dai": [4, 7, 17], "data": [0, 1, 5, 13, 18, 20, 21], "data_receiv": 5, "databas": [18, 20], "datetim": [0, 17, 18], "db": [1, 4, 7], "decim": [0, 17, 18], "decod": [17, 18], "def": [13, 18, 19, 20], "default": [0, 1, 3], "delet": [1, 4, 7, 18], "depend": 1, "descriptor": 5, "detail": [0, 2, 4], "develop": 18, "diag": 0, "dict": [0, 1, 4, 7, 9, 18], "digit": 5, "directli": [0, 16], "disabl": [0, 1], "disconnect": [0, 2, 4, 13, 18, 20], "distribut": 18, "dml": 18, "dml_tuple_extens": 7, "do": 19, "doc": [0, 1, 2, 4], "docker_imag": 5, "docker_tag": 5, "document": [12, 14], "doe": [1, 2, 4], "done": [0, 4, 7, 19], "doubl": 0, "downgrad": 0, "drop": 0, "e": [2, 4], "easili": [18, 21], "ebbad14c": 18, "edit": 0, "effect": 18, "either": [0, 1, 18], "els": 0, "en": [2, 4], "encod": [0, 2, 4, 7, 17], "end": [1, 13, 18, 19, 20, 21], "engin": [1, 4, 7, 16], "ensur": 0, "enter": [2, 4], "enum": [1, 2, 3], "environ": 18, "er_access_deni": 3, "er_action_mismatch": 3, "er_active_tim": 3, "er_active_transact": 3, "er_already_run": 3, "er_alter_sequ": 3, "er_alter_spac": 3, "er_backup_in_progress": 3, "er_before_replace_ret": 3, "er_bootstrap_readonli": 3, "er_cannot_regist": 3, "er_cant_create_col": 3, "er_cant_update_primary_kei": 3, "er_cascade_rollback": 3, "er_cfg": 3, "er_checkpoint_in_progress": 3, "er_ck_constraint_fail": 3, "er_ck_def_unsupport": 3, "er_commit_in_sub_stmt": 3, "er_complex_foreign_key_fail": 3, "er_compress": 3, "er_connection_to_self": 3, "er_constraint_exist": 3, "er_create_ck_constraint": 3, "er_create_constraint": 3, "er_create_fk_constraint": 3, "er_create_foreign_kei": 3, "er_create_funct": 3, "er_create_rol": 3, "er_create_sequ": 3, "er_create_spac": 3, "er_create_us": 3, "er_cross_engine_transact": 3, "er_cursor_no_transact": 3, "er_decompress": 3, "er_drop_col": 3, "er_drop_fk_constraint": 3, "er_drop_funct": 3, "er_drop_primary_kei": 3, "er_drop_sequ": 3, "er_drop_spac": 3, "er_drop_us": 3, "er_election_dis": 3, "er_exact_field_count": 3, "er_exact_match": 3, "er_field_constraint_fail": 3, "er_field_foreign_key_fail": 3, "er_field_miss": 3, "er_field_typ": 3, "er_foreign_key_constraint": 3, "er_foreign_key_integr": 3, "er_format_mismatch_index_part": 3, "er_func_index_format": 3, "er_func_index_func": 3, "er_func_index_part": 3, "er_func_invalid_return_typ": 3, "er_func_wrong_arg_count": 3, "er_function_exist": 3, "er_function_languag": 3, "er_function_tx_act": 3, "er_grant": 3, "er_guest_user_password": 3, "er_hex_literal_max": 3, "er_identifi": 3, "er_illegal_collation_mix": 3, "er_illegal_param": 3, "er_inconsistent_typ": 3, "er_index_def_unsupport": 3, "er_index_exist": 3, "er_index_exists_in_spac": 3, "er_index_field_count_limit": 3, "er_index_part_type_mismatch": 3, "er_index_typ": 3, "er_inject": 3, "er_instance_uuid_mismatch": 3, "er_int_literal_max": 3, "er_interfering_promot": 3, "er_invalid_index_fil": 3, "er_invalid_msgpack": 3, "er_invalid_ord": 3, "er_invalid_run_fil": 3, "er_invalid_uuid": 3, "er_invalid_vylog_fil": 3, "er_invalid_xlog": 3, "er_invalid_xlog_nam": 3, "er_invalid_xlog_ord": 3, "er_invalid_xlog_typ": 3, "er_iterator_typ": 3, "er_key_part_count": 3, "er_key_part_is_too_long": 3, "er_key_part_typ": 3, "er_last_drop": 3, "er_load": 3, "er_load_funct": 3, "er_load_modul": 3, "er_local_instance_id_is_read_onli": 3, "er_memory_issu": 3, "er_memtx_max_tuple_s": 3, "er_missing_request_field": 3, "er_missing_snapshot": 3, "er_modify_index": 3, "er_more_than_one_tupl": 3, "er_multikey_index_mismatch": 3, "er_multistatement_transact": 3, "er_no_connect": 3, "er_no_election_quorum": 3, "er_no_such_col": 3, "er_no_such_constraint": 3, "er_no_such_engin": 3, "er_no_such_field_nam": 3, "er_no_such_field_name_in_spac": 3, "er_no_such_field_no": 3, "er_no_such_funct": 3, "er_no_such_group": 3, "er_no_such_index_id": 3, "er_no_such_index_nam": 3, "er_no_such_modul": 3, "er_no_such_proc": 3, "er_no_such_rol": 3, "er_no_such_savepoint": 3, "er_no_such_sequ": 3, "er_no_such_session_set": 3, "er_no_such_spac": 3, "er_no_such_trigg": 3, "er_no_such_us": 3, "er_no_transact": 3, "er_nonmast": 3, "er_not_lead": 3, "er_nullable_primari": 3, "er_partial_kei": 3, "er_password_mismatch": 3, "er_priv_gr": 3, "er_priv_not_gr": 3, "er_proc_c": 3, "er_proc_lua": 3, "er_proc_ret": 3, "er_protocol": 3, "er_quorum_wait": 3, "er_read_view_abort": 3, "er_readonli": 3, "er_reload_cfg": 3, "er_replica_id_is_reserv": 3, "er_replica_max": 3, "er_replica_not_anon": 3, "er_replicaset_uuid_is_ro": 3, "er_replicaset_uuid_mismatch": 3, "er_role_exist": 3, "er_role_gr": 3, "er_role_loop": 3, "er_role_not_gr": 3, "er_rollback_in_sub_stmt": 3, "er_rowid_overflow": 3, "er_rtree_rect": 3, "er_savepoint_empty_tx": 3, "er_sequence_exist": 3, "er_sequence_not_start": 3, "er_sequence_overflow": 3, "er_session_clos": 3, "er_session_setting_invalid_valu": 3, "er_space_exist": 3, "er_space_field_is_dupl": 3, "er_split_brain": 3, "er_sql_analyze_argu": 3, "er_sql_bind_not_found": 3, "er_sql_bind_parameter_max": 3, "er_sql_bind_typ": 3, "er_sql_bind_valu": 3, "er_sql_cant_add_autoinc": 3, "er_sql_cant_resolve_field": 3, "er_sql_column_count": 3, "er_sql_column_count_max": 3, "er_sql_execut": 3, "er_sql_func_wrong_ret_count": 3, "er_sql_keyword_is_reserv": 3, "er_sql_no_such_pragma": 3, "er_sql_parser_gener": 3, "er_sql_parser_generic_with_po": 3, "er_sql_parser_limit": 3, "er_sql_prepar": 3, "er_sql_select_wildcard": 3, "er_sql_stack_overflow": 3, "er_sql_statement_empti": 3, "er_sql_syntax_near_token": 3, "er_sql_syntax_with_po": 3, "er_sql_type_mismatch": 3, "er_sql_unknown_token": 3, "er_ssl": 3, "er_sub_stmt_max": 3, "er_sync_master_mismatch": 3, "er_sync_queue_foreign": 3, "er_sync_queue_unclaim": 3, "er_sync_quorum_timeout": 3, "er_sync_rollback": 3, "er_system": 3, "er_timeout": 3, "er_too_early_subscrib": 3, "er_transaction_conflict": 3, "er_transaction_timeout": 3, "er_transaction_yield": 3, "er_trigger_exist": 3, "er_truncate_system_spac": 3, "er_tuple_constraint_fail": 3, "er_tuple_field_count_limit": 3, "er_tuple_format_limit": 3, "er_tuple_found": 3, "er_tuple_metadata_is_too_big": 3, "er_tuple_not_arrai": 3, "er_tuple_not_found": 3, "er_txn_rollback": 3, "er_unable_to_process_in_stream": 3, "er_unable_to_process_out_of_stream": 3, "er_uncommitted_foreign_sync_txn": 3, "er_unknown": 3, "er_unknown_replica": 3, "er_unknown_request_typ": 3, "er_unknown_rtree_index_distance_typ": 3, "er_unknown_schema_object": 3, "er_unknown_update_op": 3, "er_unsupport": 3, "er_unsupported_index_featur": 3, "er_unsupported_priv": 3, "er_update_arg_typ": 3, "er_update_decimal_overflow": 3, "er_update_field": 3, "er_update_integer_overflow": 3, "er_update_splic": 3, "er_upsert_unique_secondary_kei": 3, "er_user_exist": 3, "er_user_max": 3, "er_view_is_ro": 3, "er_view_missing_sql": 3, "er_vinyl_max_tuple_s": 3, "er_vy_quota_timeout": 3, "er_wal_io": 3, "er_wrong_collation_opt": 3, "er_wrong_dd_vers": 3, "er_wrong_index_opt": 3, "er_wrong_index_part": 3, "er_wrong_index_record": 3, "er_wrong_query_id": 3, "er_wrong_schema_vers": 3, "er_wrong_space_format": 3, "er_wrong_space_opt": 3, "er_wrong_space_upgrade_opt": 3, "er_xlog_gap": 3, "err_no": [4, 7], "errmsg": [4, 7], "error": [3, 4, 7, 18], "error_extens": 7, "error_typ": [4, 7], "errorcod": 3, "establish": 18, "ethan": [1, 18, 20], "europ": 17, "eval": [1, 4, 7, 17, 18], "even": 0, "everyth": 21, "ex": [2, 4], "exampl": [0, 1, 14, 17, 19, 20], "exc": [2, 4], "exc_tb": [2, 4, 5, 9, 10], "exc_typ": [2, 4, 5, 9, 10], "exc_val": [2, 4, 5, 9, 10], "except": [0, 2, 4, 10, 12, 21], "execut": [0, 1, 2, 4, 7, 9, 13, 15, 18, 20, 21], "exist": 1, "exit": [5, 10], "expos": 0, "express": [1, 4, 7], "extens": [0, 14], "extra": [0, 1], "extra_box_cfg": 5, "f": [1, 13, 18], "f78c": 18, "fail": 0, "fals": [0, 1, 2, 4, 7], "fastest": 21, "fd": 5, "featur": [0, 2, 4, 7, 14], "fetch": [2, 4, 16, 18], "fetch_schema": [0, 1, 2, 4], "field": [0, 1, 2, 4, 7, 16, 18, 20], "field_count": [1, 4, 7], "field_no": 1, "file": [4, 5, 7], "fingerprint": [2, 4, 5], "finish": [0, 2, 4], "first": 19, "first_tupl": 13, "fix": 0, "flag": [1, 2, 4, 7], "flexibl": 14, "float": [1, 2, 4, 7, 9], "follow": [1, 17, 19], "forc": [2, 4], "format": [0, 1, 13, 16, 17, 18], "found": 0, "from": [0, 1, 2, 4, 16, 17, 18, 19, 20, 21], "full": 18, "fulli": [2, 4, 20], "func_nam": [1, 4, 7], "function": [0, 1, 13, 18, 19, 20, 21], "fut": [4, 7, 19], "futur": [2, 4, 7, 19], "gd381a45b6": 1, "gen_stream_id": 7, "gener": 12, "get": [4, 7, 20], "get_common_db": 7, "get_random_port": 5, "get_vers": 7, "ghz": 18, "github": 0, "give": 19, "good": 0, "grant": [13, 18, 20], "guest": [13, 18, 20], "ha": [0, 1, 5, 17, 18], "hang": 0, "happen": [0, 21], "have": 21, "hell0": 1, "hello": [1, 13, 18], "hello1": [13, 18], "here": 18, "hero": 21, "hi": 1, "high": 18, "highli": 18, "highlight": 1, "hola": 1, "host": [2, 4, 5, 13, 18, 20], "hour": [4, 7, 17], "html": 1, "http": [1, 2, 4], "hunt": [1, 18, 20], "i": [0, 1, 2, 3, 4, 5, 7, 10, 13, 16, 18, 19, 21], "i5": 18, "id": [0, 1, 2, 4, 7, 9, 13, 16, 17, 18, 20], "ignor": 0, "iid": [4, 7], "implement": [0, 21], "import": [13, 16, 17, 18, 19, 20, 21], "improv": 0, "includ": [18, 20], "increment": 20, "indefinit": 0, "index": [0, 1, 2, 4, 7, 16, 18], "index_typ": [4, 7], "indextyp": 11, "indic": [0, 18], "info": [1, 13], "inform": 0, "initi": 19, "initial_read_buffer_s": [2, 4], "initlua": 5, "initlua_templ": 5, "inner1": 0, "inner2": 0, "insert": [1, 4, 7, 13, 17, 18, 20, 21], "insid": 21, "inspir": 18, "instal": 14, "instanc": [0, 1, 2, 4, 12], "instead": [0, 1, 18], "int": [1, 2, 3, 4, 5, 7, 9, 10, 18, 20], "integ": 20, "intel": 18, "intenum": [1, 2, 3], "interact": [0, 1, 2, 4, 18, 21], "interfac": [5, 18, 20], "intern": 0, "interv": [0, 14, 18], "introduc": [0, 19], "io": [2, 4], "iproto": [0, 1, 2, 3, 4, 9, 12], "iproto_id": 0, "iprotoerror": [3, 4, 7], "iprotoerrorstackfram": [4, 7], "iprotofeatur": [2, 4, 7], "is_autoincr": [4, 7], "is_connect": [2, 4, 7], "is_fully_connect": [0, 2, 4, 7], "is_nul": [4, 7], "is_run": 5, "isol": [1, 4, 7, 14], "isort": 0, "issu": 0, "item": [0, 1, 4, 7], "iter": [0, 1, 4, 7, 19], "jame": [1, 18, 20], "json": 0, "just": [2, 4], "k": 21, "kei": [0, 1, 4, 7, 14, 20], "key1": 0, "keytyp": [1, 11], "kill": 5, "kwarg": [1, 2, 4, 5], "later": 18, "latest": [2, 4], "leav": [2, 4], "length": 5, "less": 0, "let": 19, "level": [1, 21], "librari": 18, "licens": 14, "like": [0, 1, 17, 20], "limit": [1, 4, 7], "line": [4, 7], "link": 0, "lint": 0, "list": [1, 4, 7, 9], "listen": [13, 18, 20], "load": 0, "local": [13, 17, 18], "lock": 0, "log": [4, 12], "log_level": 5, "logger": [5, 8], "long": 18, "lookup": [2, 4], "loop": [0, 2, 4], "lost": [0, 18], "low": 1, "lpddr4x": 18, "lua": [1, 5], "macbook": 18, "maco": 0, "made": 5, "mai": [4, 7, 16, 17, 20, 21], "main": [13, 18, 19, 20], "make": [0, 15, 20], "man": 21, "manag": [9, 10, 14, 20, 21], "manual": 21, "map": [4, 7], "massiv": 18, "mean": 0, "measur": 18, "member": [1, 2], "memori": 18, "memtx": 1, "messag": [0, 1, 3, 4, 7, 19], "messagepack": 0, "metadata": [0, 1, 4, 7, 9, 14], "method": [0, 1, 5, 9, 17, 19, 21], "methodret": [1, 11], "mhz": 18, "min": [4, 7, 17], "misbehav": 0, "modern": 0, "modul": 18, "moment": 0, "monei": 17, "month": [4, 7, 17], "more": [0, 18, 20], "moreov": 18, "moscow": 17, "most": 0, "move": 0, "mp_error": 0, "mpinterv": [4, 7, 17], "msgpuck": 0, "must": [1, 2], "n": 19, "name": [0, 1, 4, 7, 13, 16, 17, 18, 20, 21], "name_id_map": [4, 7], "nativ": [0, 17, 18, 21], "need": [0, 1, 19], "new": [0, 1, 2, 4, 17], "new_stat": [2, 4], "no_such_spac": 0, "none": [1, 2, 3, 4, 5, 7, 9, 18], "normal": 10, "note": 18, "notif": [1, 19], "notifi": 0, "now": [0, 17], "nsec": [4, 7, 17], "null": [4, 7], "number": [0, 1, 18], "numer": 0, "object": [0, 1, 2, 4, 5, 16], "obviou": 0, "occur": 3, "off": 18, "offset": [1, 4, 7], "old": 1, "oleynikandrei": 0, "on_connection_lost": 0, "on_exit": 5, "onc": [13, 18, 20], "one": [0, 1], "onli": [0, 1, 18, 21], "op_typ": 1, "oper": [0, 1, 4, 7, 18], "optim": 20, "option": 0, "order": [16, 19, 20], "org": 1, "other": [0, 4, 7, 17], "out": [18, 19], "output": 19, "over": [0, 19], "owner": [1, 4, 7], "packag": 0, "page": 12, "pagin": 7, "pair": 0, "parallel": [0, 18], "param": [0, 1, 4, 7, 9], "paramet": [0, 1, 9, 17, 20], "params_count": [0, 4, 7, 9], "parker": 21, "pars": [0, 1, 9, 18, 20], "parse_metadata": [1, 4, 7, 9], "pass": 1, "password": [0, 2, 4], "path": 0, "payload": 0, "perform": [0, 1, 2, 4, 14], "period": 0, "peter": 21, "pid": 5, "ping": [0, 1, 4, 7, 18], "ping_timeout": [0, 2, 4], "pip": [15, 18], "pipe": 5, "pipe_data_receiv": 5, "pleas": [1, 18], "port": [2, 4, 5, 13, 18, 19, 20], "possibl": [0, 18], "precompil": 0, "prepar": [0, 1, 4, 5, 7, 12, 14, 18], "prepare_iproto": 1, "preparedstat": [0, 1, 9], "primari": [13, 17, 18, 20], "print": [13, 16, 18, 19, 20, 21], "print_greet": 5, "pro": 18, "problem": 3, "procedur": [1, 18], "process": [0, 5], "process_exit": 5, "produc": 19, "properti": [0, 2, 4, 5, 7, 9, 10], "protocol": [0, 1, 2, 3, 4, 5, 6, 9, 12], "protocol_factori": [2, 4], "provid": [0, 16], "push": [0, 1, 14], "push_subscrib": [0, 1, 4, 7, 19], "pushiter": [0, 4, 7, 19], "py": [0, 19], "pypi": 0, "pyproject": 0, "python": [0, 13, 17, 18, 19, 20], "pytz": 17, "quad": 18, "queri": [0, 1, 4, 7, 9], "queue": 18, "rais": [1, 3, 18], "rang": [13, 18], "rather": [0, 18], "raw": 0, "re": [1, 13, 20, 21], "read": [13, 18, 20], "read_commit": [1, 21], "read_confirm": 1, "reason": 18, "receiv": [0, 5, 19], "recent": 0, "recommend": 18, "reconnect": [0, 2, 4, 18], "reconnect_timeout": [2, 4], "recreat": 5, "redund": 0, "refactor": 0, "refer": [1, 2, 4, 14], "reference_lua": [2, 4], "refetch": [0, 2, 4, 18], "refetch_schema": [0, 2, 4, 7], "refresh": [0, 16], "remov": 0, "renam": 0, "replac": [1, 4, 7, 18], "replication_sourc": 5, "repr": [0, 2, 4, 7], "repres": 5, "request": [0, 1, 2, 4, 9, 16, 18, 20], "request_timeout": [2, 4], "requet": 1, "requir": [17, 18], "resolv": 0, "resp": [0, 17, 20], "respect": 17, "respond": 3, "respons": [0, 1, 4, 7, 9, 19, 20], "result": [0, 1], "retriev": 0, "return": [0, 1, 2, 4, 5, 7, 9, 10, 17, 19], "return_cod": [4, 5, 7], "return_except": [2, 4], "returncod": 5, "revis": 0, "rollback": [1, 4, 7, 10, 21], "root": 5, "row": [18, 20], "rowcount": [1, 4, 7], "ruff": 0, "run": [0, 1, 13, 14, 18, 19, 20], "same": [1, 2, 4, 20], "scene": 21, "schema": [0, 2, 3, 4, 7, 13, 16, 17, 18, 20], "schema_id": [0, 2, 4, 7], "schemaindex": [4, 7], "schemaspac": [4, 7], "sec": [4, 7, 17], "second": 0, "section": [2, 4], "see": [0, 2, 4], "select": [0, 1, 4, 7, 13, 18, 20, 21], "self": [2, 4, 7], "send": [0, 18], "send_sign": 5, "sent": 0, "seq": 18, "sequenti": 18, "server": [16, 18, 19], "session": [0, 14], "set": 1, "set_stream_id": [4, 7], "ship": 0, "shorthand": [2, 4], "show": 0, "sid": [4, 7, 16], "signal": 5, "simpl": [19, 20], "simpli": [15, 19], "simplifi": 0, "simultan": 18, "slab_alloc_arena": 5, "slice": [4, 7], "so": [18, 20], "some": [17, 18], "sourc": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11], "space": [0, 1, 2, 4, 7, 16, 18], "space_and_index_nam": 7, "space_object": 1, "spacetyp": [1, 11], "span": [4, 7], "spec": 0, "special": 18, "specif": [0, 18], "specifi": [9, 18], "specify_work_dir": 5, "speed": 0, "sphinx": 12, "spider": 21, "sql": [0, 1, 14], "sql_space": 1, "start": [5, 18, 21], "state": [2, 4], "statement": [0, 1, 9, 14, 18], "statement_id": 1, "static": 5, "stderr": 5, "stdout": [5, 13, 18, 20], "still": 0, "stmt": 20, "stmt_id": [1, 4, 7], "stop": 5, "str": [1, 2, 3, 4, 5, 7, 9], "stream": [0, 1, 2, 4, 7, 12, 14, 18], "stream_id": [4, 7, 10], "string": [1, 5, 13, 18, 20], "structur": [0, 18], "sub": 19, "subprocess": 5, "subprocessprotocol": 5, "subscrib": [1, 19], "suitabl": [2, 4], "support": [0, 14, 17, 18], "sync": [1, 4, 7], "syntax": 21, "t": [1, 4, 7], "tabl": [18, 20], "tarantool": [0, 1, 2, 3, 4, 5, 16, 17, 18, 19, 20, 21], "tarantoolasyncinst": 5, "tarantooldatabaseerror": 3, "tarantoolerror": 3, "tarantoolinst": 5, "tarantoolinstanceprotocol": 5, "tarantoolnetworkerror": 3, "tarantoolnotconnectederror": 3, "tarantoolschemaerror": [1, 3], "tarantoolsyncdockerinst": 5, "tarantoolsyncinst": 5, "tarantooltupl": [0, 1, 4, 7, 13, 18, 20], "tcp": 0, "termin": 5, "test": [0, 14, 18], "tester": [1, 13, 18], "testsuit": 15, "text": [1, 18, 20], "than": [0, 18], "thank": 0, "thi": [0, 1, 5, 9, 12, 16, 17, 18, 19, 21], "those": 0, "through": 15, "time": 0, "timeout": [1, 2, 4, 5, 7, 9, 18], "timeouterror": 18, "timezon": 17, "titl": 5, "tnt": 5, "toml": 0, "too": 18, "top": [18, 21], "trace": [4, 7], "transact": [0, 1, 2, 4, 7, 14, 18], "transport": 5, "tri": 0, "trigger": 0, "true": [1, 2, 4, 5, 7, 9, 19], "truncat": 0, "try": 0, "tup": 18, "tupl": [0, 1, 2, 4, 5, 7, 13, 16, 18], "tuple_as_dict": 0, "tupletyp": [1, 11], "turn": 18, "two": [1, 18], "tx_timeout": [1, 4, 7], "type": [0, 1, 2, 4, 7, 12, 13, 14, 18, 20], "tz": 17, "under": [0, 18], "underli": [2, 4], "unifi": 0, "uniqu": [4, 7], "univers": [13, 18, 20], "unknown": 1, "unpredict": 0, "unprepar": [1, 9, 20], "unprepare_iproto": 1, "unsign": [1, 13, 17, 18], "until": [0, 5], "updat": [0, 1, 4, 7, 18, 21], "upgrad": 0, "upsert": [0, 1, 4, 7, 18], "us": [0, 1, 9, 10, 14, 16, 17, 18, 19, 20, 21], "usag": [1, 14, 17], "user": [13, 18, 20], "user1": 20, "user2": 20, "usernam": [0, 2, 4], "uuid": [0, 17, 18], "uuid4": [17, 18], "uvloop": 18, "v0": 14, "v1": [13, 14, 18, 20], "v2": 14, "valu": [0, 2, 4, 7, 18, 19, 20], "variant": 21, "version": [0, 1, 2, 4, 5, 18], "via": 18, "visibl": 21, "wa": [0, 18], "wai": 21, "wait": [2, 4, 5], "wait_stop": 5, "wait_timeout": 5, "wal_mod": [5, 18], "wallet": 17, "want": 20, "watch_onc": 7, "watcher": 7, "we": 19, "week": [4, 7, 17], "well": [1, 16], "were": 18, "wheel": 0, "when": [0, 3, 5], "where": [1, 2, 20], "whether": 9, "which": [17, 19], "while": 0, "window": 0, "within": [1, 20], "without": 0, "work": 0, "wrap": 1, "write": [5, 13, 18, 20], "www": [2, 4], "x": [18, 20], "year": [4, 7, 17], "yield": 19, "you": [0, 1, 16, 17, 18, 19, 20, 21], "your": 1, "yourself": 20}, "titles": ["Changelog", "asynctnt.api", "asynctnt.connection", "asynctnt.exceptions", "asynctnt", "asynctnt.instance", "asynctnt.iproto", "asynctnt.iproto.protocol", "asynctnt.log", "asynctnt.prepared", "asynctnt.stream", "asynctnt.types", "API Reference", "Examples", "asynctnt", "Installation", "Metadata", "Type Extensions", "asynctnt", "Session Push", "SQL Support", "Streams and Transactions", "Tarantool Tuple"], "titleterms": {"0": 0, "1": 0, "12": 0, "13": 0, "2": 0, "3": 0, "api": [1, 12], "asynctnt": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 18], "attribut": [4, 7], "basic": [13, 18, 20, 21], "changelog": 0, "class": [1, 2, 3, 4, 5, 7, 9, 10], "connect": [2, 13], "content": [1, 2, 3, 4, 5, 7, 8, 9, 10, 11], "context": 13, "document": 18, "exampl": 13, "except": 3, "extens": 17, "featur": 18, "flexibl": 21, "function": [2, 4], "instal": [15, 18], "instanc": 5, "interv": 17, "iproto": [6, 7], "isol": 21, "kei": 18, "licens": 18, "log": 8, "manag": 13, "metadata": [16, 20], "modul": [1, 2, 3, 5, 7, 8, 9, 10, 11], "packag": 4, "perform": 18, "prepar": [9, 20], "protocol": 7, "push": 19, "refer": [12, 18], "run": 15, "session": 19, "sql": [18, 20], "statement": 20, "stream": [10, 21], "submodul": [4, 6], "subpackag": 4, "support": 20, "tarantool": 22, "test": 15, "transact": 21, "tupl": 22, "type": [11, 17], "us": 13, "usag": [13, 18, 20, 21], "v0": 0, "v1": 0, "v2": 0}}) \ No newline at end of file diff --git a/sql.html b/sql.html index e5cc0bc..c36b64d 100644 --- a/sql.html +++ b/sql.html @@ -4,7 +4,7 @@ - SQL Support — asynctnt 2.2.0 documentation + SQL Support — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/streams.html b/streams.html index 3fbc479..b167ca2 100644 --- a/streams.html +++ b/streams.html @@ -4,7 +4,7 @@ - Streams and Transactions — asynctnt 2.2.0 documentation + Streams and Transactions — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -38,7 +38,7 @@ asynctnt
      - 2.2.0 + 2.3.0
      diff --git a/ttuple.html b/ttuple.html index cedda70..37b0ada 100644 --- a/ttuple.html +++ b/ttuple.html @@ -4,7 +4,7 @@ - Tarantool Tuple — asynctnt 2.2.0 documentation + Tarantool Tuple — asynctnt 2.3.0 documentation @@ -16,7 +16,7 @@ - + @@ -36,7 +36,7 @@ asynctnt
      - 2.2.0 + 2.3.0