dbxmlDeleteContainerdbxmlDeleteContainer
Delete BDBXML container
Home > Books > Discovered Documentation > Discovered Documentation > BDBXML Library > dbxmlDeleteContainer

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:mod:dbxml

The dbxmlDeleteContainer accessor is exported by the urn:org:ten60:netkernel:mod:dbxml module. Import this module to gain access to the accessor.

Syntax

URI
active:dbxmlDeleteContainer

ArgumentRulesDescription
operatorMandatory the container specification document

Example Usage

DPML

<instr>
  <type>dbxmlDeleteContainer</type>
  <operator>
    <dbxml>
      <name>mycontainer</name>
    </dbxml>
  </operator>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:dbxmlDeleteContainer");
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The dbxmlDeleteContainer accessor deletes an XML container from Berkeley DBXML. The container specification to be deleted is provided as the operator argument and is an XML fragment.

If successful the response is a voidAspect otherwise an exception is thrown.

Operator Format

The format for the operator is...

<dbxml>
  <name>mycontainer</name>
</dbxml>

The name tag is required and specifies the identity for the container in the BDBXML database.

Reference

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.