コード例 #1
0
ファイル: __init__.py プロジェクト: gadamc/SoudanDB
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeGretinaDB
ServerSingleton.set_server(BeGeGretinaDB)
CurrentDBSingleton.set_current_db_module(__name__)
コード例 #2
0
ファイル: soudan_database.py プロジェクト: gadamc/SoudanDB
def SoudanServer():
    return ServerSingleton.get_server()
コード例 #3
0
ファイル: __init__.py プロジェクト: gadamc/SoudanDB
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import BeGeJCDB
ServerSingleton.set_server(BeGeJCDB)
CurrentDBSingleton.set_current_db_module(__name__)
コード例 #4
0
ファイル: __init__.py プロジェクト: gadamc/SoudanDB
from SoudanDB.management import ServerSingleton, CurrentDBSingleton
from db import PPCTwoDB
ServerSingleton.set_server(PPCTwoDB)
CurrentDBSingleton.set_current_db_module(__name__)