XmlTransaction::createChild API Ref

#include <DbXml.hpp>

XmlTransaction XmlTransaction::createChild(u_int32_t flags = 0)


Description: XmlTransaction::createChild

The XmlTransaction::createChild method creates a child transaction of this transaction. While this child transaction is active (has been neither committed nor aborted), the parent transaction may not issue any operations except for XmlTransaction::commit or XmlTransaction::abort.

Parameters
flags

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.