[#CDBBatch-2constructor] = xref:CDBBatch.adoc[CDBBatch]::CDBBatch :relfileprefix: ../ :mrdocs: Constructs a batch bound to the wrapper it will be submitted to. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CDBBatch(xref:CDBWrapper.adoc[CDBWrapper] const& _parent); ---- == Parameters [cols="1,4"] |=== | Name| Description | *_parent* [in] | CDBWrapper that this batch is to be submitted to |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#