Berkeley DB XML
version 2.2.13

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 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.setAllowExternalAccess(boolean value)
          Allows XQuery queries to access data sources external to the container, such as files on disk or http URIs.
 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 XmlManager.getManagerConfig()
          Gets the configuration object for this XmlManager instance.
 

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


Berkeley DB XML
version 2.2.13

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