Change db handler implementation to receive list when getting connection
authorJunghyun Yeon <jungh.yeon@samsung.com>
Sat, 6 Mar 2021 05:12:35 +0000 (14:12 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Sat, 6 Mar 2021 05:12:35 +0000 (14:12 +0900)
commit4514173e501890f18fbf1e8c77ad6626a2bf254c
tree2d50eda9a11abd5cf4ddc06221f61921f6b745bf
parent994d234ea38ae01bcc1129bf19529d950dfe3dc6
Change db handler implementation to receive list when getting connection

Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/database/abstract_db_handler.cc
src/common/database/abstract_db_handler.hh
src/common/database/appinfo_db_handler.cc
src/common/database/cert_get_db_handler.cc
src/common/database/cert_set_db_handler.cc
src/common/database/db_handle_provider.cc
src/common/database/depinfo_db_handler.cc
src/common/database/pkg_get_db_handler.cc
src/common/database/pkg_set_db_handler.cc
src/common/database/query_handler.cc