XmlContainer.exists

API Ref

import com.sleepycat.dbxml.*;

public bool exists(DbTxn txn);


Description: XmlContainer.exists

The XmlContainer.exists method tests if a container exists.

It returns true if the container has already been created, and false if not.

Parameters

txn
If the operation is to be transaction-protected, the txn parameter is a transaction handle returned from DbEnv.txnBegin, otherwise, NULL.

Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.