Source: factory.core/extend.data/ObjDataRemote.py
Remote mixin for ObjData.
| Method | Signature | Description |
|---|---|---|
| create_server | create_server() |
|
| get_remote_username_password | get_remote_username_password(remote: str, remote_type: str = '%') -> tuple[str, str] |
|
| get_remote_url_username_password | get_remote_url_username_password(remote: str, remote_type: str = '%') -> tuple[str, str, str] |
|
| remote_connect | remote_connect(remote: str = '', force_new: int = 0, package: str = '', archetype: str = '', update_remote: bool = False) -> object |
remote_connection method will yield a database handle that is compatible |
| check_connections | check_connections(Lookup = 0) |