Mysql connection info class.
:param port: database port :param hostname: database hostname :param user: database user :param password: database password :param dbname: database name
Definition at line 7 of file classes.py.
Public Member Functions | |
| 'ConnectionInfo' | replace (self, **kwargs) |
| Returns new instance with attributes updated. | |
Static Public Attributes | |
| int | port = 3306 |
| str | hostname = 'localhost' |
| str | user = None |
| str | password = None |
| str | dbname = None |
| 'ConnectionInfo' testsuite.databases.mysql.classes.ConnectionInfo.replace | ( | self, | |
| ** | kwargs ) |
Returns new instance with attributes updated.
Definition at line 23 of file classes.py.
|
static |
Definition at line 21 of file classes.py.
|
static |
Definition at line 18 of file classes.py.
|
static |
Definition at line 20 of file classes.py.
|
static |
Definition at line 17 of file classes.py.
|
static |
Definition at line 19 of file classes.py.