SQL Relay C++ API
sqlrexporttable.h
1// Copyright (c) 1999-2018 David Muse
2// See the file COPYING for more information
3
4#ifndef SQLREXPORTTABLE_H
5#define SQLREXPORTTABLE_H
6
7#include <sqlrelay/private/sqlrexporttableincludes.h>
8
10class SQLRCLIENT_DLLSPEC sqlrexporttable : virtual public sqlrexport {
11 public:
14
17
21
25
29
33
35 void setCommitCount(uint64_t commitcount);
36
38 uint64_t getCommitCount();
39
52 virtual bool exportData();
53
54 protected:
61 stringbuffer *getInsertQueryBuffer();
62
63 #include <sqlrelay/private/sqlrexporttable.h>
64};
65
66#endif
Definition sqlrclient.h:9
Definition sqlrclient.h:391
Definition sqlrexport.h:13
Definition sqlrexporttable.h:10
void setExportSqlrCursor(sqlrcursor *exportcur)
void setCommitCount(uint64_t commitcount)
sqlrcursor * getExportSqlrCursor()
uint64_t getCommitCount()
void setExportSqlrConnection(sqlrconnection *exportcon)
stringbuffer * getInsertQueryBuffer()
virtual ~sqlrexporttable()
sqlrconnection * getExportSqlrConnection()
virtual bool exportData()