mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
configurable internal storage
This commit is contained in:
@@ -44,20 +44,19 @@
|
||||
#include "Preparation.h"
|
||||
|
||||
|
||||
struct sqlite3;
|
||||
struct sqlite3_stmt;
|
||||
|
||||
|
||||
namespace Poco {
|
||||
namespace Data {
|
||||
namespace Test {
|
||||
|
||||
|
||||
class SessionImpl;
|
||||
|
||||
|
||||
class TestStatementImpl: public Poco::Data::StatementImpl
|
||||
/// A no-op implementation of TestStatementImpl for testing.
|
||||
{
|
||||
public:
|
||||
TestStatementImpl();
|
||||
TestStatementImpl(SessionImpl& rSession);
|
||||
/// Creates the TestStatementImpl.
|
||||
|
||||
~TestStatementImpl();
|
||||
|
||||
Reference in New Issue
Block a user