add Transaction class as a wrapper for transactions

This commit is contained in:
2022-05-26 00:34:17 +02:00
parent b32917afe7
commit c5cf4a2672
5 changed files with 335 additions and 2 deletions

View File

@@ -61,3 +61,5 @@ postgresqlexpression.o: fieldvaluehelper.h wrapper.h spacewrapper.h
postgresqlexpression.o: baseobjectwrapper.h modelcontainerwrapper.h ft.h
postgresqlqueryresult.o: postgresqlqueryresult.h queryresult.h
queryresult.o: queryresult.h
transaction.o: transaction.h modelconnector.h clearer.h ft.h dbconnector.h
transaction.o: queryresult.h flatconnector.h