mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 22:18:20 +00:00
and adapt to AsciiInputOutput - seems to work...
This commit is contained in:
parent
b3dba9f0cc
commit
9c09dee294
7 changed files with 51 additions and 100 deletions
|
@ -12,8 +12,11 @@
|
|||
#include <vector>
|
||||
|
||||
#include "../ReaderBackend.h"
|
||||
#include "../../AsciiInputOutput.h"
|
||||
|
||||
#include "sqlite3.h"
|
||||
|
||||
|
||||
namespace input { namespace reader {
|
||||
|
||||
class SQLite : public ReaderBackend {
|
||||
|
@ -48,6 +51,8 @@ private:
|
|||
sqlite3 *db;
|
||||
sqlite3_stmt *st;
|
||||
|
||||
AsciiInputOutput* io;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue