XmlContainer.getIndexSpecification |
![]() ![]() |
import com.sleepycat.dbxml.*;public XmlIndexSpecification getIndexSpecification(DbTxn *txn) throws XmlException;
The XmlContainer.getIndexSpecification method retrieves the current indexing specification for the container. The indexing specification can be modified with the XmlContainer.setIndexSpecification method.
The application must open the container before attempting to retrieve its indexing specification.
Returns the current indexing specification for the container.
The XmlContainer.getIndexSpecification method may fail and throw XmlException, encapsulating one of the following non-zero errors:
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.