Qore DbDataProvider Module Reference  1.0
DbTableBulkUpserter.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
25 // minimum required Qore version
26 // assume local scope for variables, do not use "$" signs
27 // require type definitions everywhere
29 // enable all warnings
30 
32 namespace DbDataProvider {
35 
36 public:
38  constructor(DbTableDataProvider provider, AbstractTable table)
39  ;
40 
41 };
42 };
Bulk operation object for tables.
Definition: AbstractDbTableBulkOperation.qc.dox.h:34
Defines a data provider based on a single SQL table.
Definition: DbTableDataProvider.qc.dox.h:28
Bulk insert object for tables.
Definition: DbTableBulkUpserter.qc.dox.h:34
constructor(DbTableDataProvider provider, AbstractTable table)
Creates the object.
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:32