userver: testsuite.databases.clickhouse.control.Control Class Reference
Loading...
Searching...
No Matches
testsuite.databases.clickhouse.control.Control Class Reference

Detailed Description

Definition at line 87 of file control.py.

Public Member Functions

 __init__ (self, classes.DatabasesDict databases, DatabasesState state)
 get_connections (self)
 run_migrations (self)

Protected Member Functions

 _run_database_migrations (self, classes.DatabaseConfig dbconfig)

Protected Attributes

 _databases = databases
 _state = state

Constructor & Destructor Documentation

◆ __init__()

testsuite.databases.clickhouse.control.Control.__init__ ( self,
classes.DatabasesDict databases,
DatabasesState state )

Definition at line 88 of file control.py.

Member Function Documentation

◆ _run_database_migrations()

testsuite.databases.clickhouse.control.Control._run_database_migrations ( self,
classes.DatabaseConfig dbconfig )
protected

Definition at line 106 of file control.py.

◆ get_connections()

testsuite.databases.clickhouse.control.Control.get_connections ( self)

Definition at line 96 of file control.py.

◆ run_migrations()

testsuite.databases.clickhouse.control.Control.run_migrations ( self)

Definition at line 102 of file control.py.

Member Data Documentation

◆ _databases

testsuite.databases.clickhouse.control.Control._databases = databases
protected

Definition at line 93 of file control.py.

◆ _state

testsuite.databases.clickhouse.control.Control._state = state
protected

Definition at line 94 of file control.py.


The documentation for this class was generated from the following file: