DBAdapters.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:CAAPR 作者: Stargrazer82301 项目源码 文件源码
def __init__(self, dbname=constants.CDefSQLiteDBName, identify=None, resetDB=False,
                resetIdentify=True, frequency=constants.CDefSQLiteStatsGenFreq,
                commit_freq=constants.CDefSQLiteStatsCommitFreq):
      """ The creator of the DBSQLite Class """

      super(DBSQLite, self).__init__(frequency, identify)

      self.sqlite3mod = None
      self.connection = None
      self.resetDB = resetDB
      self.resetIdentify = resetIdentify
      self.dbName = dbname
      self.typeDict = {types.FloatType: "real"}
      self.cursorPool = None
      self.commitFreq = commit_freq
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号