How should I handle a oracle database connection class using jaydebeapi and jpype

后端 未结 0 957
予麋鹿
予麋鹿 2020-12-04 01:08

I\'ve created a class to manage my connection as follows:

class DB(object):
def __init__(self):
    JHOME = jpype.getDefaultJVMPath()
    # ojdbc path should          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题