Berkeley DB XML
version 2.3.10

Uses of Class
com.sleepycat.dbxml.XmlManagerConfig

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

Uses of XmlManagerConfig in com.sleepycat.dbxml
 

Fields in com.sleepycat.dbxml declared as XmlManagerConfig
static XmlManagerConfig XmlManagerConfig.DEFAULT
          The default configuration settings for XmlManagers.
 

Methods in com.sleepycat.dbxml that return XmlManagerConfig
 XmlManagerConfig XmlManager.getManagerConfig()
          Gets the configuration object for this XmlManager instance.
 XmlManagerConfig XmlManagerConfig.setAdoptEnvironment(boolean value)
          Sets whether the XmlManager object will close and delete the underlying environment handle at the end of the XmlManager's life.
 XmlManagerConfig XmlManagerConfig.setAllowAutoOpen(boolean value)
          Sets whether XQuery queries that reference unopened containers will automatically open those containers, and close them when references resulting from the query are released.
 XmlManagerConfig XmlManagerConfig.setAllowExternalAccess(boolean value)
          Allows XQuery queries to access data sources external to the container, such as files on disk or http URIs.
 

Constructors in com.sleepycat.dbxml with parameters of type XmlManagerConfig
XmlManager(Environment dbenv, XmlManagerConfig config)
          Constructor that uses the provided Environment for the underlying environment.
XmlManager(XmlManagerConfig config)
          Constructor that uses a private internal database environment.
 


Berkeley DB XML
version 2.3.10

Copyright 1996,2007 Oracle. All rights reserved.