We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4709bec commit 53874aaCopy full SHA for 53874aa
docs/apireference.rst
@@ -22,6 +22,15 @@ Driver object
22
:undoc-members:
23
24
25
+Driver object (AsyncIO)
26
+~~~~~~~~~~~~~
27
+
28
+.. autoclass:: ydb.aio.Driver
29
+ :members:
30
+ :inherited-members:
31
+ :undoc-members:
32
33
34
DriverConfig
35
~~~~~~~~~~~~
36
@@ -44,18 +53,18 @@ QuerySessionPool
44
53
:inherited-members:
45
54
46
55
47
-QuerySessionSync
56
+QuerySession
48
57
~~~~~~~~~~~~~~~~
49
58
50
-.. autoclass:: QuerySessionSync
59
+.. autoclass:: QuerySession
51
60
:members:
52
61
62
63
-QueryTxContextSync
64
+QueryTxContext
65
~~~~~~~~~~~~~~~~~~
66
-.. autoclass:: QueryTxContextSync
67
+.. autoclass:: QueryTxContext
68
69
70
0 commit comments