mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
null bindings and RecordSet::isNull (SQLite done and tested, ODBC todo)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
|
||||
#include "Poco/Data/RecordSet.h"
|
||||
#include "Poco/Data/Session.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
@@ -48,6 +49,13 @@ RecordSet::RecordSet(const Statement& rStatement):
|
||||
}
|
||||
|
||||
|
||||
RecordSet::RecordSet(Session& rSession, const std::string& query):
|
||||
Statement((rSession << query, now)),
|
||||
_currentRow(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
RecordSet::~RecordSet()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user