Berkeley DB XML
version 2.2.13

Uses of Class
com.sleepycat.dbxml.XmlStatistics

Packages that use XmlStatistics
com.sleepycat.dbxml Berkeley DB XML Java API
[reference guide]
 

Uses of XmlStatistics in com.sleepycat.dbxml
 

Methods in com.sleepycat.dbxml that return XmlStatistics
 XmlStatistics XmlContainer.lookupStatistics(String uri, String name, String index, XmlValue value)
          Returns an XmlStatistics object for the identified index.
 XmlStatistics XmlContainer.lookupStatistics(String uri, String name, String index)
          Returns an XmlStatistics object for the identified index.
 XmlStatistics XmlContainer.lookupStatistics(XmlTransaction txn, String uri, String name, String index, XmlValue value)
          Returns an XmlStatistics object for the identified index.
 XmlStatistics XmlContainer.lookupStatistics(XmlTransaction txn, String uri, String name, String index)
          Returns an XmlStatistics object for the identified index.
 XmlStatistics XmlContainer.lookupStatistics(String uri, String name, String parentUri, String parentName, String index, XmlValue value)
          Lookup statistics for the identified edge index.
 XmlStatistics XmlContainer.lookupStatistics(String uri, String name, String parentUri, String parentName, String index)
          Lookup statistics for the identified edge index.
 XmlStatistics XmlContainer.lookupStatistics(XmlTransaction txn, String uri, String name, String parentUri, String parentName, String index, XmlValue value)
          Lookup statistics for the identified edge index in the scope of a transaction.
 XmlStatistics XmlContainer.lookupStatistics(XmlTransaction txn, String uri, String name, String parentUri, String parentName, String index)
          Lookup statistics for the identified edge index in the scope of a transaction.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlStatistics
XmlStatistics(XmlStatistics arg0)
          Copy constructor.
 


Berkeley DB XML
version 2.2.13

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