$darkmode
Qore DbDataProvider Module Reference 2.0.1
DbTableBulkInserter.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
32namespace DbDataProvider {
35
36public:
38 constructor(DbTableDataProvider provider, AbstractTable table)
39 ;
40
41};
42};
Bulk operation object for tables.
Definition: AbstractDbTableBulkOperation.qc.dox.h:34
Bulk insert object for tables.
Definition: DbTableBulkInserter.qc.dox.h:34
constructor(DbTableDataProvider provider, AbstractTable table)
Creates the object.
Defines a data provider based on a single SQL table.
Definition: DbTableDataProvider.qc.dox.h:28
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:26