Abstract IResult interface for Result
This is to allow faking the result for testing the CrudModel.
This commit is contained in:
parent
06504ecc1f
commit
c346430b25
6 changed files with 103 additions and 67 deletions
|
|
@ -31,9 +31,11 @@ SOURCES += Pgsql_Connection.cpp \
|
|||
Pgsql_Canceller.cpp
|
||||
|
||||
HEADERS += Pgsql_Connection.h \
|
||||
Pgsql_IResult.h \
|
||||
Pgsql_Params.h \
|
||||
Pgsql_PgException.h \
|
||||
Pgsql_Result.h \
|
||||
Pgsql_ResultConstIterator.h \
|
||||
Pgsql_Row.h \
|
||||
Pgsql_Value.h \
|
||||
Pgsql_declare.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue