Public Member Functions | |
| __init__ (self, endpoint, database) | |
| execute (self, query) | |
| topic_client (self) | |
| session (self) | |
| database (self) | |
Static Protected Member Functions | |
| _init_driver (endpoint, database) | |
Protected Attributes | |
| _driver = self._init_driver(endpoint, database) | |
| _database = database | |
| _session = self._driver.table_client.session().create() | |
| pytest_userver.plugins.ydb.client.YdbClient.__init__ | ( | self, | |
| endpoint, | |||
| database ) |
|
staticprotected |
| pytest_userver.plugins.ydb.client.YdbClient.database | ( | self | ) |
| pytest_userver.plugins.ydb.client.YdbClient.execute | ( | self, | |
| query ) |
| pytest_userver.plugins.ydb.client.YdbClient.session | ( | self | ) |
| pytest_userver.plugins.ydb.client.YdbClient.topic_client | ( | self | ) |
|
protected |
|
protected |
|
protected |