changeset 475:c20140c8c0c6 oi-extras

JavaDB package is now delivered by manifest in ub_javavm/jdk
author Andrzej Szeszo <aszeszo@gmail.com>
date Fri, 22 Apr 2011 03:21:02 +0100
parents ba9e6cdb9046
children 2660dd50a4e3
files dbtg/dbtg-incorporation/Makefile dbtg/dbtg-incorporation/dbtg-incorporation.p5m dbtg/javadb/Makefile dbtg/javadb/javadb.license dbtg/javadb/javadb.p5m dbtg/javadb/javadb.sh dbtg/javadb/javadb.xml
diffstat 7 files changed, 0 insertions(+), 2207 deletions(-) [+]
line wrap: on
line diff
--- a/dbtg/dbtg-incorporation/Makefile	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#
-# This file and its contents are supplied under the terms of the
-# Common Development and Distribution License ("CDDL)". You may
-# only use this file in accordance with the terms of the CDDL.
-#
-# A full copy of the text of the CDDL should have accompanied this
-# source. A copy of the CDDL is also available via the Internet at
-# http://www.illumos.org/license/CDDL.
-#
-
-#
-# Copyright 2011, Andrzej Szeszo
-#
-
-include ../../make-rules/shared-macros.mk
-
-COMPONENT_NAME=     dbtg-incorporation
-
-include ../../make-rules/ips.mk
-
-PKGMANGLE = true
-PKGLINT=    true
-
-build:
-
-install:
-	[ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
-
-clean::
-	[ -d $(BUILD_DIR) ] && rm -rf $(BUILD_DIR)
--- a/dbtg/dbtg-incorporation/dbtg-incorporation.p5m	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-#
-# This file and its contents are supplied under the terms of the
-# Common Development and Distribution License ("CDDL)". You may
-# only use this file in accordance with the terms of the CDDL.
-#
-# A full copy of the text of the CDDL should have accompanied this
-# source. A copy of the CDDL is also available via the Internet at
-# http://www.illumos.org/license/CDDL.
-#
-
-#
-# Copyright 2011, Andrzej Szeszo
-#
-
-set name=pkg.fmri value=pkg:/consolidation/dbtg/dbtg-incorporation@0.5.11,$(BUILD_VERSION)
-set name=pkg.description value="This incorporation constrains packages from the dbtg consolidation."
-set name=org.opensolaris.consolidation value=dbtg
-set name=description value="dbtg consolidation incorporation"
-set name=pkg.depend.install-hold value=core-os.dbtg
-set name=pkg.summary value="dbtg consolidation incorporation"
-set name=variant.arch value=$(MACH)
-depend fmri=library/java/javadb@10.5.3.0-0.148 type=incorporate
-depend fmri=SUNWjavadb@10.5.3.0-0.133 type=incorporate
--- a/dbtg/javadb/Makefile	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-#
-# This file and its contents are supplied under the terms of the
-# Common Development and Distribution License ("CDDL)". You may
-# only use this file in accordance with the terms of the CDDL.
-#
-# A full copy of the text of the CDDL should have accompanied this
-# source. A copy of the CDDL is also available via the Internet at
-# http://www.illumos.org/license/CDDL.
-#
-
-#
-# Copyright 2011, Andrzej Szeszo 
-#
-
-include ../../make-rules/shared-macros.mk
-
-COMPONENT_NAME=		javadb
-COMPONENT_VERSION=	10.5.3.0
-COMPONENT_SRC=		javadb
-COMPONENT_ARCHIVE=	javadb-10_5_3_0.zip
-COMPONENT_ARCHIVE_HASH=	sha1:a816b4812e14f138b7eaf800f521dba1fe609069
-COMPONENT_ARCHIVE_URL=	__Download_manually_from_http://www.oracle.com/technetwork/java/javadb/downloads/index.html__
-
-include ../../make-rules/prep.mk
-include ../../make-rules/ips.mk
-
-PKGMANGLE = true
-PKGLINT = true
-
-build: prep
-
-install: build
-	[ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
-
-clean::
-	[ -d $(BUILD_DIR) ] && rm -rf $(BUILD_DIR)
--- a/dbtg/javadb/javadb.license	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,202 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
--- a/dbtg/javadb/javadb.p5m	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1711 +0,0 @@
-#
-# This file and its contents are supplied under the terms of the
-# Common Development and Distribution License ("CDDL)". You may
-# only use this file in accordance with the terms of the CDDL.
-#
-# A full copy of the text of the CDDL should have accompanied this
-# source. A copy of the CDDL is also available via the Internet at
-# http://www.illumos.org/license/CDDL.
-#
-
-#
-# Copyright 2011, Andrzej Szeszo
-#
-
-set name=pkg.fmri value=pkg:/library/java/javadb@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
-set name=variant.arch value=$(MACH)
-set name=pkg.summary value="Java DB client"
-set name=org.opensolaris.consolidation value=dbtg
-set name=info.classification value=org.opensolaris.category.2008:Development/Databases
-set name=description value="Java DB client"
-set name=pkg.description value="Client for Java DB"
-set name=variant.opensolaris.zone value=global value=nonglobal
-
-depend fmri=consolidation/dbtg/dbtg-incorporation type=require
-depend fmri=SUNWcs type=require
-
-legacy arch=$(MACH) category=application desc="Client for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB client" pkg=SUNWjavadb-client variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-legacy arch=$(MACH) category=application desc="Common files for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB common files" pkg=SUNWjavadb-common variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-legacy arch=$(MACH) category=application desc="Core software for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB core" pkg=SUNWjavadb-core variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-legacy arch=$(MACH) category=application desc="Demo software for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB demo" pkg=SUNWjavadb-demo variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-legacy arch=$(MACH) category=application desc="Documentation for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB documentation" pkg=SUNWjavadb-docs variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-legacy arch=$(MACH) category=application desc="javadoc for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB javadoc" pkg=SUNWjavadb-javadoc variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-legacy arch=$(MACH) category=application desc="Service management (SMF) for Java DB" hotline="Please contact your local service provider" \
-    name="Java DB service management" pkg=SUNWjavadb-service variant.arch=$(MACH) vendor="OpenIndiana Project" version=10.5.3,REV=2009.11.10
-
-license javadb.license license="APLv2"
-
-dir path=lib
-dir path=lib/svc
-dir path=lib/svc/method
-dir path=var
-dir path=var/lib
-dir path=var/lib/javadb group=noaccess mode=0755 owner=noaccess
-dir path=var/lib/javadb/data group=noaccess mode=0700 owner=noaccess
-dir path=var/svc
-dir path=var/svc/manifest
-dir path=var/svc/manifest/application
-dir path=var/svc/manifest/application/database
-dir path=opt
-dir path=opt/SUNWjavadb
-dir path=opt/SUNWjavadb/bin
-dir path=opt/SUNWjavadb/demo
-dir path=opt/SUNWjavadb/demo/databases
-dir path=opt/SUNWjavadb/demo/databases/toursdb
-dir path=opt/SUNWjavadb/demo/databases/toursdb/log
-dir path=opt/SUNWjavadb/demo/databases/toursdb/seg0
-dir path=opt/SUNWjavadb/demo/programs
-dir path=opt/SUNWjavadb/demo/programs/localcal
-dir path=opt/SUNWjavadb/demo/programs/localcal/lib
-dir path=opt/SUNWjavadb/demo/programs/localcal/src
-dir path=opt/SUNWjavadb/demo/programs/localcal/src/images
-dir path=opt/SUNWjavadb/demo/programs/nserverdemo
-dir path=opt/SUNWjavadb/demo/programs/scores
-dir path=opt/SUNWjavadb/demo/programs/scores/java
-dir path=opt/SUNWjavadb/demo/programs/scores/java/client
-dir path=opt/SUNWjavadb/demo/programs/scores/java/client/org
-dir path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache
-dir path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo/scores
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo/scores/app
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data
-dir path=opt/SUNWjavadb/demo/programs/scores/java/common
-dir path=opt/SUNWjavadb/demo/programs/scores/java/common/org
-dir path=opt/SUNWjavadb/demo/programs/scores/java/common/org/apache
-dir path=opt/SUNWjavadb/demo/programs/scores/java/common/org/apache/derbyDemo
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/common/org/apache/derbyDemo/scores
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util
-dir path=opt/SUNWjavadb/demo/programs/scores/java/server
-dir path=opt/SUNWjavadb/demo/programs/scores/java/server/org
-dir path=opt/SUNWjavadb/demo/programs/scores/java/server/org/apache
-dir path=opt/SUNWjavadb/demo/programs/scores/java/server/org/apache/derbyDemo
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/server/org/apache/derbyDemo/scores
-dir \
-    path=opt/SUNWjavadb/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc
-dir path=opt/SUNWjavadb/demo/programs/simple
-dir path=opt/SUNWjavadb/demo/programs/simplemobile
-dir path=opt/SUNWjavadb/demo/programs/toursdb
-dir path=opt/SUNWjavadb/demo/programs/vtis
-dir path=opt/SUNWjavadb/demo/programs/vtis/data
-dir path=opt/SUNWjavadb/demo/programs/vtis/java
-dir path=opt/SUNWjavadb/demo/programs/vtis/java/org
-dir path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache
-dir path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo
-dir path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis
-dir path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core
-dir \
-    path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example
-dir \
-    path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot
-dir path=opt/SUNWjavadb/demo/programs/vtis/sql
-dir path=opt/SUNWjavadb/demo/programs/workingwithderby
-dir path=opt/SUNWjavadb/demo/templates
-dir path=opt/SUNWjavadb/docs
-dir path=opt/SUNWjavadb/docs/html
-dir path=opt/SUNWjavadb/docs/html/adminguide
-dir path=opt/SUNWjavadb/docs/html/devguide
-dir path=opt/SUNWjavadb/docs/html/getstart
-dir path=opt/SUNWjavadb/docs/html/images
-dir path=opt/SUNWjavadb/docs/html/ref
-dir path=opt/SUNWjavadb/docs/html/tools
-dir path=opt/SUNWjavadb/docs/html/tuning
-dir path=opt/SUNWjavadb/docs/pdf
-dir path=opt/SUNWjavadb/docs/pdf/adminguide
-dir path=opt/SUNWjavadb/docs/pdf/devguide
-dir path=opt/SUNWjavadb/docs/pdf/getstart
-dir path=opt/SUNWjavadb/docs/pdf/ref
-dir path=opt/SUNWjavadb/docs/pdf/tools
-dir path=opt/SUNWjavadb/docs/pdf/tuning
-dir path=opt/SUNWjavadb/javadoc
-dir path=opt/SUNWjavadb/javadoc/jdbc3
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/authentication
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/drda
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/drda
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/security
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools
-dir path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/vti
-dir path=opt/SUNWjavadb/javadoc/jdbc3/resources
-dir path=opt/SUNWjavadb/javadoc/jdbc4
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/authentication
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/drda
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/drda
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/security
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools
-dir path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/vti
-dir path=opt/SUNWjavadb/javadoc/jdbc4/resources
-dir path=opt/SUNWjavadb/lib
-file javadb.sh group=bin mode=0555 owner=root path=lib/svc/method/javadb
-file javadb.xml group=sys mode=0444 owner=root path=var/svc/manifest/application/database/javadb.xml restart_fmri=svc:/system/manifest-import:default
-file 3RDPARTY path=opt/SUNWjavadb/3RDPARTY
-file LICENSE path=opt/SUNWjavadb/LICENSE
-file NOTICE path=opt/SUNWjavadb/NOTICE
-file RELEASE-NOTES.html path=opt/SUNWjavadb/RELEASE-NOTES.html
-file bin/NetworkServerControl path=opt/SUNWjavadb/bin/NetworkServerControl mode=0555
-file bin/NetworkServerControl.bat path=opt/SUNWjavadb/bin/NetworkServerControl.bat mode=0555
-file bin/dblook path=opt/SUNWjavadb/bin/dblook mode=0555
-file bin/dblook.bat path=opt/SUNWjavadb/bin/dblook.bat mode=0555
-file bin/derby_common.bat path=opt/SUNWjavadb/bin/derby_common.bat mode=0555
-file bin/derby_common.sh path=opt/SUNWjavadb/bin/derby_common.sh mode=0555
-file bin/ij path=opt/SUNWjavadb/bin/ij mode=0555
-file bin/ij.bat path=opt/SUNWjavadb/bin/ij.bat mode=0555
-file bin/setEmbeddedCP path=opt/SUNWjavadb/bin/setEmbeddedCP mode=0555
-file bin/setEmbeddedCP.bat path=opt/SUNWjavadb/bin/setEmbeddedCP.bat mode=0555
-file bin/setNetworkClientCP path=opt/SUNWjavadb/bin/setNetworkClientCP mode=0555
-file bin/setNetworkClientCP.bat path=opt/SUNWjavadb/bin/setNetworkClientCP.bat mode=0555
-file bin/setNetworkServerCP path=opt/SUNWjavadb/bin/setNetworkServerCP mode=0555
-file bin/setNetworkServerCP.bat path=opt/SUNWjavadb/bin/setNetworkServerCP.bat mode=0555
-file bin/startNetworkServer path=opt/SUNWjavadb/bin/startNetworkServer mode=0555
-file bin/startNetworkServer.bat path=opt/SUNWjavadb/bin/startNetworkServer.bat mode=0555
-file bin/stopNetworkServer path=opt/SUNWjavadb/bin/stopNetworkServer mode=0555
-file bin/stopNetworkServer.bat path=opt/SUNWjavadb/bin/stopNetworkServer.bat mode=0555
-file bin/sysinfo path=opt/SUNWjavadb/bin/sysinfo mode=0555
-file bin/sysinfo.bat path=opt/SUNWjavadb/bin/sysinfo.bat mode=0555
-file demo/README.txt path=opt/SUNWjavadb/demo/README.txt
-file demo/databases/toursdb.jar path=opt/SUNWjavadb/demo/databases/toursdb.jar
-file demo/databases/toursdb/log/log.ctrl path=opt/SUNWjavadb/demo/databases/toursdb/log/log.ctrl
-file demo/databases/toursdb/log/log1.dat path=opt/SUNWjavadb/demo/databases/toursdb/log/log1.dat
-file demo/databases/toursdb/log/logmirror.ctrl path=opt/SUNWjavadb/demo/databases/toursdb/log/logmirror.ctrl
-file demo/databases/toursdb/seg0/c10.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c10.dat
-file demo/databases/toursdb/seg0/c101.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c101.dat
-file demo/databases/toursdb/seg0/c111.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c111.dat
-file demo/databases/toursdb/seg0/c121.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c121.dat
-file demo/databases/toursdb/seg0/c130.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c130.dat
-file demo/databases/toursdb/seg0/c141.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c141.dat
-file demo/databases/toursdb/seg0/c150.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c150.dat
-file demo/databases/toursdb/seg0/c161.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c161.dat
-file demo/databases/toursdb/seg0/c171.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c171.dat
-file demo/databases/toursdb/seg0/c180.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c180.dat
-file demo/databases/toursdb/seg0/c191.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c191.dat
-file demo/databases/toursdb/seg0/c1a1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c1a1.dat
-file demo/databases/toursdb/seg0/c1b1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c1b1.dat
-file demo/databases/toursdb/seg0/c1c0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c1c0.dat
-file demo/databases/toursdb/seg0/c1d1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c1d1.dat
-file demo/databases/toursdb/seg0/c1e0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c1e0.dat
-file demo/databases/toursdb/seg0/c1f1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c1f1.dat
-file demo/databases/toursdb/seg0/c20.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c20.dat
-file demo/databases/toursdb/seg0/c200.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c200.dat
-file demo/databases/toursdb/seg0/c211.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c211.dat
-file demo/databases/toursdb/seg0/c221.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c221.dat
-file demo/databases/toursdb/seg0/c230.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c230.dat
-file demo/databases/toursdb/seg0/c241.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c241.dat
-file demo/databases/toursdb/seg0/c251.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c251.dat
-file demo/databases/toursdb/seg0/c260.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c260.dat
-file demo/databases/toursdb/seg0/c271.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c271.dat
-file demo/databases/toursdb/seg0/c281.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c281.dat
-file demo/databases/toursdb/seg0/c290.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c290.dat
-file demo/databases/toursdb/seg0/c2a1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c2a1.dat
-file demo/databases/toursdb/seg0/c2b1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c2b1.dat
-file demo/databases/toursdb/seg0/c2c1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c2c1.dat
-file demo/databases/toursdb/seg0/c2d0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c2d0.dat
-file demo/databases/toursdb/seg0/c2e1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c2e1.dat
-file demo/databases/toursdb/seg0/c2f0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c2f0.dat
-file demo/databases/toursdb/seg0/c300.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c300.dat
-file demo/databases/toursdb/seg0/c31.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c31.dat
-file demo/databases/toursdb/seg0/c311.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c311.dat
-file demo/databases/toursdb/seg0/c321.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c321.dat
-file demo/databases/toursdb/seg0/c331.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c331.dat
-file demo/databases/toursdb/seg0/c340.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c340.dat
-file demo/databases/toursdb/seg0/c351.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c351.dat
-file demo/databases/toursdb/seg0/c361.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c361.dat
-file demo/databases/toursdb/seg0/c371.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c371.dat
-file demo/databases/toursdb/seg0/c380.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c380.dat
-file demo/databases/toursdb/seg0/c391.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c391.dat
-file demo/databases/toursdb/seg0/c3a1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c3a1.dat
-file demo/databases/toursdb/seg0/c3b1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c3b1.dat
-file demo/databases/toursdb/seg0/c3c0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c3c0.dat
-file demo/databases/toursdb/seg0/c3d1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c3d1.dat
-file demo/databases/toursdb/seg0/c3e1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c3e1.dat
-file demo/databases/toursdb/seg0/c3f1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c3f1.dat
-file demo/databases/toursdb/seg0/c400.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c400.dat
-file demo/databases/toursdb/seg0/c41.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c41.dat
-file demo/databases/toursdb/seg0/c411.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c411.dat
-file demo/databases/toursdb/seg0/c420.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c420.dat
-file demo/databases/toursdb/seg0/c431.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c431.dat
-file demo/databases/toursdb/seg0/c441.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c441.dat
-file demo/databases/toursdb/seg0/c450.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c450.dat
-file demo/databases/toursdb/seg0/c461.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c461.dat
-file demo/databases/toursdb/seg0/c471.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c471.dat
-file demo/databases/toursdb/seg0/c480.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c480.dat
-file demo/databases/toursdb/seg0/c491.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c491.dat
-file demo/databases/toursdb/seg0/c4a1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c4a1.dat
-file demo/databases/toursdb/seg0/c4b1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c4b1.dat
-file demo/databases/toursdb/seg0/c4c0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c4c0.dat
-file demo/databases/toursdb/seg0/c4d1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c4d1.dat
-file demo/databases/toursdb/seg0/c4e1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c4e1.dat
-file demo/databases/toursdb/seg0/c4f0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c4f0.dat
-file demo/databases/toursdb/seg0/c501.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c501.dat
-file demo/databases/toursdb/seg0/c51.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c51.dat
-file demo/databases/toursdb/seg0/c510.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c510.dat
-file demo/databases/toursdb/seg0/c60.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c60.dat
-file demo/databases/toursdb/seg0/c71.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c71.dat
-file demo/databases/toursdb/seg0/c81.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c81.dat
-file demo/databases/toursdb/seg0/c90.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/c90.dat
-file demo/databases/toursdb/seg0/ca1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/ca1.dat
-file demo/databases/toursdb/seg0/cb1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/cb1.dat
-file demo/databases/toursdb/seg0/cc0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/cc0.dat
-file demo/databases/toursdb/seg0/cd1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/cd1.dat
-file demo/databases/toursdb/seg0/ce1.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/ce1.dat
-file demo/databases/toursdb/seg0/cf0.dat path=opt/SUNWjavadb/demo/databases/toursdb/seg0/cf0.dat
-file demo/databases/toursdb/service.properties path=opt/SUNWjavadb/demo/databases/toursdb/service.properties
-file demo/programs/csfull.css path=opt/SUNWjavadb/demo/programs/csfull.css
-file demo/programs/demo.html path=opt/SUNWjavadb/demo/programs/demo.html
-file demo/programs/derbylogo128_bluebg.png path=opt/SUNWjavadb/demo/programs/derbylogo128_bluebg.png
-file demo/programs/localcal/README path=opt/SUNWjavadb/demo/programs/localcal/README
-file demo/programs/localcal/src/AddEventRequest.java path=opt/SUNWjavadb/demo/programs/localcal/src/AddEventRequest.java
-file demo/programs/localcal/src/CalEvent.java path=opt/SUNWjavadb/demo/programs/localcal/src/CalEvent.java
-file demo/programs/localcal/src/CalendarController.java path=opt/SUNWjavadb/demo/programs/localcal/src/CalendarController.java
-file demo/programs/localcal/src/DatabaseManager.java path=opt/SUNWjavadb/demo/programs/localcal/src/DatabaseManager.java
-file demo/programs/localcal/src/DeleteEventRequest.java path=opt/SUNWjavadb/demo/programs/localcal/src/DeleteEventRequest.java
-file demo/programs/localcal/src/EventManager.java path=opt/SUNWjavadb/demo/programs/localcal/src/EventManager.java
-file demo/programs/localcal/src/GCalendar.java path=opt/SUNWjavadb/demo/programs/localcal/src/GCalendar.java
-file demo/programs/localcal/src/GCalendarRequest.java path=opt/SUNWjavadb/demo/programs/localcal/src/GCalendarRequest.java
-file demo/programs/localcal/src/NetworkDownException.java path=opt/SUNWjavadb/demo/programs/localcal/src/NetworkDownException.java
-file demo/programs/localcal/src/RequestManager.java path=opt/SUNWjavadb/demo/programs/localcal/src/RequestManager.java
-file demo/programs/localcal/src/UpdateEventRequest.java path=opt/SUNWjavadb/demo/programs/localcal/src/UpdateEventRequest.java
-file demo/programs/localcal/src/images/delete.gif path=opt/SUNWjavadb/demo/programs/localcal/src/images/delete.gif
-file demo/programs/localcal/src/index.html path=opt/SUNWjavadb/demo/programs/localcal/src/index.html
-file demo/programs/localcal/src/localcal.js path=opt/SUNWjavadb/demo/programs/localcal/src/localcal.js
-file demo/programs/navbar.html path=opt/SUNWjavadb/demo/programs/navbar.html
-file demo/programs/nserverdemo/NetworkServerUtil.class path=opt/SUNWjavadb/demo/programs/nserverdemo/NetworkServerUtil.class
-file demo/programs/nserverdemo/NetworkServerUtil.java path=opt/SUNWjavadb/demo/programs/nserverdemo/NetworkServerUtil.java
-file demo/programs/nserverdemo/NsSample.class path=opt/SUNWjavadb/demo/programs/nserverdemo/NsSample.class
-file demo/programs/nserverdemo/NsSample.java path=opt/SUNWjavadb/demo/programs/nserverdemo/NsSample.java
-file demo/programs/nserverdemo/NsSampleClientThread.class path=opt/SUNWjavadb/demo/programs/nserverdemo/NsSampleClientThread.class
-file demo/programs/nserverdemo/NsSampleClientThread.java path=opt/SUNWjavadb/demo/programs/nserverdemo/NsSampleClientThread.java
-file demo/programs/nserverdemo/NsSampleWork.class path=opt/SUNWjavadb/demo/programs/nserverdemo/NsSampleWork.class
-file demo/programs/nserverdemo/SimpleNetworkClientSample.class path=opt/SUNWjavadb/demo/programs/nserverdemo/SimpleNetworkClientSample.class
-file demo/programs/nserverdemo/SimpleNetworkClientSample.java path=opt/SUNWjavadb/demo/programs/nserverdemo/SimpleNetworkClientSample.java
-file demo/programs/nserverdemo/SimpleNetworkServerSample.class path=opt/SUNWjavadb/demo/programs/nserverdemo/SimpleNetworkServerSample.class
-file demo/programs/nserverdemo/SimpleNetworkServerSample.java path=opt/SUNWjavadb/demo/programs/nserverdemo/SimpleNetworkServerSample.java
-file demo/programs/nserverdemo/nserverdemo.html path=opt/SUNWjavadb/demo/programs/nserverdemo/nserverdemo.html
-file demo/programs/nserverdemo/readme.html path=opt/SUNWjavadb/demo/programs/nserverdemo/readme.html
-file demo/programs/nserverdemo/simpleserversample.html path=opt/SUNWjavadb/demo/programs/nserverdemo/simpleserversample.html
-file demo/programs/readme.html path=opt/SUNWjavadb/demo/programs/readme.html
-file demo/programs/scores/README path=opt/SUNWjavadb/demo/programs/scores/README
-file demo/programs/scores/customizeMe.properties path=opt/SUNWjavadb/demo/programs/scores/customizeMe.properties
-file demo/programs/scores/java/client/org/apache/derbyDemo/scores/app/Scores.java path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo/scores/app/Scores.java
-file demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Data.java path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Data.java
-file demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Database.java path=opt/SUNWjavadb/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Database.java
-file demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Logger.java path=opt/SUNWjavadb/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Logger.java
-file demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Utils.java path=opt/SUNWjavadb/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Utils.java
-file demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Functions.java path=opt/SUNWjavadb/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Functions.java
-file demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Procedures.java path=opt/SUNWjavadb/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Procedures.java
-file demo/programs/simple/SimpleApp.class path=opt/SUNWjavadb/demo/programs/simple/SimpleApp.class
-file demo/programs/simple/SimpleApp.java path=opt/SUNWjavadb/demo/programs/simple/SimpleApp.java
-file demo/programs/simple/derby.properties path=opt/SUNWjavadb/demo/programs/simple/derby.properties
-file demo/programs/simple/example.html path=opt/SUNWjavadb/demo/programs/simple/example.html
-file demo/programs/simplemobile/SimpleMobileApp.class path=opt/SUNWjavadb/demo/programs/simplemobile/SimpleMobileApp.class
-file demo/programs/simplemobile/SimpleMobileApp.java path=opt/SUNWjavadb/demo/programs/simplemobile/SimpleMobileApp.java
-file demo/programs/simplemobile/readme.html path=opt/SUNWjavadb/demo/programs/simplemobile/readme.html
-file demo/programs/toursdb/ToursDB_schema.sql path=opt/SUNWjavadb/demo/programs/toursdb/ToursDB_schema.sql
-file demo/programs/toursdb/build.xml path=opt/SUNWjavadb/demo/programs/toursdb/build.xml
-file demo/programs/toursdb/cupisle.gif path=opt/SUNWjavadb/demo/programs/toursdb/cupisle.gif
-file demo/programs/toursdb/disconnect.sql path=opt/SUNWjavadb/demo/programs/toursdb/disconnect.sql
-file demo/programs/toursdb/insertMaps.java path=opt/SUNWjavadb/demo/programs/toursdb/insertMaps.java
-file demo/programs/toursdb/loadAIRLINES.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadAIRLINES.sql
-file demo/programs/toursdb/loadCITIES.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadCITIES.sql
-file demo/programs/toursdb/loadCOUNTRIES.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadCOUNTRIES.sql
-file demo/programs/toursdb/loadFLIGHTAVAILABILITY1.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadFLIGHTAVAILABILITY1.sql
-file demo/programs/toursdb/loadFLIGHTAVAILABILITY2.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadFLIGHTAVAILABILITY2.sql
-file demo/programs/toursdb/loadFLIGHTS1.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadFLIGHTS1.sql
-file demo/programs/toursdb/loadFLIGHTS2.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadFLIGHTS2.sql
-file demo/programs/toursdb/loadTables.sql path=opt/SUNWjavadb/demo/programs/toursdb/loadTables.sql
-file demo/programs/toursdb/smallisle.gif path=opt/SUNWjavadb/demo/programs/toursdb/smallisle.gif
-file demo/programs/toursdb/toursdb_readme.html path=opt/SUNWjavadb/demo/programs/toursdb/toursdb_readme.html
-file demo/programs/toursdb/witchisle.gif path=opt/SUNWjavadb/demo/programs/toursdb/witchisle.gif
-file demo/programs/vtis/README path=opt/SUNWjavadb/demo/programs/vtis/README
-file demo/programs/vtis/data/ApacheServerLog.xml path=opt/SUNWjavadb/demo/programs/vtis/data/ApacheServerLog.xml
-file demo/programs/vtis/data/DerbyJiraReport.xml path=opt/SUNWjavadb/demo/programs/vtis/data/DerbyJiraReport.xml
-file demo/programs/vtis/data/svn_log.txt path=opt/SUNWjavadb/demo/programs/vtis/data/svn_log.txt
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/FlatFileVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/FlatFileVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/QueryRow.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/QueryRow.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/QueryVTIHelper.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/QueryVTIHelper.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/StringColumnVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/StringColumnVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/VTIHelper.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/VTIHelper.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/VTITemplate.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/VTITemplate.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/XMLRow.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/XMLRow.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/XmlVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/XmlVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/ApacheServerLogVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/ApacheServerLogVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/DerbyJiraReportVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/DerbyJiraReportVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/LineListVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/LineListVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/PropertyFileVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/PropertyFileVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/SubversionLogVTI.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/SubversionLogVTI.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/VTIs.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/VTIs.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/WorldDBSnapshot.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/WorldDBSnapshot.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/SnapshotQuery.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/SnapshotQuery.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/Subscription.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/Subscription.java
-file demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/SubscriptionSignature.java path=opt/SUNWjavadb/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/SubscriptionSignature.java
-file demo/programs/vtis/sql/demoFileVtis.sql path=opt/SUNWjavadb/demo/programs/vtis/sql/demoFileVtis.sql
-file demo/programs/vtis/sql/demoForeignDbmsVtis.sql path=opt/SUNWjavadb/demo/programs/vtis/sql/demoForeignDbmsVtis.sql
-file demo/programs/workingwithderby/WwdClientExample.class path=opt/SUNWjavadb/demo/programs/workingwithderby/WwdClientExample.class
-file demo/programs/workingwithderby/WwdClientExample.java path=opt/SUNWjavadb/demo/programs/workingwithderby/WwdClientExample.java
-file demo/programs/workingwithderby/WwdEmbedded.class path=opt/SUNWjavadb/demo/programs/workingwithderby/WwdEmbedded.class
-file demo/programs/workingwithderby/WwdEmbedded.java path=opt/SUNWjavadb/demo/programs/workingwithderby/WwdEmbedded.java
-file demo/programs/workingwithderby/WwdUtils.class path=opt/SUNWjavadb/demo/programs/workingwithderby/WwdUtils.class
-file demo/programs/workingwithderby/WwdUtils.java path=opt/SUNWjavadb/demo/programs/workingwithderby/WwdUtils.java
-file demo/programs/workingwithderby/readme.html path=opt/SUNWjavadb/demo/programs/workingwithderby/readme.html
-file demo/templates/server.policy path=opt/SUNWjavadb/demo/templates/server.policy
-file docs/html/adminguide/adminguide-single.html path=opt/SUNWjavadb/docs/html/adminguide/adminguide-single.html
-file docs/html/adminguide/cadminadvtops.html path=opt/SUNWjavadb/docs/html/adminguide/cadminadvtops.html
-file docs/html/adminguide/cadminapps.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps.html
-file docs/html/adminguide/cadminapps49914.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps49914.html
-file docs/html/adminguide/cadminapps59125.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps59125.html
-file docs/html/adminguide/cadminapps811478.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps811478.html
-file docs/html/adminguide/cadminapps811631.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps811631.html
-file docs/html/adminguide/cadminapps811656.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps811656.html
-file docs/html/adminguide/cadminapps811695.html path=opt/SUNWjavadb/docs/html/adminguide/cadminapps811695.html
-file docs/html/adminguide/cadminappsclient.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsclient.html
-file docs/html/adminguide/cadminappsclientdiffs.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsclientdiffs.html
-file docs/html/adminguide/cadminappsclientsecurity.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsclientsecurity.html
-file docs/html/adminguide/cadminappsclienttracing.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsclienttracing.html
-file docs/html/adminguide/cadminappsdiffsreadonly.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsdiffsreadonly.html
-file docs/html/adminguide/cadminappsjdbcdiffs.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsjdbcdiffs.html
-file docs/html/adminguide/cadminappsthenetworkserverandjvms.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsthenetworkserverandjvms.html
-file docs/html/adminguide/cadminappsusingthederbytoolswiththene.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsusingthederbytoolswiththene.html
-file docs/html/adminguide/cadminappsxawthdriver.html path=opt/SUNWjavadb/docs/html/adminguide/cadminappsxawthdriver.html
-file docs/html/adminguide/cadminbckupdb.html path=opt/SUNWjavadb/docs/html/adminguide/cadminbckupdb.html
-file docs/html/adminguide/cadminconfig86869.html path=opt/SUNWjavadb/docs/html/adminguide/cadminconfig86869.html
-file docs/html/adminguide/cadminconfigoverview.html path=opt/SUNWjavadb/docs/html/adminguide/cadminconfigoverview.html
-file docs/html/adminguide/cadminconsist01.html path=opt/SUNWjavadb/docs/html/adminguide/cadminconsist01.html
-file docs/html/adminguide/cadminembeddedserver.html path=opt/SUNWjavadb/docs/html/adminguide/cadminembeddedserver.html
-file docs/html/adminguide/cadminhubbkup01.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup01.html
-file docs/html/adminguide/cadminhubbkup12677.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup12677.html
-file docs/html/adminguide/cadminhubbkup21105.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup21105.html
-file docs/html/adminguide/cadminhubbkup63476.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup63476.html
-file docs/html/adminguide/cadminhubbkup67525.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup67525.html
-file docs/html/adminguide/cadminhubbkup75469.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup75469.html
-file docs/html/adminguide/cadminhubbkup98797.html path=opt/SUNWjavadb/docs/html/adminguide/cadminhubbkup98797.html
-file docs/html/adminguide/cadminjavadb.html path=opt/SUNWjavadb/docs/html/adminguide/cadminjavadb.html
-file docs/html/adminguide/cadminlockvti42553.html path=opt/SUNWjavadb/docs/html/adminguide/cadminlockvti42553.html
-file docs/html/adminguide/cadminlockvti83889.html path=opt/SUNWjavadb/docs/html/adminguide/cadminlockvti83889.html
-file docs/html/adminguide/cadminlog800315.html path=opt/SUNWjavadb/docs/html/adminguide/cadminlog800315.html
-file docs/html/adminguide/cadminlog98.html path=opt/SUNWjavadb/docs/html/adminguide/cadminlog98.html
-file docs/html/adminguide/cadminnetservsecurity.html path=opt/SUNWjavadb/docs/html/adminguide/cadminnetservsecurity.html
-file docs/html/adminguide/cadminnsdatasources.html path=opt/SUNWjavadb/docs/html/adminguide/cadminnsdatasources.html
-file docs/html/adminguide/cadminov11108.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov11108.html
-file docs/html/adminguide/cadminov16172.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov16172.html
-file docs/html/adminguide/cadminov17524.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov17524.html
-file docs/html/adminguide/cadminov28261.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov28261.html
-file docs/html/adminguide/cadminov33597.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov33597.html
-file docs/html/adminguide/cadminov38650.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov38650.html
-file docs/html/adminguide/cadminov65220.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov65220.html
-file docs/html/adminguide/cadminov825125.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov825125.html
-file docs/html/adminguide/cadminov825149.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov825149.html
-file docs/html/adminguide/cadminov825266.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov825266.html
-file docs/html/adminguide/cadminov83312.html path=opt/SUNWjavadb/docs/html/adminguide/cadminov83312.html
-file docs/html/adminguide/cadminovcliconnect.html path=opt/SUNWjavadb/docs/html/adminguide/cadminovcliconnect.html
-file docs/html/adminguide/cadminovntsrvsample.html path=opt/SUNWjavadb/docs/html/adminguide/cadminovntsrvsample.html
-file docs/html/adminguide/cadminovsrvsmpprgm.html path=opt/SUNWjavadb/docs/html/adminguide/cadminovsrvsmpprgm.html
-file docs/html/adminguide/cadminpartone.html path=opt/SUNWjavadb/docs/html/adminguide/cadminpartone.html
-file docs/html/adminguide/cadminparttwo.html path=opt/SUNWjavadb/docs/html/adminguide/cadminparttwo.html
-file docs/html/adminguide/cadminpreface11181.html path=opt/SUNWjavadb/docs/html/adminguide/cadminpreface11181.html
-file docs/html/adminguide/cadminpreface22460.html path=opt/SUNWjavadb/docs/html/adminguide/cadminpreface22460.html
-file docs/html/adminguide/cadminpreface23947.html path=opt/SUNWjavadb/docs/html/adminguide/cadminpreface23947.html
-file docs/html/adminguide/cadminpreface30074.html path=opt/SUNWjavadb/docs/html/adminguide/cadminpreface30074.html
-file docs/html/adminguide/cadminreplication.html path=opt/SUNWjavadb/docs/html/adminguide/cadminreplication.html
-file docs/html/adminguide/cadminreplicfailover.html path=opt/SUNWjavadb/docs/html/adminguide/cadminreplicfailover.html
-file docs/html/adminguide/cadminreplicfailures.html path=opt/SUNWjavadb/docs/html/adminguide/cadminreplicfailures.html
-file docs/html/adminguide/cadminreplicsecurity.html path=opt/SUNWjavadb/docs/html/adminguide/cadminreplicsecurity.html
-file docs/html/adminguide/cadminreplicstartrun.html path=opt/SUNWjavadb/docs/html/adminguide/cadminreplicstartrun.html
-file docs/html/adminguide/cadminreplicstop.html path=opt/SUNWjavadb/docs/html/adminguide/cadminreplicstop.html
-file docs/html/adminguide/cadminrollforward.html path=opt/SUNWjavadb/docs/html/adminguide/cadminrollforward.html
-file docs/html/adminguide/cadminservlet98430.html path=opt/SUNWjavadb/docs/html/adminguide/cadminservlet98430.html
-file docs/html/adminguide/cadminspace21579.html path=opt/SUNWjavadb/docs/html/adminguide/cadminspace21579.html
-file docs/html/adminguide/cadminssl.html path=opt/SUNWjavadb/docs/html/adminguide/cadminssl.html
-file docs/html/adminguide/cadminssladmin.html path=opt/SUNWjavadb/docs/html/adminguide/cadminssladmin.html
-file docs/html/adminguide/cadminsslclient.html path=opt/SUNWjavadb/docs/html/adminguide/cadminsslclient.html
-file docs/html/adminguide/cadminsslkeys.html path=opt/SUNWjavadb/docs/html/adminguide/cadminsslkeys.html
-file docs/html/adminguide/cadminsslserver.html path=opt/SUNWjavadb/docs/html/adminguide/cadminsslserver.html
-file docs/html/adminguide/index.html path=opt/SUNWjavadb/docs/html/adminguide/index.html
-file docs/html/adminguide/radminapps811974.html path=opt/SUNWjavadb/docs/html/adminguide/radminapps811974.html
-file docs/html/adminguide/radminappsclientxmp.html path=opt/SUNWjavadb/docs/html/adminguide/radminappsclientxmp.html
-file docs/html/adminguide/radminappsresultsetdiffs.html path=opt/SUNWjavadb/docs/html/adminguide/radminappsresultsetdiffs.html
-file docs/html/adminguide/radminconfig.html path=opt/SUNWjavadb/docs/html/adminguide/radminconfig.html
-file docs/html/adminguide/radminconfigdb2jdrdalogconnections.html path=opt/SUNWjavadb/docs/html/adminguide/radminconfigdb2jdrdalogconnections.html
-file docs/html/adminguide/radminconfigdb2jdrdatracedirectory.html path=opt/SUNWjavadb/docs/html/adminguide/radminconfigdb2jdrdatracedirectory.html
-file docs/html/adminguide/radminconfigportnumber.html path=opt/SUNWjavadb/docs/html/adminguide/radminconfigportnumber.html
-file docs/html/adminguide/radminconfigstartnetworkserver.html path=opt/SUNWjavadb/docs/html/adminguide/radminconfigstartnetworkserver.html
-file docs/html/adminguide/radminconsist24642.html path=opt/SUNWjavadb/docs/html/adminguide/radminconsist24642.html
-file docs/html/adminguide/radminconsist30301.html path=opt/SUNWjavadb/docs/html/adminguide/radminconsist30301.html
-file docs/html/adminguide/radminconsist38781.html path=opt/SUNWjavadb/docs/html/adminguide/radminconsist38781.html
-file docs/html/adminguide/radmincopyright.html path=opt/SUNWjavadb/docs/html/adminguide/radmincopyright.html
-file docs/html/adminguide/radmindrdaStreamOutBufferSize.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdaStreamOutBufferSize.html
-file docs/html/adminguide/radmindrdahost.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdahost.html
-file docs/html/adminguide/radmindrdakeepalive.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdakeepalive.html
-file docs/html/adminguide/radmindrdamaxthreads.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdamaxthreads.html
-file docs/html/adminguide/radmindrdaminthreads.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdaminthreads.html
-file docs/html/adminguide/radmindrdasecmechanism.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdasecmechanism.html
-file docs/html/adminguide/radmindrdasslmode.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdasslmode.html
-file docs/html/adminguide/radmindrdatimeslice.html path=opt/SUNWjavadb/docs/html/adminguide/radmindrdatimeslice.html
-file docs/html/adminguide/radminembeddedserverex.html path=opt/SUNWjavadb/docs/html/adminguide/radminembeddedserverex.html
-file docs/html/adminguide/radminlicense.html path=opt/SUNWjavadb/docs/html/adminguide/radminlicense.html
-file docs/html/adminguide/radminlog800241.html path=opt/SUNWjavadb/docs/html/adminguide/radminlog800241.html
-file docs/html/adminguide/radminlog800279.html path=opt/SUNWjavadb/docs/html/adminguide/radminlog800279.html
-file docs/html/adminguide/radminnsdatasourcexmp.html path=opt/SUNWjavadb/docs/html/adminguide/radminnsdatasourcexmp.html
-file docs/html/adminguide/radminovnssample.html path=opt/SUNWjavadb/docs/html/adminguide/radminovnssample.html
-file docs/html/adminguide/radminsampleprograms.html path=opt/SUNWjavadb/docs/html/adminguide/radminsampleprograms.html
-file docs/html/adminguide/radminservlet810694.html path=opt/SUNWjavadb/docs/html/adminguide/radminservlet810694.html
-file docs/html/adminguide/radminservlet810717.html path=opt/SUNWjavadb/docs/html/adminguide/radminservlet810717.html
-file docs/html/adminguide/radminservlet810796.html path=opt/SUNWjavadb/docs/html/adminguide/radminservlet810796.html
-file docs/html/adminguide/radminservlet810822.html path=opt/SUNWjavadb/docs/html/adminguide/radminservlet810822.html
-file docs/html/adminguide/radminservlet810910.html path=opt/SUNWjavadb/docs/html/adminguide/radminservlet810910.html
-file docs/html/adminguide/radmintrademderby.html path=opt/SUNWjavadb/docs/html/adminguide/radmintrademderby.html
-file docs/html/adminguide/tadminadv804410.html path=opt/SUNWjavadb/docs/html/adminguide/tadminadv804410.html
-file docs/html/adminguide/tadminadv804451.html path=opt/SUNWjavadb/docs/html/adminguide/tadminadv804451.html
-file docs/html/adminguide/tadminapps811302.html path=opt/SUNWjavadb/docs/html/adminguide/tadminapps811302.html
-file docs/html/adminguide/tadminapps811345.html path=opt/SUNWjavadb/docs/html/adminguide/tadminapps811345.html
-file docs/html/adminguide/tadminappschangingyourclasspath.html path=opt/SUNWjavadb/docs/html/adminguide/tadminappschangingyourclasspath.html
-file docs/html/adminguide/tadminappsruntimeinfo.html path=opt/SUNWjavadb/docs/html/adminguide/tadminappsruntimeinfo.html
-file docs/html/adminguide/tadminappssettingportnumbers.html path=opt/SUNWjavadb/docs/html/adminguide/tadminappssettingportnumbers.html
-file docs/html/adminguide/tadmincbdjhhfd.html path=opt/SUNWjavadb/docs/html/adminguide/tadmincbdjhhfd.html
-file docs/html/adminguide/tadminconfig813694.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig813694.html
-file docs/html/adminguide/tadminconfig814963.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig814963.html
-file docs/html/adminguide/tadminconfig815333.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig815333.html
-file docs/html/adminguide/tadminconfig815357.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig815357.html
-file docs/html/adminguide/tadminconfig815768.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig815768.html
-file docs/html/adminguide/tadminconfig815822.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig815822.html
-file docs/html/adminguide/tadminconfig815853.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfig815853.html
-file docs/html/adminguide/tadminconfigipx.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfigipx.html
-file docs/html/adminguide/tadminconfigsettingnetwrokserverproperties.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfigsettingnetwrokserverproperties.html
-file docs/html/adminguide/tadminconfigshuttingdownthenetworkserver.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfigshuttingdownthenetworkserver.html
-file docs/html/adminguide/tadminconfigsysteminformation.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfigsysteminformation.html
-file docs/html/adminguide/tadminconfiguringthenetworkserver.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfiguringthenetworkserver.html
-file docs/html/adminguide/tadminconfigverifyingstartup.html path=opt/SUNWjavadb/docs/html/adminguide/tadminconfigverifyingstartup.html
-file docs/html/adminguide/tadmincrtdbbkup.html path=opt/SUNWjavadb/docs/html/adminguide/tadmincrtdbbkup.html
-file docs/html/adminguide/tadminhubbkup44.html path=opt/SUNWjavadb/docs/html/adminguide/tadminhubbkup44.html
-file docs/html/adminguide/tadminlog800206.html path=opt/SUNWjavadb/docs/html/adminguide/tadminlog800206.html
-file docs/html/adminguide/tadminlogfile.html path=opt/SUNWjavadb/docs/html/adminguide/tadminlogfile.html
-file docs/html/adminguide/tadminnetservbasic.html path=opt/SUNWjavadb/docs/html/adminguide/tadminnetservbasic.html
-file docs/html/adminguide/tadminnetservcustom.html path=opt/SUNWjavadb/docs/html/adminguide/tadminnetservcustom.html
-file docs/html/adminguide/tadminnetservopen.html path=opt/SUNWjavadb/docs/html/adminguide/tadminnetservopen.html
-file docs/html/adminguide/tadminnetservrun.html path=opt/SUNWjavadb/docs/html/adminguide/tadminnetservrun.html
-file docs/html/adminguide/tadminnetservusrauth.html path=opt/SUNWjavadb/docs/html/adminguide/tadminnetservusrauth.html
-file docs/html/adminguide/tadminovclirun.html path=opt/SUNWjavadb/docs/html/adminguide/tadminovclirun.html
-file docs/html/adminguide/tadminovnsrundemo.html path=opt/SUNWjavadb/docs/html/adminguide/tadminovnsrundemo.html
-file docs/html/adminguide/tadminovrunsrvprgm.html path=opt/SUNWjavadb/docs/html/adminguide/tadminovrunsrvprgm.html
-file docs/html/adminguide/tadmintracefacility.html path=opt/SUNWjavadb/docs/html/adminguide/tadmintracefacility.html
-file docs/html/adminguide/toc.html path=opt/SUNWjavadb/docs/html/adminguide/toc.html
-file docs/html/devguide/appauth_os.gif path=opt/SUNWjavadb/docs/html/devguide/appauth_os.gif
-file docs/html/devguide/appauth_os.jpg path=opt/SUNWjavadb/docs/html/devguide/appauth_os.jpg
-file docs/html/devguide/authentic_os.gif path=opt/SUNWjavadb/docs/html/devguide/authentic_os.gif
-file docs/html/devguide/authentic_os.jpg path=opt/SUNWjavadb/docs/html/devguide/authentic_os.jpg
-file docs/html/devguide/cdevadvjdbc18939.html path=opt/SUNWjavadb/docs/html/devguide/cdevadvjdbc18939.html
-file docs/html/devguide/cdevadvjdbc32436.html path=opt/SUNWjavadb/docs/html/devguide/cdevadvjdbc32436.html
-file docs/html/devguide/cdevadvjdbc35053.html path=opt/SUNWjavadb/docs/html/devguide/cdevadvjdbc35053.html
-file docs/html/devguide/cdevadvjdbc41138.html path=opt/SUNWjavadb/docs/html/devguide/cdevadvjdbc41138.html
-file docs/html/devguide/cdevbabejgjd.html path=opt/SUNWjavadb/docs/html/devguide/cdevbabejgjd.html
-file docs/html/devguide/cdevcbabejdfj.html path=opt/SUNWjavadb/docs/html/devguide/cdevcbabejdfj.html
-file docs/html/devguide/cdevcollation.html path=opt/SUNWjavadb/docs/html/devguide/cdevcollation.html
-file docs/html/devguide/cdevconcepts10914.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts10914.html
-file docs/html/devguide/cdevconcepts14433.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts14433.html
-file docs/html/devguide/cdevconcepts15366.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts15366.html
-file docs/html/devguide/cdevconcepts16400.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts16400.html
-file docs/html/devguide/cdevconcepts19173.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts19173.html
-file docs/html/devguide/cdevconcepts19524.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts19524.html
-file docs/html/devguide/cdevconcepts22300.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts22300.html
-file docs/html/devguide/cdevconcepts22641.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts22641.html
-file docs/html/devguide/cdevconcepts23499.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts23499.html
-file docs/html/devguide/cdevconcepts23810.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts23810.html
-file docs/html/devguide/cdevconcepts23987.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts23987.html
-file docs/html/devguide/cdevconcepts24019.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts24019.html
-file docs/html/devguide/cdevconcepts24927.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts24927.html
-file docs/html/devguide/cdevconcepts26633.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts26633.html
-file docs/html/devguide/cdevconcepts28351.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts28351.html
-file docs/html/devguide/cdevconcepts28436.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts28436.html
-file docs/html/devguide/cdevconcepts29416.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts29416.html
-file docs/html/devguide/cdevconcepts30291.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts30291.html
-file docs/html/devguide/cdevconcepts30811.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts30811.html
-file docs/html/devguide/cdevconcepts32861.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts32861.html
-file docs/html/devguide/cdevconcepts34828.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts34828.html
-file docs/html/devguide/cdevconcepts36402.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts36402.html
-file docs/html/devguide/cdevconcepts36881.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts36881.html
-file docs/html/devguide/cdevconcepts38375.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts38375.html
-file docs/html/devguide/cdevconcepts41275.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts41275.html
-file docs/html/devguide/cdevconcepts50894.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts50894.html
-file docs/html/devguide/cdevconcepts53677.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts53677.html
-file docs/html/devguide/cdevconcepts65864.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts65864.html
-file docs/html/devguide/cdevconcepts838179.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts838179.html
-file docs/html/devguide/cdevconcepts838315.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts838315.html
-file docs/html/devguide/cdevconcepts838850.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts838850.html
-file docs/html/devguide/cdevconcepts839085.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts839085.html
-file docs/html/devguide/cdevconcepts840995.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts840995.html
-file docs/html/devguide/cdevconcepts842279.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts842279.html
-file docs/html/devguide/cdevconcepts842304.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts842304.html
-file docs/html/devguide/cdevconcepts842385.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts842385.html
-file docs/html/devguide/cdevconcepts842613.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts842613.html
-file docs/html/devguide/cdevconcepts844813.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts844813.html
-file docs/html/devguide/cdevconcepts89097.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts89097.html
-file docs/html/devguide/cdevconcepts89498.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts89498.html
-file docs/html/devguide/cdevconcepts95005.html path=opt/SUNWjavadb/docs/html/devguide/cdevconcepts95005.html
-file docs/html/devguide/cdevconceptssavepoints.html path=opt/SUNWjavadb/docs/html/devguide/cdevconceptssavepoints.html
-file docs/html/devguide/cdevcsecure10983.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure10983.html
-file docs/html/devguide/cdevcsecure12392.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure12392.html
-file docs/html/devguide/cdevcsecure21547.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure21547.html
-file docs/html/devguide/cdevcsecure21561.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure21561.html
-file docs/html/devguide/cdevcsecure24366.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure24366.html
-file docs/html/devguide/cdevcsecure24458.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure24458.html
-file docs/html/devguide/cdevcsecure31493.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure31493.html
-file docs/html/devguide/cdevcsecure36127.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure36127.html
-file docs/html/devguide/cdevcsecure36595.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure36595.html
-file docs/html/devguide/cdevcsecure37241.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure37241.html
-file docs/html/devguide/cdevcsecure37817.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure37817.html
-file docs/html/devguide/cdevcsecure38522.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure38522.html
-file docs/html/devguide/cdevcsecure41285.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure41285.html
-file docs/html/devguide/cdevcsecure42374.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure42374.html
-file docs/html/devguide/cdevcsecure51876.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure51876.html
-file docs/html/devguide/cdevcsecure55054.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure55054.html
-file docs/html/devguide/cdevcsecure60146.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure60146.html
-file docs/html/devguide/cdevcsecure67151.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure67151.html
-file docs/html/devguide/cdevcsecure79358.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure79358.html
-file docs/html/devguide/cdevcsecure863446.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure863446.html
-file docs/html/devguide/cdevcsecure863546.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure863546.html
-file docs/html/devguide/cdevcsecure863611.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure863611.html
-file docs/html/devguide/cdevcsecure863676.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure863676.html
-file docs/html/devguide/cdevcsecure864242.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure864242.html
-file docs/html/devguide/cdevcsecure864642.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure864642.html
-file docs/html/devguide/cdevcsecure864692.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure864692.html
-file docs/html/devguide/cdevcsecure865580.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure865580.html
-file docs/html/devguide/cdevcsecure865818.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure865818.html
-file docs/html/devguide/cdevcsecure865880.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure865880.html
-file docs/html/devguide/cdevcsecure866060.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure866060.html
-file docs/html/devguide/cdevcsecure866716.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure866716.html
-file docs/html/devguide/cdevcsecure871387.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure871387.html
-file docs/html/devguide/cdevcsecure876908.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure876908.html
-file docs/html/devguide/cdevcsecure88690.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure88690.html
-file docs/html/devguide/cdevcsecure90988.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure90988.html
-file docs/html/devguide/cdevcsecure96815.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure96815.html
-file docs/html/devguide/cdevcsecure97760.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecure97760.html
-file docs/html/devguide/cdevcsecureDbOwner.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecureDbOwner.html
-file docs/html/devguide/cdevcsecuree.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecuree.html
-file docs/html/devguide/cdevcsecuregrantrevokeaccess.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecuregrantrevokeaccess.html
-file docs/html/devguide/cdevcsecureroles.html path=opt/SUNWjavadb/docs/html/devguide/cdevcsecureroles.html
-file docs/html/devguide/cdevdeploy11201.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy11201.html
-file docs/html/devguide/cdevdeploy12748.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy12748.html
-file docs/html/devguide/cdevdeploy15325.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy15325.html
-file docs/html/devguide/cdevdeploy15818.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy15818.html
-file docs/html/devguide/cdevdeploy17604.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy17604.html
-file docs/html/devguide/cdevdeploy18639.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy18639.html
-file docs/html/devguide/cdevdeploy18716.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy18716.html
-file docs/html/devguide/cdevdeploy21645.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy21645.html
-file docs/html/devguide/cdevdeploy23812.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy23812.html
-file docs/html/devguide/cdevdeploy30736.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy30736.html
-file docs/html/devguide/cdevdeploy32171.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy32171.html
-file docs/html/devguide/cdevdeploy38918.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy38918.html
-file docs/html/devguide/cdevdeploy82529.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy82529.html
-file docs/html/devguide/cdevdeploy855368.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy855368.html
-file docs/html/devguide/cdevdeploy855655.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy855655.html
-file docs/html/devguide/cdevdeploy856333.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy856333.html
-file docs/html/devguide/cdevdeploy856753.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy856753.html
-file docs/html/devguide/cdevdeploy857611.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy857611.html
-file docs/html/devguide/cdevdeploy857648.html path=opt/SUNWjavadb/docs/html/devguide/cdevdeploy857648.html
-file docs/html/devguide/cdevdgpref11181.html path=opt/SUNWjavadb/docs/html/devguide/cdevdgpref11181.html
-file docs/html/devguide/cdevdgpref23947.html path=opt/SUNWjavadb/docs/html/devguide/cdevdgpref23947.html
-file docs/html/devguide/cdevdgpref24290.html path=opt/SUNWjavadb/docs/html/devguide/cdevdgpref24290.html
-file docs/html/devguide/cdevdgpref29520.html path=opt/SUNWjavadb/docs/html/devguide/cdevdgpref29520.html
-file docs/html/devguide/cdevdvlp13018.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp13018.html
-file docs/html/devguide/cdevdvlp14839.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp14839.html
-file docs/html/devguide/cdevdvlp17453.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp17453.html
-file docs/html/devguide/cdevdvlp18166.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp18166.html
-file docs/html/devguide/cdevdvlp19297.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp19297.html
-file docs/html/devguide/cdevdvlp19524.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp19524.html
-file docs/html/devguide/cdevdvlp19700.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp19700.html
-file docs/html/devguide/cdevdvlp20458.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp20458.html
-file docs/html/devguide/cdevdvlp21955.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp21955.html
-file docs/html/devguide/cdevdvlp22619.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp22619.html
-file docs/html/devguide/cdevdvlp24155.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp24155.html
-file docs/html/devguide/cdevdvlp25820.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp25820.html
-file docs/html/devguide/cdevdvlp25889.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp25889.html
-file docs/html/devguide/cdevdvlp27610.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp27610.html
-file docs/html/devguide/cdevdvlp27715.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp27715.html
-file docs/html/devguide/cdevdvlp30653.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp30653.html
-file docs/html/devguide/cdevdvlp34964.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp34964.html
-file docs/html/devguide/cdevdvlp39409.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp39409.html
-file docs/html/devguide/cdevdvlp39943.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp39943.html
-file docs/html/devguide/cdevdvlp40350.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp40350.html
-file docs/html/devguide/cdevdvlp40653.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp40653.html
-file docs/html/devguide/cdevdvlp40724.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp40724.html
-file docs/html/devguide/cdevdvlp42173.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp42173.html
-file docs/html/devguide/cdevdvlp51654.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp51654.html
-file docs/html/devguide/cdevdvlp84026.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp84026.html
-file docs/html/devguide/cdevdvlp845973.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp845973.html
-file docs/html/devguide/cdevdvlp846110.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp846110.html
-file docs/html/devguide/cdevdvlp846369.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp846369.html
-file docs/html/devguide/cdevdvlp846402.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp846402.html
-file docs/html/devguide/cdevdvlp91854.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp91854.html
-file docs/html/devguide/cdevdvlp96597.html path=opt/SUNWjavadb/docs/html/devguide/cdevdvlp96597.html
-file docs/html/devguide/cdevin10613.html path=opt/SUNWjavadb/docs/html/devguide/cdevin10613.html
-file docs/html/devguide/cdevin38113.html path=opt/SUNWjavadb/docs/html/devguide/cdevin38113.html
-file docs/html/devguide/cdevin55108.html path=opt/SUNWjavadb/docs/html/devguide/cdevin55108.html
-file docs/html/devguide/cdevin71274.html path=opt/SUNWjavadb/docs/html/devguide/cdevin71274.html
-file docs/html/devguide/cdevjavadb.html path=opt/SUNWjavadb/docs/html/devguide/cdevjavadb.html
-file docs/html/devguide/cdevresman19524.html path=opt/SUNWjavadb/docs/html/devguide/cdevresman19524.html
-file docs/html/devguide/cdevresman89722.html path=opt/SUNWjavadb/docs/html/devguide/cdevresman89722.html
-file docs/html/devguide/cdevresman92946.html path=opt/SUNWjavadb/docs/html/devguide/cdevresman92946.html
-file docs/html/devguide/cdevsetprop1003847.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop1003847.html
-file docs/html/devguide/cdevsetprop11108.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop11108.html
-file docs/html/devguide/cdevsetprop11561.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop11561.html
-file docs/html/devguide/cdevsetprop12821.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop12821.html
-file docs/html/devguide/cdevsetprop13074.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop13074.html
-file docs/html/devguide/cdevsetprop16827.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop16827.html
-file docs/html/devguide/cdevsetprop23308.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop23308.html
-file docs/html/devguide/cdevsetprop24222.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop24222.html
-file docs/html/devguide/cdevsetprop24843.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop24843.html
-file docs/html/devguide/cdevsetprop32443.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop32443.html
-file docs/html/devguide/cdevsetprop34818.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop34818.html
-file docs/html/devguide/cdevsetprop38343.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop38343.html
-file docs/html/devguide/cdevsetprop44147.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop44147.html
-file docs/html/devguide/cdevsetprop824451.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop824451.html
-file docs/html/devguide/cdevsetprop824500.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop824500.html
-file docs/html/devguide/cdevsetprop824533.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop824533.html
-file docs/html/devguide/cdevsetprop824615.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop824615.html
-file docs/html/devguide/cdevsetprop824983.html path=opt/SUNWjavadb/docs/html/devguide/cdevsetprop824983.html
-file docs/html/devguide/cdevspecial.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial.html
-file docs/html/devguide/cdevspecial13670.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial13670.html
-file docs/html/devguide/cdevspecial16181.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial16181.html
-file docs/html/devguide/cdevspecial27163.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial27163.html
-file docs/html/devguide/cdevspecial28907.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial28907.html
-file docs/html/devguide/cdevspecial29620.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial29620.html
-file docs/html/devguide/cdevspecial41728.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial41728.html
-file docs/html/devguide/cdevspecial42117.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial42117.html
-file docs/html/devguide/cdevspecial45786.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial45786.html
-file docs/html/devguide/cdevspecial49460.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial49460.html
-file docs/html/devguide/cdevspecial53165.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial53165.html
-file docs/html/devguide/cdevspecial67260.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial67260.html
-file docs/html/devguide/cdevspecial76763.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial76763.html
-file docs/html/devguide/cdevspecial847513.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial847513.html
-file docs/html/devguide/cdevspecial93497.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecial93497.html
-file docs/html/devguide/cdevspecialtabfuncs.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtabfuncs.html
-file docs/html/devguide/cdevspecialtfbasic.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtfbasic.html
-file docs/html/devguide/cdevspecialtfexample.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtfexample.html
-file docs/html/devguide/cdevspecialtfgetxxx.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtfgetxxx.html
-file docs/html/devguide/cdevspecialtfoptexample.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtfoptexample.html
-file docs/html/devguide/cdevspecialtfoptimizer.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtfoptimizer.html
-file docs/html/devguide/cdevspecialtfopttune.html path=opt/SUNWjavadb/docs/html/devguide/cdevspecialtfopttune.html
-file docs/html/devguide/cdevstandards806118.html path=opt/SUNWjavadb/docs/html/devguide/cdevstandards806118.html
-file docs/html/devguide/cdevstandardsxml.html path=opt/SUNWjavadb/docs/html/devguide/cdevstandardsxml.html
-file docs/html/devguide/cdevstart16043.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart16043.html
-file docs/html/devguide/cdevstart18978.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart18978.html
-file docs/html/devguide/cdevstart19524.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart19524.html
-file docs/html/devguide/cdevstart39409.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart39409.html
-file docs/html/devguide/cdevstart41260.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart41260.html
-file docs/html/devguide/cdevstart813142.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart813142.html
-file docs/html/devguide/cdevstart813545.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart813545.html
-file docs/html/devguide/cdevstart98282.html path=opt/SUNWjavadb/docs/html/devguide/cdevstart98282.html
-file docs/html/devguide/cdevtricks13019.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks13019.html
-file docs/html/devguide/cdevtricks19707.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks19707.html
-file docs/html/devguide/cdevtricks21248.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks21248.html
-file docs/html/devguide/cdevtricks23426.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks23426.html
-file docs/html/devguide/cdevtricks32436.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks32436.html
-file docs/html/devguide/cdevtricks39584.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks39584.html
-file docs/html/devguide/cdevtricks807337.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks807337.html
-file docs/html/devguide/cdevtricks807365.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks807365.html
-file docs/html/devguide/cdevtricks807400.html path=opt/SUNWjavadb/docs/html/devguide/cdevtricks807400.html
-file docs/html/devguide/cdevupgrades.html path=opt/SUNWjavadb/docs/html/devguide/cdevupgrades.html
-file docs/html/devguide/common.css path=opt/SUNWjavadb/docs/html/devguide/common.css
-file docs/html/devguide/commonltr.css path=opt/SUNWjavadb/docs/html/devguide/commonltr.css
-file docs/html/devguide/commonrtl.css path=opt/SUNWjavadb/docs/html/devguide/commonrtl.css
-file docs/html/devguide/dbcont.gif path=opt/SUNWjavadb/docs/html/devguide/dbcont.gif
-file docs/html/devguide/dbcont.jpg path=opt/SUNWjavadb/docs/html/devguide/dbcont.jpg
-file docs/html/devguide/dead.gif path=opt/SUNWjavadb/docs/html/devguide/dead.gif
-file docs/html/devguide/dead.jpg path=opt/SUNWjavadb/docs/html/devguide/dead.jpg
-file docs/html/devguide/devguide-single.html path=opt/SUNWjavadb/docs/html/devguide/devguide-single.html
-file docs/html/devguide/edeploy_os.gif path=opt/SUNWjavadb/docs/html/devguide/edeploy_os.gif
-file docs/html/devguide/edeploy_os.jpg path=opt/SUNWjavadb/docs/html/devguide/edeploy_os.jpg
-file docs/html/devguide/embed_os.gif path=opt/SUNWjavadb/docs/html/devguide/embed_os.gif
-file docs/html/devguide/embed_os.jpg path=opt/SUNWjavadb/docs/html/devguide/embed_os.jpg
-file docs/html/devguide/index.html path=opt/SUNWjavadb/docs/html/devguide/index.html
-file docs/html/devguide/itserv_os.gif path=opt/SUNWjavadb/docs/html/devguide/itserv_os.gif
-file docs/html/devguide/itserv_os.jpg path=opt/SUNWjavadb/docs/html/devguide/itserv_os.jpg
-file docs/html/devguide/lockwa1.gif path=opt/SUNWjavadb/docs/html/devguide/lockwa1.gif
-file docs/html/devguide/lockwa1.jpg path=opt/SUNWjavadb/docs/html/devguide/lockwa1.jpg
-file docs/html/devguide/lockwa2.gif path=opt/SUNWjavadb/docs/html/devguide/lockwa2.gif
-file docs/html/devguide/lockwa2.jpg path=opt/SUNWjavadb/docs/html/devguide/lockwa2.jpg
-file docs/html/devguide/lockwa3.gif path=opt/SUNWjavadb/docs/html/devguide/lockwa3.gif
-file docs/html/devguide/lockwa3.jpg path=opt/SUNWjavadb/docs/html/devguide/lockwa3.jpg
-file docs/html/devguide/rdevadvjdbc034.html path=opt/SUNWjavadb/docs/html/devguide/rdevadvjdbc034.html
-file docs/html/devguide/rdevadvjdbc965.html path=opt/SUNWjavadb/docs/html/devguide/rdevadvjdbc965.html
-file docs/html/devguide/rdevconcepts1119.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts1119.html
-file docs/html/devguide/rdevconcepts2462.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts2462.html
-file docs/html/devguide/rdevconcepts38274.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts38274.html
-file docs/html/devguide/rdevconcepts600.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts600.html
-file docs/html/devguide/rdevconcepts713.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts713.html
-file docs/html/devguide/rdevconcepts8424.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts8424.html
-file docs/html/devguide/rdevconcepts88082.html path=opt/SUNWjavadb/docs/html/devguide/rdevconcepts88082.html
-file docs/html/devguide/rdevconceptsfor.html path=opt/SUNWjavadb/docs/html/devguide/rdevconceptsfor.html
-file docs/html/devguide/rdevconceptsholdablecursors.html path=opt/SUNWjavadb/docs/html/devguide/rdevconceptsholdablecursors.html
-file docs/html/devguide/rdevconceptsinsertrow.html path=opt/SUNWjavadb/docs/html/devguide/rdevconceptsinsertrow.html
-file docs/html/devguide/rdevconceptssur.html path=opt/SUNWjavadb/docs/html/devguide/rdevconceptssur.html
-file docs/html/devguide/rdevcopyright.html path=opt/SUNWjavadb/docs/html/devguide/rdevcopyright.html
-file docs/html/devguide/rdevcsecure125.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure125.html
-file docs/html/devguide/rdevcsecure13713.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure13713.html
-file docs/html/devguide/rdevcsecure190.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure190.html
-file docs/html/devguide/rdevcsecure26537.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure26537.html
-file docs/html/devguide/rdevcsecure305.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure305.html
-file docs/html/devguide/rdevcsecure379.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure379.html
-file docs/html/devguide/rdevcsecure557.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure557.html
-file docs/html/devguide/rdevcsecure608.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure608.html
-file docs/html/devguide/rdevcsecure622.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure622.html
-file docs/html/devguide/rdevcsecure766.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure766.html
-file docs/html/devguide/rdevcsecure871406.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure871406.html
-file docs/html/devguide/rdevcsecure871422.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure871422.html
-file docs/html/devguide/rdevcsecure871439.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecure871439.html
-file docs/html/devguide/rdevcsecureclientexample.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecureclientexample.html
-file docs/html/devguide/rdevcsecuresqlauthclientex.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecuresqlauthclientex.html
-file docs/html/devguide/rdevcsecuresqlauthembeddedex.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecuresqlauthembeddedex.html
-file docs/html/devguide/rdevcsecuresqlauthexceptions.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecuresqlauthexceptions.html
-file docs/html/devguide/rdevcsecuresqlauthexs.html path=opt/SUNWjavadb/docs/html/devguide/rdevcsecuresqlauthexs.html
-file docs/html/devguide/rdevdeploy856845.html path=opt/SUNWjavadb/docs/html/devguide/rdevdeploy856845.html
-file docs/html/devguide/rdevdeploy856880.html path=opt/SUNWjavadb/docs/html/devguide/rdevdeploy856880.html
-file docs/html/devguide/rdevdeploy856912.html path=opt/SUNWjavadb/docs/html/devguide/rdevdeploy856912.html
-file docs/html/devguide/rdevdeploy856948.html path=opt/SUNWjavadb/docs/html/devguide/rdevdeploy856948.html
-file docs/html/devguide/rdevdvlp22102.html path=opt/SUNWjavadb/docs/html/devguide/rdevdvlp22102.html
-file docs/html/devguide/rdevdvlp847152.html path=opt/SUNWjavadb/docs/html/devguide/rdevdvlp847152.html
-file docs/html/devguide/rdevexudclass.html path=opt/SUNWjavadb/docs/html/devguide/rdevexudclass.html
-file docs/html/devguide/rdevlicense.html path=opt/SUNWjavadb/docs/html/devguide/rdevlicense.html
-file docs/html/devguide/rdevprocsqle.html path=opt/SUNWjavadb/docs/html/devguide/rdevprocsqle.html
-file docs/html/devguide/rdevresman79556.html path=opt/SUNWjavadb/docs/html/devguide/rdevresman79556.html
-file docs/html/devguide/rdevtrademderby.html path=opt/SUNWjavadb/docs/html/devguide/rdevtrademderby.html
-file docs/html/devguide/security2_os.gif path=opt/SUNWjavadb/docs/html/devguide/security2_os.gif
-file docs/html/devguide/security2_os.jpg path=opt/SUNWjavadb/docs/html/devguide/security2_os.jpg
-file docs/html/devguide/security_os.gif path=opt/SUNWjavadb/docs/html/devguide/security_os.gif
-file docs/html/devguide/security_os.jpg path=opt/SUNWjavadb/docs/html/devguide/security_os.jpg
-file docs/html/devguide/system_os.gif path=opt/SUNWjavadb/docs/html/devguide/system_os.gif
-file docs/html/devguide/system_os.jpg path=opt/SUNWjavadb/docs/html/devguide/system_os.jpg
-file docs/html/devguide/tdevconcepts41704.html path=opt/SUNWjavadb/docs/html/devguide/tdevconcepts41704.html
-file docs/html/devguide/tdevconcepts839040.html path=opt/SUNWjavadb/docs/html/devguide/tdevconcepts839040.html
-file docs/html/devguide/tdevcsecure81850.html path=opt/SUNWjavadb/docs/html/devguide/tdevcsecure81850.html
-file docs/html/devguide/tdevcsecure82556.html path=opt/SUNWjavadb/docs/html/devguide/tdevcsecure82556.html
-file docs/html/devguide/tdevcsecurenewbootpw.html path=opt/SUNWjavadb/docs/html/devguide/tdevcsecurenewbootpw.html
-file docs/html/devguide/tdevcsecurenewextkey.html path=opt/SUNWjavadb/docs/html/devguide/tdevcsecurenewextkey.html
-file docs/html/devguide/tdevcsecurenewkeyoverview.html path=opt/SUNWjavadb/docs/html/devguide/tdevcsecurenewkeyoverview.html
-file docs/html/devguide/tdevcsecureunencrypteddb.html path=opt/SUNWjavadb/docs/html/devguide/tdevcsecureunencrypteddb.html
-file docs/html/devguide/tdevdeploy19136.html path=opt/SUNWjavadb/docs/html/devguide/tdevdeploy19136.html
-file docs/html/devguide/tdevdeploy26887.html path=opt/SUNWjavadb/docs/html/devguide/tdevdeploy26887.html
-file docs/html/devguide/tdevdeploy33704.html path=opt/SUNWjavadb/docs/html/devguide/tdevdeploy33704.html
-file docs/html/devguide/tdevdeploy39856.html path=opt/SUNWjavadb/docs/html/devguide/tdevdeploy39856.html
-file docs/html/devguide/tdevdvlp12233.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp12233.html
-file docs/html/devguide/tdevdvlp14496.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp14496.html
-file docs/html/devguide/tdevdvlp20349.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp20349.html
-file docs/html/devguide/tdevdvlp36289.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp36289.html
-file docs/html/devguide/tdevdvlp39090.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp39090.html
-file docs/html/devguide/tdevdvlp40140.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp40140.html
-file docs/html/devguide/tdevdvlp40464.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlp40464.html
-file docs/html/devguide/tdevdvlpcollation.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlpcollation.html
-file docs/html/devguide/tdevdvlpcreateencryptdbextkey.html path=opt/SUNWjavadb/docs/html/devguide/tdevdvlpcreateencryptdbextkey.html
-file docs/html/devguide/tdevpreupgrade.html path=opt/SUNWjavadb/docs/html/devguide/tdevpreupgrade.html
-file docs/html/devguide/tdevupgradedb.html path=opt/SUNWjavadb/docs/html/devguide/tdevupgradedb.html
-file docs/html/devguide/tdevupgradesoft.html path=opt/SUNWjavadb/docs/html/devguide/tdevupgradesoft.html
-file docs/html/devguide/toc.html path=opt/SUNWjavadb/docs/html/devguide/toc.html
-file docs/html/getstart/cgsinsta.html path=opt/SUNWjavadb/docs/html/getstart/cgsinsta.html
-file docs/html/getstart/cgsinstallingderby.html path=opt/SUNWjavadb/docs/html/getstart/cgsinstallingderby.html
-file docs/html/getstart/cgsintdo.html path=opt/SUNWjavadb/docs/html/getstart/cgsintdo.html
-file docs/html/getstart/cgsintro.html path=opt/SUNWjavadb/docs/html/getstart/cgsintro.html
-file docs/html/getstart/cgsintsr.html path=opt/SUNWjavadb/docs/html/getstart/cgsintsr.html
-file docs/html/getstart/cgsjavadb.html path=opt/SUNWjavadb/docs/html/getstart/cgsjavadb.html
-file docs/html/getstart/cgslib19524.html path=opt/SUNWjavadb/docs/html/getstart/cgslib19524.html
-file docs/html/getstart/cgsquck13780.html path=opt/SUNWjavadb/docs/html/getstart/cgsquck13780.html
-file docs/html/getstart/cgsquck19524.html path=opt/SUNWjavadb/docs/html/getstart/cgsquck19524.html
-file docs/html/getstart/cgsquck35643.html path=opt/SUNWjavadb/docs/html/getstart/cgsquck35643.html
-file docs/html/getstart/cgsquck70629.html path=opt/SUNWjavadb/docs/html/getstart/cgsquck70629.html
-file docs/html/getstart/cgstutorialintro.html path=opt/SUNWjavadb/docs/html/getstart/cgstutorialintro.html
-file docs/html/getstart/cgsusingtoolsutils.html path=opt/SUNWjavadb/docs/html/getstart/cgsusingtoolsutils.html
-file docs/html/getstart/cwwdactivities.html path=opt/SUNWjavadb/docs/html/getstart/cwwdactivities.html
-file docs/html/getstart/cwwdsummary.html path=opt/SUNWjavadb/docs/html/getstart/cwwdsummary.html
-file docs/html/getstart/getstart-single.html path=opt/SUNWjavadb/docs/html/getstart/getstart-single.html
-file docs/html/getstart/index.html path=opt/SUNWjavadb/docs/html/getstart/index.html
-file docs/html/getstart/rgscopyright.html path=opt/SUNWjavadb/docs/html/getstart/rgscopyright.html
-file docs/html/getstart/rgsderbyrunjarsyntax.html path=opt/SUNWjavadb/docs/html/getstart/rgsderbyrunjarsyntax.html
-file docs/html/getstart/rgsdocs10012.html path=opt/SUNWjavadb/docs/html/getstart/rgsdocs10012.html
-file docs/html/getstart/rgsdocs17307.html path=opt/SUNWjavadb/docs/html/getstart/rgsdocs17307.html
-file docs/html/getstart/rgsdocs18277.html path=opt/SUNWjavadb/docs/html/getstart/rgsdocs18277.html
-file docs/html/getstart/rgsdocs37966.html path=opt/SUNWjavadb/docs/html/getstart/rgsdocs37966.html
-file docs/html/getstart/rgsdocs99397.html path=opt/SUNWjavadb/docs/html/getstart/rgsdocs99397.html
-file docs/html/getstart/rgslib27507.html path=opt/SUNWjavadb/docs/html/getstart/rgslib27507.html
-file docs/html/getstart/rgslib46043.html path=opt/SUNWjavadb/docs/html/getstart/rgslib46043.html
-file docs/html/getstart/rgslicense.html path=opt/SUNWjavadb/docs/html/getstart/rgslicense.html
-file docs/html/getstart/rgsquck30197.html path=opt/SUNWjavadb/docs/html/getstart/rgsquck30197.html
-file docs/html/getstart/rgsquck35368.html path=opt/SUNWjavadb/docs/html/getstart/rgsquck35368.html
-file docs/html/getstart/rgstrademderby.html path=opt/SUNWjavadb/docs/html/getstart/rgstrademderby.html
-file docs/html/getstart/rwwdactivity3.html path=opt/SUNWjavadb/docs/html/getstart/rwwdactivity3.html
-file docs/html/getstart/tgs26250.html path=opt/SUNWjavadb/docs/html/getstart/tgs26250.html
-file docs/html/getstart/tgsrunningdblook.html path=opt/SUNWjavadb/docs/html/getstart/tgsrunningdblook.html
-file docs/html/getstart/tgsrunningij.html path=opt/SUNWjavadb/docs/html/getstart/tgsrunningij.html
-file docs/html/getstart/tgsrunningsysinfo.html path=opt/SUNWjavadb/docs/html/getstart/tgsrunningsysinfo.html
-file docs/html/getstart/tgsruntoolsutils.html path=opt/SUNWjavadb/docs/html/getstart/tgsruntoolsutils.html
-file docs/html/getstart/tgssetupenvironment.html path=opt/SUNWjavadb/docs/html/getstart/tgssetupenvironment.html
-file docs/html/getstart/tgssetupjavaenvir.html path=opt/SUNWjavadb/docs/html/getstart/tgssetupjavaenvir.html
-file docs/html/getstart/tgssetupverify.html path=opt/SUNWjavadb/docs/html/getstart/tgssetupverify.html
-file docs/html/getstart/toc.html path=opt/SUNWjavadb/docs/html/getstart/toc.html
-file docs/html/getstart/twwdactivity1.html path=opt/SUNWjavadb/docs/html/getstart/twwdactivity1.html
-file docs/html/getstart/twwdactivity1_Setup.html path=opt/SUNWjavadb/docs/html/getstart/twwdactivity1_Setup.html
-file docs/html/getstart/twwdactivity1_overview.html path=opt/SUNWjavadb/docs/html/getstart/twwdactivity1_overview.html
-file docs/html/getstart/twwdactivity2.html path=opt/SUNWjavadb/docs/html/getstart/twwdactivity2.html
-file docs/html/getstart/twwdactivity3_Setup.html path=opt/SUNWjavadb/docs/html/getstart/twwdactivity3_Setup.html
-file docs/html/getstart/twwdactivity4.html path=opt/SUNWjavadb/docs/html/getstart/twwdactivity4.html
-file docs/html/images/java_db_type.jpg path=opt/SUNWjavadb/docs/html/images/java_db_type.jpg
-file docs/html/images/logowithtext.jpg path=opt/SUNWjavadb/docs/html/images/logowithtext.jpg
-file docs/html/ref/crefjavadb.html path=opt/SUNWjavadb/docs/html/ref/crefjavadb.html
-file docs/html/ref/crefjavbclobnot.html path=opt/SUNWjavadb/docs/html/ref/crefjavbclobnot.html
-file docs/html/ref/crefjavccns.html path=opt/SUNWjavadb/docs/html/ref/crefjavccns.html
-file docs/html/ref/crefjavgcasyn.html path=opt/SUNWjavadb/docs/html/ref/crefjavgcasyn.html
-file docs/html/ref/crefjavstateautogen.html path=opt/SUNWjavadb/docs/html/ref/crefjavstateautogen.html
-file docs/html/ref/crefjdbc12657.html path=opt/SUNWjavadb/docs/html/ref/crefjdbc12657.html
-file docs/html/ref/crefmpref1002477.html path=opt/SUNWjavadb/docs/html/ref/crefmpref1002477.html
-file docs/html/ref/crefmpref11181.html path=opt/SUNWjavadb/docs/html/ref/crefmpref11181.html
-file docs/html/ref/crefmpref23223.html path=opt/SUNWjavadb/docs/html/ref/crefmpref23223.html
-file docs/html/ref/crefmpref23947.html path=opt/SUNWjavadb/docs/html/ref/crefmpref23947.html
-file docs/html/ref/crefproper22250.html path=opt/SUNWjavadb/docs/html/ref/crefproper22250.html
-file docs/html/ref/crefproper51399.html path=opt/SUNWjavadb/docs/html/ref/crefproper51399.html
-file docs/html/ref/crefproperdynstat.html path=opt/SUNWjavadb/docs/html/ref/crefproperdynstat.html
-file docs/html/ref/crefsqlbuiltinsystemfunctions.html path=opt/SUNWjavadb/docs/html/ref/crefsqlbuiltinsystemfunctions.html
-file docs/html/ref/crefsqlbuiltinsystemprocedures.html path=opt/SUNWjavadb/docs/html/ref/crefsqlbuiltinsystemprocedures.html
-file docs/html/ref/crefsqlj1003454.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj1003454.html
-file docs/html/ref/crefsqlj1004091.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj1004091.html
-file docs/html/ref/crefsqlj18919.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj18919.html
-file docs/html/ref/crefsqlj21305.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj21305.html
-file docs/html/ref/crefsqlj22771.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj22771.html
-file docs/html/ref/crefsqlj23296.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj23296.html
-file docs/html/ref/crefsqlj28138.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj28138.html
-file docs/html/ref/crefsqlj29911.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj29911.html
-file docs/html/ref/crefsqlj31068.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj31068.html
-file docs/html/ref/crefsqlj34834.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj34834.html
-file docs/html/ref/crefsqlj35312.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj35312.html
-file docs/html/ref/crefsqlj39374.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj39374.html
-file docs/html/ref/crefsqlj41507.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj41507.html
-file docs/html/ref/crefsqlj80721.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj80721.html
-file docs/html/ref/crefsqlj95081.html path=opt/SUNWjavadb/docs/html/ref/crefsqlj95081.html
-file docs/html/ref/crefsqljrenamestatements.html path=opt/SUNWjavadb/docs/html/ref/crefsqljrenamestatements.html
-file docs/html/ref/index.html path=opt/SUNWjavadb/docs/html/ref/index.html
-file docs/html/ref/ref-single.html path=opt/SUNWjavadb/docs/html/ref/ref-single.html
-file docs/html/ref/rrefaltertablecompress.html path=opt/SUNWjavadb/docs/html/ref/rrefaltertablecompress.html
-file docs/html/ref/rrefapi1003363.html path=opt/SUNWjavadb/docs/html/ref/rrefapi1003363.html
-file docs/html/ref/rrefapi1005026.html path=opt/SUNWjavadb/docs/html/ref/rrefapi1005026.html
-file docs/html/ref/rrefapi10613.html path=opt/SUNWjavadb/docs/html/ref/rrefapi10613.html
-file docs/html/ref/rrefapi19690.html path=opt/SUNWjavadb/docs/html/ref/rrefapi19690.html
-file docs/html/ref/rrefapi24806.html path=opt/SUNWjavadb/docs/html/ref/rrefapi24806.html
-file docs/html/ref/rrefapi33761.html path=opt/SUNWjavadb/docs/html/ref/rrefapi33761.html
-file docs/html/ref/rrefattrib10035.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib10035.html
-file docs/html/ref/rrefattrib15290.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib15290.html
-file docs/html/ref/rrefattrib16471.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib16471.html
-file docs/html/ref/rrefattrib17246.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib17246.html
-file docs/html/ref/rrefattrib24612.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib24612.html
-file docs/html/ref/rrefattrib26867.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib26867.html
-file docs/html/ref/rrefattrib34183.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib34183.html
-file docs/html/ref/rrefattrib42100.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib42100.html
-file docs/html/ref/rrefattrib42686.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib42686.html
-file docs/html/ref/rrefattrib56769.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib56769.html
-file docs/html/ref/rrefattrib60346.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib60346.html
-file docs/html/ref/rrefattrib72457.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib72457.html
-file docs/html/ref/rrefattrib88843.html path=opt/SUNWjavadb/docs/html/ref/rrefattrib88843.html
-file docs/html/ref/rrefattribcollation.html path=opt/SUNWjavadb/docs/html/ref/rrefattribcollation.html
-file docs/html/ref/rrefattribencryptkey.html path=opt/SUNWjavadb/docs/html/ref/rrefattribencryptkey.html
-file docs/html/ref/rrefattribfailover.html path=opt/SUNWjavadb/docs/html/ref/rrefattribfailover.html
-file docs/html/ref/rrefattribnewbootpw.html path=opt/SUNWjavadb/docs/html/ref/rrefattribnewbootpw.html
-file docs/html/ref/rrefattribnewencryptkey.html path=opt/SUNWjavadb/docs/html/ref/rrefattribnewencryptkey.html
-file docs/html/ref/rrefattribsecmech.html path=opt/SUNWjavadb/docs/html/ref/rrefattribsecmech.html
-file docs/html/ref/rrefattribslavehost.html path=opt/SUNWjavadb/docs/html/ref/rrefattribslavehost.html
-file docs/html/ref/rrefattribslaveport.html path=opt/SUNWjavadb/docs/html/ref/rrefattribslaveport.html
-file docs/html/ref/rrefattribssl.html path=opt/SUNWjavadb/docs/html/ref/rrefattribssl.html
-file docs/html/ref/rrefattribstartmaster.html path=opt/SUNWjavadb/docs/html/ref/rrefattribstartmaster.html
-file docs/html/ref/rrefattribstartslave.html path=opt/SUNWjavadb/docs/html/ref/rrefattribstartslave.html
-file docs/html/ref/rrefattribstopmaster.html path=opt/SUNWjavadb/docs/html/ref/rrefattribstopmaster.html
-file docs/html/ref/rrefattribstopslave.html path=opt/SUNWjavadb/docs/html/ref/rrefattribstopslave.html
-file docs/html/ref/rrefattribtracedirectory.html path=opt/SUNWjavadb/docs/html/ref/rrefattribtracedirectory.html
-file docs/html/ref/rrefattribtracefile.html path=opt/SUNWjavadb/docs/html/ref/rrefattribtracefile.html
-file docs/html/ref/rrefattribtracefileappend.html path=opt/SUNWjavadb/docs/html/ref/rrefattribtracefileappend.html
-file docs/html/ref/rrefattribtracelevel.html path=opt/SUNWjavadb/docs/html/ref/rrefattribtracelevel.html
-file docs/html/ref/rrefattribupgrade.html path=opt/SUNWjavadb/docs/html/ref/rrefattribupgrade.html
-file docs/html/ref/rrefbackupdbenablelognowaitproc.html path=opt/SUNWjavadb/docs/html/ref/rrefbackupdbenablelognowaitproc.html
-file docs/html/ref/rrefbackupdbenablelogproc.html path=opt/SUNWjavadb/docs/html/ref/rrefbackupdbenablelogproc.html
-file docs/html/ref/rrefbackupdbnowaitproc.html path=opt/SUNWjavadb/docs/html/ref/rrefbackupdbnowaitproc.html
-file docs/html/ref/rrefbackupdbproc.html path=opt/SUNWjavadb/docs/html/ref/rrefbackupdbproc.html
-file docs/html/ref/rrefblob.html path=opt/SUNWjavadb/docs/html/ref/rrefblob.html
-file docs/html/ref/rrefbuiltbigint.html path=opt/SUNWjavadb/docs/html/ref/rrefbuiltbigint.html
-file docs/html/ref/rrefbuiltchar.html path=opt/SUNWjavadb/docs/html/ref/rrefbuiltchar.html
-file docs/html/ref/rrefbuiltdouble.html path=opt/SUNWjavadb/docs/html/ref/rrefbuiltdouble.html
-file docs/html/ref/rrefbuiltinteger.html path=opt/SUNWjavadb/docs/html/ref/rrefbuiltinteger.html
-file docs/html/ref/rrefbuiltsmallint.html path=opt/SUNWjavadb/docs/html/ref/rrefbuiltsmallint.html
-file docs/html/ref/rrefbuiltvarchar.html path=opt/SUNWjavadb/docs/html/ref/rrefbuiltvarchar.html
-file docs/html/ref/rrefcallprocedure.html path=opt/SUNWjavadb/docs/html/ref/rrefcallprocedure.html
-file docs/html/ref/rrefcase.html path=opt/SUNWjavadb/docs/html/ref/rrefcase.html
-file docs/html/ref/rrefcasenullif.html path=opt/SUNWjavadb/docs/html/ref/rrefcasenullif.html
-file docs/html/ref/rrefcheckpointdbproc.html path=opt/SUNWjavadb/docs/html/ref/rrefcheckpointdbproc.html
-file docs/html/ref/rrefclauses.html path=opt/SUNWjavadb/docs/html/ref/rrefclauses.html
-file docs/html/ref/rrefclob.html path=opt/SUNWjavadb/docs/html/ref/rrefclob.html
-file docs/html/ref/rrefcolumnname.html path=opt/SUNWjavadb/docs/html/ref/rrefcolumnname.html
-file docs/html/ref/rrefconstraintname.html path=opt/SUNWjavadb/docs/html/ref/rrefconstraintname.html
-file docs/html/ref/rrefcopyright.html path=opt/SUNWjavadb/docs/html/ref/rrefcopyright.html
-file docs/html/ref/rrefcorrelationname.html path=opt/SUNWjavadb/docs/html/ref/rrefcorrelationname.html
-file docs/html/ref/rrefcreatefrom.html path=opt/SUNWjavadb/docs/html/ref/rrefcreatefrom.html
-file docs/html/ref/rrefcreatefunctionstatement.html path=opt/SUNWjavadb/docs/html/ref/rrefcreatefunctionstatement.html
-file docs/html/ref/rrefcreateprocedurestatement.html path=opt/SUNWjavadb/docs/html/ref/rrefcreateprocedurestatement.html
-file docs/html/ref/rrefcreaterole.html path=opt/SUNWjavadb/docs/html/ref/rrefcreaterole.html
-file docs/html/ref/rrefcrsrgpc1.html path=opt/SUNWjavadb/docs/html/ref/rrefcrsrgpc1.html
-file docs/html/ref/rrefcurrentisolation.html path=opt/SUNWjavadb/docs/html/ref/rrefcurrentisolation.html
-file docs/html/ref/rrefcurrentrole.html path=opt/SUNWjavadb/docs/html/ref/rrefcurrentrole.html
-file docs/html/ref/rrefcursorname.html path=opt/SUNWjavadb/docs/html/ref/rrefcursorname.html
-file docs/html/ref/rrefdatefunc.html path=opt/SUNWjavadb/docs/html/ref/rrefdatefunc.html
-file docs/html/ref/rrefdayfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefdayfunc.html
-file docs/html/ref/rrefdbmlimits.html path=opt/SUNWjavadb/docs/html/ref/rrefdbmlimits.html
-file docs/html/ref/rrefdeclaretemptable.html path=opt/SUNWjavadb/docs/html/ref/rrefdeclaretemptable.html
-file docs/html/ref/rrefdisablelogproc.html path=opt/SUNWjavadb/docs/html/ref/rrefdisablelogproc.html
-file docs/html/ref/rrefdmdfns1.html path=opt/SUNWjavadb/docs/html/ref/rrefdmdfns1.html
-file docs/html/ref/rrefdmrs.html path=opt/SUNWjavadb/docs/html/ref/rrefdmrs.html
-file docs/html/ref/rrefdropfunctionstatement.html path=opt/SUNWjavadb/docs/html/ref/rrefdropfunctionstatement.html
-file docs/html/ref/rrefdropprocedurestatement.html path=opt/SUNWjavadb/docs/html/ref/rrefdropprocedurestatement.html
-file docs/html/ref/rrefdroprole.html path=opt/SUNWjavadb/docs/html/ref/rrefdroprole.html
-file docs/html/ref/rrefdttlimits.html path=opt/SUNWjavadb/docs/html/ref/rrefdttlimits.html
-file docs/html/ref/rrefemptystmtcache.html path=opt/SUNWjavadb/docs/html/ref/rrefemptystmtcache.html
-file docs/html/ref/rrefexcept16677.html path=opt/SUNWjavadb/docs/html/ref/rrefexcept16677.html
-file docs/html/ref/rrefexcept71493.html path=opt/SUNWjavadb/docs/html/ref/rrefexcept71493.html
-file docs/html/ref/rrefexportproc.html path=opt/SUNWjavadb/docs/html/ref/rrefexportproc.html
-file docs/html/ref/rrefexportproctablelobs.html path=opt/SUNWjavadb/docs/html/ref/rrefexportproctablelobs.html
-file docs/html/ref/rrefexportselectionproc.html path=opt/SUNWjavadb/docs/html/ref/rrefexportselectionproc.html
-file docs/html/ref/rrefexportselectionproclobs.html path=opt/SUNWjavadb/docs/html/ref/rrefexportselectionproclobs.html
-file docs/html/ref/rreffreezedbproc.html path=opt/SUNWjavadb/docs/html/ref/rreffreezedbproc.html
-file docs/html/ref/rreffuncacos.html path=opt/SUNWjavadb/docs/html/ref/rreffuncacos.html
-file docs/html/ref/rreffuncasin.html path=opt/SUNWjavadb/docs/html/ref/rreffuncasin.html
-file docs/html/ref/rreffuncatan.html path=opt/SUNWjavadb/docs/html/ref/rreffuncatan.html
-file docs/html/ref/rreffuncatan2.html path=opt/SUNWjavadb/docs/html/ref/rreffuncatan2.html
-file docs/html/ref/rreffuncceil.html path=opt/SUNWjavadb/docs/html/ref/rreffuncceil.html
-file docs/html/ref/rreffunccos.html path=opt/SUNWjavadb/docs/html/ref/rreffunccos.html
-file docs/html/ref/rreffunccosh.html path=opt/SUNWjavadb/docs/html/ref/rreffunccosh.html
-file docs/html/ref/rreffunccot.html path=opt/SUNWjavadb/docs/html/ref/rreffunccot.html
-file docs/html/ref/rreffuncdegrees.html path=opt/SUNWjavadb/docs/html/ref/rreffuncdegrees.html
-file docs/html/ref/rreffuncexp.html path=opt/SUNWjavadb/docs/html/ref/rreffuncexp.html
-file docs/html/ref/rreffuncfloor.html path=opt/SUNWjavadb/docs/html/ref/rreffuncfloor.html
-file docs/html/ref/rreffunclog.html path=opt/SUNWjavadb/docs/html/ref/rreffunclog.html
-file docs/html/ref/rreffunclog10.html path=opt/SUNWjavadb/docs/html/ref/rreffunclog10.html
-file docs/html/ref/rreffuncpi.html path=opt/SUNWjavadb/docs/html/ref/rreffuncpi.html
-file docs/html/ref/rreffuncradians.html path=opt/SUNWjavadb/docs/html/ref/rreffuncradians.html
-file docs/html/ref/rreffuncrand.html path=opt/SUNWjavadb/docs/html/ref/rreffuncrand.html
-file docs/html/ref/rreffuncrandom.html path=opt/SUNWjavadb/docs/html/ref/rreffuncrandom.html
-file docs/html/ref/rreffuncrownumber.html path=opt/SUNWjavadb/docs/html/ref/rreffuncrownumber.html
-file docs/html/ref/rreffuncsign.html path=opt/SUNWjavadb/docs/html/ref/rreffuncsign.html
-file docs/html/ref/rreffuncsin.html path=opt/SUNWjavadb/docs/html/ref/rreffuncsin.html
-file docs/html/ref/rreffuncsinh.html path=opt/SUNWjavadb/docs/html/ref/rreffuncsinh.html
-file docs/html/ref/rreffunctan.html path=opt/SUNWjavadb/docs/html/ref/rreffunctan.html
-file docs/html/ref/rreffunctanh.html path=opt/SUNWjavadb/docs/html/ref/rreffunctanh.html
-file docs/html/ref/rreffuncxmlexists.html path=opt/SUNWjavadb/docs/html/ref/rreffuncxmlexists.html
-file docs/html/ref/rreffuncxmlparse.html path=opt/SUNWjavadb/docs/html/ref/rreffuncxmlparse.html
-file docs/html/ref/rreffuncxmlquery.html path=opt/SUNWjavadb/docs/html/ref/rreffuncxmlquery.html
-file docs/html/ref/rreffuncxmlserialize.html path=opt/SUNWjavadb/docs/html/ref/rreffuncxmlserialize.html
-file docs/html/ref/rrefgetdbpropfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefgetdbpropfunc.html
-file docs/html/ref/rrefgetuseraccess.html path=opt/SUNWjavadb/docs/html/ref/rrefgetuseraccess.html
-file docs/html/ref/rrefgpc1.html path=opt/SUNWjavadb/docs/html/ref/rrefgpc1.html
-file docs/html/ref/rrefhourfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefhourfunc.html
-file docs/html/ref/rrefidentityvallocal.html path=opt/SUNWjavadb/docs/html/ref/rrefidentityvallocal.html
-file docs/html/ref/rrefidlengthlimits.html path=opt/SUNWjavadb/docs/html/ref/rrefidlengthlimits.html
-file docs/html/ref/rrefimportdataproc.html path=opt/SUNWjavadb/docs/html/ref/rrefimportdataproc.html
-file docs/html/ref/rrefimportdataproclobs.html path=opt/SUNWjavadb/docs/html/ref/rrefimportdataproclobs.html
-file docs/html/ref/rrefimportproc.html path=opt/SUNWjavadb/docs/html/ref/rrefimportproc.html
-file docs/html/ref/rrefimporttableproclobs.html path=opt/SUNWjavadb/docs/html/ref/rrefimporttableproclobs.html
-file docs/html/ref/rrefindexname.html path=opt/SUNWjavadb/docs/html/ref/rrefindexname.html
-file docs/html/ref/rrefjavcallstatout.html path=opt/SUNWjavadb/docs/html/ref/rrefjavcallstatout.html
-file docs/html/ref/rrefjavciro.html path=opt/SUNWjavadb/docs/html/ref/rrefjavciro.html
-file docs/html/ref/rrefjavcsro.html path=opt/SUNWjavadb/docs/html/ref/rrefjavcsro.html
-file docs/html/ref/rrefjavcsti.html path=opt/SUNWjavadb/docs/html/ref/rrefjavcsti.html
-file docs/html/ref/rrefjavsqlprst.html path=opt/SUNWjavadb/docs/html/ref/rrefjavsqlprst.html
-file docs/html/ref/rrefjavsqlrssc.html path=opt/SUNWjavadb/docs/html/ref/rrefjavsqlrssc.html
-file docs/html/ref/rrefjdbc1020262.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc1020262.html
-file docs/html/ref/rrefjdbc10889.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc10889.html
-file docs/html/ref/rrefjdbc12124.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc12124.html
-file docs/html/ref/rrefjdbc15905.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc15905.html
-file docs/html/ref/rrefjdbc16643.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc16643.html
-file docs/html/ref/rrefjdbc20377.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc20377.html
-file docs/html/ref/rrefjdbc20485.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc20485.html
-file docs/html/ref/rrefjdbc23502.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc23502.html
-file docs/html/ref/rrefjdbc27433.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc27433.html
-file docs/html/ref/rrefjdbc27734.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc27734.html
-file docs/html/ref/rrefjdbc27768.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc27768.html
-file docs/html/ref/rrefjdbc28456.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc28456.html
-file docs/html/ref/rrefjdbc29874.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc29874.html
-file docs/html/ref/rrefjdbc30469.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc30469.html
-file docs/html/ref/rrefjdbc32052.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc32052.html
-file docs/html/ref/rrefjdbc34565.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc34565.html
-file docs/html/ref/rrefjdbc34954.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc34954.html
-file docs/html/ref/rrefjdbc37244.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc37244.html
-file docs/html/ref/rrefjdbc37352.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc37352.html
-file docs/html/ref/rrefjdbc38274.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc38274.html
-file docs/html/ref/rrefjdbc40794.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc40794.html
-file docs/html/ref/rrefjdbc41784.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc41784.html
-file docs/html/ref/rrefjdbc4_0connection.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc4_0connection.html
-file docs/html/ref/rrefjdbc4_0dataSource.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc4_0dataSource.html
-file docs/html/ref/rrefjdbc4_0databaseMetaData.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc4_0databaseMetaData.html
-file docs/html/ref/rrefjdbc4_0sqlexception.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc4_0sqlexception.html
-file docs/html/ref/rrefjdbc4_0statement.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc4_0statement.html
-file docs/html/ref/rrefjdbc4_0summary.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc4_0summary.html
-file docs/html/ref/rrefjdbc70824.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc70824.html
-file docs/html/ref/rrefjdbc75719.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc75719.html
-file docs/html/ref/rrefjdbc88908.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc88908.html
-file docs/html/ref/rrefjdbc96386.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbc96386.html
-file docs/html/ref/rrefjdbcescapedate.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbcescapedate.html
-file docs/html/ref/rrefjdbcjavasqlsavepoint.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbcjavasqlsavepoint.html
-file docs/html/ref/rrefjdbcjsr169.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbcjsr169.html
-file docs/html/ref/rrefjdbcrefsqlxml.html path=opt/SUNWjavadb/docs/html/ref/rrefjdbcrefsqlxml.html
-file docs/html/ref/rrefjta1003392.html path=opt/SUNWjavadb/docs/html/ref/rrefjta1003392.html
-file docs/html/ref/rrefjta1003415.html path=opt/SUNWjavadb/docs/html/ref/rrefjta1003415.html
-file docs/html/ref/rrefjta1003463.html path=opt/SUNWjavadb/docs/html/ref/rrefjta1003463.html
-file docs/html/ref/rrefjta16677.html path=opt/SUNWjavadb/docs/html/ref/rrefjta16677.html
-file docs/html/ref/rrefjta18596.html path=opt/SUNWjavadb/docs/html/ref/rrefjta18596.html
-file docs/html/ref/rrefjta51021.html path=opt/SUNWjavadb/docs/html/ref/rrefjta51021.html
-file docs/html/ref/rrefkeywords29722.html path=opt/SUNWjavadb/docs/html/ref/rrefkeywords29722.html
-file docs/html/ref/rreflicense.html path=opt/SUNWjavadb/docs/html/ref/rreflicense.html
-file docs/html/ref/rreflimits.html path=opt/SUNWjavadb/docs/html/ref/rreflimits.html
-file docs/html/ref/rreflimitsxml.html path=opt/SUNWjavadb/docs/html/ref/rreflimitsxml.html
-file docs/html/ref/rrefminutefunc.html path=opt/SUNWjavadb/docs/html/ref/rrefminutefunc.html
-file docs/html/ref/rrefmonthfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefmonthfunc.html
-file docs/html/ref/rrefnewtablename.html path=opt/SUNWjavadb/docs/html/ref/rrefnewtablename.html
-file docs/html/ref/rrefnumericlimits.html path=opt/SUNWjavadb/docs/html/ref/rrefnumericlimits.html
-file docs/html/ref/rrefpgc1.html path=opt/SUNWjavadb/docs/html/ref/rrefpgc1.html
-file docs/html/ref/rrefproceduresinplacecompress.html path=opt/SUNWjavadb/docs/html/ref/rrefproceduresinplacecompress.html
-file docs/html/ref/rrefproper10607.html path=opt/SUNWjavadb/docs/html/ref/rrefproper10607.html
-file docs/html/ref/rrefproper13217.html path=opt/SUNWjavadb/docs/html/ref/rrefproper13217.html
-file docs/html/ref/rrefproper13766.html path=opt/SUNWjavadb/docs/html/ref/rrefproper13766.html
-file docs/html/ref/rrefproper18151.html path=opt/SUNWjavadb/docs/html/ref/rrefproper18151.html
-file docs/html/ref/rrefproper23835.html path=opt/SUNWjavadb/docs/html/ref/rrefproper23835.html
-file docs/html/ref/rrefproper24390.html path=opt/SUNWjavadb/docs/html/ref/rrefproper24390.html
-file docs/html/ref/rrefproper24846.html path=opt/SUNWjavadb/docs/html/ref/rrefproper24846.html
-file docs/html/ref/rrefproper25025.html path=opt/SUNWjavadb/docs/html/ref/rrefproper25025.html
-file docs/html/ref/rrefproper25581.html path=opt/SUNWjavadb/docs/html/ref/rrefproper25581.html
-file docs/html/ref/rrefproper26978.html path=opt/SUNWjavadb/docs/html/ref/rrefproper26978.html
-file docs/html/ref/rrefproper26985.html path=opt/SUNWjavadb/docs/html/ref/rrefproper26985.html
-file docs/html/ref/rrefproper27355.html path=opt/SUNWjavadb/docs/html/ref/rrefproper27355.html
-file docs/html/ref/rrefproper27467.html path=opt/SUNWjavadb/docs/html/ref/rrefproper27467.html
-file docs/html/ref/rrefproper27529.html path=opt/SUNWjavadb/docs/html/ref/rrefproper27529.html
-file docs/html/ref/rrefproper28026.html path=opt/SUNWjavadb/docs/html/ref/rrefproper28026.html
-file docs/html/ref/rrefproper32066.html path=opt/SUNWjavadb/docs/html/ref/rrefproper32066.html
-file docs/html/ref/rrefproper32213.html path=opt/SUNWjavadb/docs/html/ref/rrefproper32213.html
-file docs/html/ref/rrefproper33027.html path=opt/SUNWjavadb/docs/html/ref/rrefproper33027.html
-file docs/html/ref/rrefproper34037.html path=opt/SUNWjavadb/docs/html/ref/rrefproper34037.html
-file docs/html/ref/rrefproper35028.html path=opt/SUNWjavadb/docs/html/ref/rrefproper35028.html
-file docs/html/ref/rrefproper37341.html path=opt/SUNWjavadb/docs/html/ref/rrefproper37341.html
-file docs/html/ref/rrefproper39325.html path=opt/SUNWjavadb/docs/html/ref/rrefproper39325.html
-file docs/html/ref/rrefproper40346.html path=opt/SUNWjavadb/docs/html/ref/rrefproper40346.html
-file docs/html/ref/rrefproper40688.html path=opt/SUNWjavadb/docs/html/ref/rrefproper40688.html
-file docs/html/ref/rrefproper43414.html path=opt/SUNWjavadb/docs/html/ref/rrefproper43414.html
-file docs/html/ref/rrefproper43517.html path=opt/SUNWjavadb/docs/html/ref/rrefproper43517.html
-file docs/html/ref/rrefproper46141.html path=opt/SUNWjavadb/docs/html/ref/rrefproper46141.html
-file docs/html/ref/rrefproper81359.html path=opt/SUNWjavadb/docs/html/ref/rrefproper81359.html
-file docs/html/ref/rrefproper81405.html path=opt/SUNWjavadb/docs/html/ref/rrefproper81405.html
-file docs/html/ref/rrefproper98166.html path=opt/SUNWjavadb/docs/html/ref/rrefproper98166.html
-file docs/html/ref/rrefproperauthdn.html path=opt/SUNWjavadb/docs/html/ref/rrefproperauthdn.html
-file docs/html/ref/rrefproperauthpw.html path=opt/SUNWjavadb/docs/html/ref/rrefproperauthpw.html
-file docs/html/ref/rrefproperbootall.html path=opt/SUNWjavadb/docs/html/ref/rrefproperbootall.html
-file docs/html/ref/rrefpropercachedn.html path=opt/SUNWjavadb/docs/html/ref/rrefpropercachedn.html
-file docs/html/ref/rrefproperdurability.html path=opt/SUNWjavadb/docs/html/ref/rrefproperdurability.html
-file docs/html/ref/rrefproperlogbuffersize.html path=opt/SUNWjavadb/docs/html/ref/rrefproperlogbuffersize.html
-file docs/html/ref/rrefpropermaxlogshippinginterval.html path=opt/SUNWjavadb/docs/html/ref/rrefpropermaxlogshippinginterval.html
-file docs/html/ref/rrefproperminlogshippinginterval.html path=opt/SUNWjavadb/docs/html/ref/rrefproperminlogshippinginterval.html
-file docs/html/ref/rrefpropernoautoboot.html path=opt/SUNWjavadb/docs/html/ref/rrefpropernoautoboot.html
-file docs/html/ref/rrefproperrowlocking.html path=opt/SUNWjavadb/docs/html/ref/rrefproperrowlocking.html
-file docs/html/ref/rrefpropersqlauth.html path=opt/SUNWjavadb/docs/html/ref/rrefpropersqlauth.html
-file docs/html/ref/rrefproperstormin.html path=opt/SUNWjavadb/docs/html/ref/rrefproperstormin.html
-file docs/html/ref/rrefproperverbose.html path=opt/SUNWjavadb/docs/html/ref/rrefproperverbose.html
-file docs/html/ref/rrefproperxatrantimeout.html path=opt/SUNWjavadb/docs/html/ref/rrefproperxatrantimeout.html
-file docs/html/ref/rrefqueries.html path=opt/SUNWjavadb/docs/html/ref/rrefqueries.html
-file docs/html/ref/rrefrauthid.html path=opt/SUNWjavadb/docs/html/ref/rrefrauthid.html
-file docs/html/ref/rrefreloadpolicyproc.html path=opt/SUNWjavadb/docs/html/ref/rrefreloadpolicyproc.html
-file docs/html/ref/rrefrestorefrom.html path=opt/SUNWjavadb/docs/html/ref/rrefrestorefrom.html
-file docs/html/ref/rrefrolename.html path=opt/SUNWjavadb/docs/html/ref/rrefrolename.html
-file docs/html/ref/rrefrollforward.html path=opt/SUNWjavadb/docs/html/ref/rrefrollforward.html
-file docs/html/ref/rrefscalarsubquery.html path=opt/SUNWjavadb/docs/html/ref/rrefscalarsubquery.html
-file docs/html/ref/rrefschemaname.html path=opt/SUNWjavadb/docs/html/ref/rrefschemaname.html
-file docs/html/ref/rrefsecondfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefsecondfunc.html
-file docs/html/ref/rrefselectexpression.html path=opt/SUNWjavadb/docs/html/ref/rrefselectexpression.html
-file docs/html/ref/rrefsetdbpropproc.html path=opt/SUNWjavadb/docs/html/ref/rrefsetdbpropproc.html
-file docs/html/ref/rrefsetrole.html path=opt/SUNWjavadb/docs/html/ref/rrefsetrole.html
-file docs/html/ref/rrefsetstatstimingproc.html path=opt/SUNWjavadb/docs/html/ref/rrefsetstatstimingproc.html
-file docs/html/ref/rrefsetuseraccess.html path=opt/SUNWjavadb/docs/html/ref/rrefsetuseraccess.html
-file docs/html/ref/rrefsimplecolumnname.html path=opt/SUNWjavadb/docs/html/ref/rrefsimplecolumnname.html
-file docs/html/ref/rrefsistabs12085.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs12085.html
-file docs/html/ref/rrefsistabs12813.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs12813.html
-file docs/html/ref/rrefsistabs13420.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs13420.html
-file docs/html/ref/rrefsistabs22441.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs22441.html
-file docs/html/ref/rrefsistabs23241.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs23241.html
-file docs/html/ref/rrefsistabs24045.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs24045.html
-file docs/html/ref/rrefsistabs24269.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs24269.html
-file docs/html/ref/rrefsistabs26665.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs26665.html
-file docs/html/ref/rrefsistabs28114.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs28114.html
-file docs/html/ref/rrefsistabs33768.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs33768.html
-file docs/html/ref/rrefsistabs33921.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs33921.html
-file docs/html/ref/rrefsistabs38369.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs38369.html
-file docs/html/ref/rrefsistabs39391.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs39391.html
-file docs/html/ref/rrefsistabs40972.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs40972.html
-file docs/html/ref/rrefsistabs79888.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabs79888.html
-file docs/html/ref/rrefsistabslilanguageitemsysstatistics.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabslilanguageitemsysstatistics.html
-file docs/html/ref/rrefsistabssyscolperms.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabssyscolperms.html
-file docs/html/ref/rrefsistabssysroles.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabssysroles.html
-file docs/html/ref/rrefsistabssysroutineperms.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabssysroutineperms.html
-file docs/html/ref/rrefsistabssystableperms.html path=opt/SUNWjavadb/docs/html/ref/rrefsistabssystableperms.html
-file docs/html/ref/rrefso2.html path=opt/SUNWjavadb/docs/html/ref/rrefso2.html
-file docs/html/ref/rrefsql9241891.html path=opt/SUNWjavadb/docs/html/ref/rrefsql9241891.html
-file docs/html/ref/rrefsqlj1055824.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj1055824.html
-file docs/html/ref/rrefsqlj10696.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj10696.html
-file docs/html/ref/rrefsqlj1080779.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj1080779.html
-file docs/html/ref/rrefsqlj1082953.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj1082953.html
-file docs/html/ref/rrefsqlj1083019.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj1083019.html
-file docs/html/ref/rrefsqlj11277.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj11277.html
-file docs/html/ref/rrefsqlj12362.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj12362.html
-file docs/html/ref/rrefsqlj13083.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj13083.html
-file docs/html/ref/rrefsqlj13590.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj13590.html
-file docs/html/ref/rrefsqlj13658.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj13658.html
-file docs/html/ref/rrefsqlj13733.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj13733.html
-file docs/html/ref/rrefsqlj14122.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj14122.html
-file docs/html/ref/rrefsqlj14854.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj14854.html
-file docs/html/ref/rrefsqlj15147.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj15147.html
-file docs/html/ref/rrefsqlj15260.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj15260.html
-file docs/html/ref/rrefsqlj15309.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj15309.html
-file docs/html/ref/rrefsqlj15446.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj15446.html
-file docs/html/ref/rrefsqlj15866.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj15866.html
-file docs/html/ref/rrefsqlj16095.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj16095.html
-file docs/html/ref/rrefsqlj16221.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj16221.html
-file docs/html/ref/rrefsqlj16357.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj16357.html
-file docs/html/ref/rrefsqlj16762.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj16762.html
-file docs/html/ref/rrefsqlj18730.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj18730.html
-file docs/html/ref/rrefsqlj18922.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj18922.html
-file docs/html/ref/rrefsqlj19433.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj19433.html
-file docs/html/ref/rrefsqlj20204.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj20204.html
-file docs/html/ref/rrefsqlj20937.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj20937.html
-file docs/html/ref/rrefsqlj21571.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj21571.html
-file docs/html/ref/rrefsqlj21583.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj21583.html
-file docs/html/ref/rrefsqlj21908.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj21908.html
-file docs/html/ref/rrefsqlj23075.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj23075.html
-file docs/html/ref/rrefsqlj24513.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj24513.html
-file docs/html/ref/rrefsqlj25228.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj25228.html
-file docs/html/ref/rrefsqlj26498.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj26498.html
-file docs/html/ref/rrefsqlj27281.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj27281.html
-file docs/html/ref/rrefsqlj27620.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj27620.html
-file docs/html/ref/rrefsqlj27767.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj27767.html
-file docs/html/ref/rrefsqlj27781.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj27781.html
-file docs/html/ref/rrefsqlj28468.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj28468.html
-file docs/html/ref/rrefsqlj29026.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj29026.html
-file docs/html/ref/rrefsqlj29840.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj29840.html
-file docs/html/ref/rrefsqlj29930.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj29930.html
-file docs/html/ref/rrefsqlj30118.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj30118.html
-file docs/html/ref/rrefsqlj30435.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj30435.html
-file docs/html/ref/rrefsqlj30540.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj30540.html
-file docs/html/ref/rrefsqlj31580.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj31580.html
-file docs/html/ref/rrefsqlj31648.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj31648.html
-file docs/html/ref/rrefsqlj31783.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj31783.html
-file docs/html/ref/rrefsqlj32268.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj32268.html
-file docs/html/ref/rrefsqlj32613.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj32613.html
-file docs/html/ref/rrefsqlj32654.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj32654.html
-file docs/html/ref/rrefsqlj32693.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj32693.html
-file docs/html/ref/rrefsqlj32714.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj32714.html
-file docs/html/ref/rrefsqlj33215.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj33215.html
-file docs/html/ref/rrefsqlj33520.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj33520.html
-file docs/html/ref/rrefsqlj33562.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj33562.html
-file docs/html/ref/rrefsqlj33602.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj33602.html
-file docs/html/ref/rrefsqlj33772.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj33772.html
-file docs/html/ref/rrefsqlj33923.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj33923.html
-file docs/html/ref/rrefsqlj34148.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj34148.html
-file docs/html/ref/rrefsqlj34177.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj34177.html
-file docs/html/ref/rrefsqlj35034.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj35034.html
-file docs/html/ref/rrefsqlj35981.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj35981.html
-file docs/html/ref/rrefsqlj36146.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj36146.html
-file docs/html/ref/rrefsqlj37836.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj37836.html
-file docs/html/ref/rrefsqlj38716.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj38716.html
-file docs/html/ref/rrefsqlj38831.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj38831.html
-file docs/html/ref/rrefsqlj40506.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj40506.html
-file docs/html/ref/rrefsqlj40774.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj40774.html
-file docs/html/ref/rrefsqlj40899.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj40899.html
-file docs/html/ref/rrefsqlj41180.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj41180.html
-file docs/html/ref/rrefsqlj41207.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj41207.html
-file docs/html/ref/rrefsqlj41360.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj41360.html
-file docs/html/ref/rrefsqlj42002.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj42002.html
-file docs/html/ref/rrefsqlj42049.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj42049.html
-file docs/html/ref/rrefsqlj42082.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj42082.html
-file docs/html/ref/rrefsqlj42154.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj42154.html
-file docs/html/ref/rrefsqlj42324.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj42324.html
-file docs/html/ref/rrefsqlj42476.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj42476.html
-file docs/html/ref/rrefsqlj43125.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj43125.html
-file docs/html/ref/rrefsqlj55788.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj55788.html
-file docs/html/ref/rrefsqlj57522.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj57522.html
-file docs/html/ref/rrefsqlj57924.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj57924.html
-file docs/html/ref/rrefsqlj58560.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj58560.html
-file docs/html/ref/rrefsqlj59893.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj59893.html
-file docs/html/ref/rrefsqlj61102.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj61102.html
-file docs/html/ref/rrefsqlj61998.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj61998.html
-file docs/html/ref/rrefsqlj66113.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj66113.html
-file docs/html/ref/rrefsqlj73147.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj73147.html
-file docs/html/ref/rrefsqlj75638.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj75638.html
-file docs/html/ref/rrefsqlj81859.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj81859.html
-file docs/html/ref/rrefsqlj89752.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj89752.html
-file docs/html/ref/rrefsqlj91438.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj91438.html
-file docs/html/ref/rrefsqlj93082.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj93082.html
-file docs/html/ref/rrefsqlj95598.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj95598.html
-file docs/html/ref/rrefsqlj97870.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj97870.html
-file docs/html/ref/rrefsqlj98067.html path=opt/SUNWjavadb/docs/html/ref/rrefsqlj98067.html
-file docs/html/ref/rrefsqljargmatching.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljargmatching.html
-file docs/html/ref/rrefsqljcreatesynonym.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljcreatesynonym.html
-file docs/html/ref/rrefsqljcurrentdate.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljcurrentdate.html
-file docs/html/ref/rrefsqljcurrentschema.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljcurrentschema.html
-file docs/html/ref/rrefsqljcurrenttimestamp.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljcurrenttimestamp.html
-file docs/html/ref/rrefsqljdoubleprecision.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljdoubleprecision.html
-file docs/html/ref/rrefsqljdropsynonym.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljdropsynonym.html
-file docs/html/ref/rrefsqljgenerationclause.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljgenerationclause.html
-file docs/html/ref/rrefsqljgrant.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljgrant.html
-file docs/html/ref/rrefsqljmod.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljmod.html
-file docs/html/ref/rrefsqljoffsetfetch.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljoffsetfetch.html
-file docs/html/ref/rrefsqljrenamecolumnstatement.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljrenamecolumnstatement.html
-file docs/html/ref/rrefsqljrenametablestatement.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljrenametablestatement.html
-file docs/html/ref/rrefsqljrevoke.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljrevoke.html
-file docs/html/ref/rrefsqljtfinvoke.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljtfinvoke.html
-file docs/html/ref/rrefsqljtypexml.html path=opt/SUNWjavadb/docs/html/ref/rrefsqljtypexml.html
-file docs/html/ref/rrefstringlimits.html path=opt/SUNWjavadb/docs/html/ref/rrefstringlimits.html
-file docs/html/ref/rrefsynonymname.html path=opt/SUNWjavadb/docs/html/ref/rrefsynonymname.html
-file docs/html/ref/rrefsyscschecktablefunc.html path=opt/SUNWjavadb/docs/html/ref/rrefsyscschecktablefunc.html
-file docs/html/ref/rrefsyscsdiagtables.html path=opt/SUNWjavadb/docs/html/ref/rrefsyscsdiagtables.html
-file docs/html/ref/rrefsyscsruntimestatsfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefsyscsruntimestatsfunc.html
-file docs/html/ref/rreftableexpression.html path=opt/SUNWjavadb/docs/html/ref/rreftableexpression.html
-file docs/html/ref/rreftablename.html path=opt/SUNWjavadb/docs/html/ref/rreftablename.html
-file docs/html/ref/rreftablesubquery.html path=opt/SUNWjavadb/docs/html/ref/rreftablesubquery.html
-file docs/html/ref/rreftimefunc.html path=opt/SUNWjavadb/docs/html/ref/rreftimefunc.html
-file docs/html/ref/rreftimestampfunc.html path=opt/SUNWjavadb/docs/html/ref/rreftimestampfunc.html
-file docs/html/ref/rreftrademderby.html path=opt/SUNWjavadb/docs/html/ref/rreftrademderby.html
-file docs/html/ref/rreftriggername.html path=opt/SUNWjavadb/docs/html/ref/rreftriggername.html
-file docs/html/ref/rreftrimfunc.html path=opt/SUNWjavadb/docs/html/ref/rreftrimfunc.html
-file docs/html/ref/rrefunfreezedbproc.html path=opt/SUNWjavadb/docs/html/ref/rrefunfreezedbproc.html
-file docs/html/ref/rrefupdatestatsproc.html path=opt/SUNWjavadb/docs/html/ref/rrefupdatestatsproc.html
-file docs/html/ref/rrefviewname.html path=opt/SUNWjavadb/docs/html/ref/rrefviewname.html
-file docs/html/ref/rrefyearfunc.html path=opt/SUNWjavadb/docs/html/ref/rrefyearfunc.html
-file docs/html/ref/toc.html path=opt/SUNWjavadb/docs/html/ref/toc.html
-file docs/html/tools/ctools1003034.html path=opt/SUNWjavadb/docs/html/tools/ctools1003034.html
-file docs/html/tools/ctools1004764.html path=opt/SUNWjavadb/docs/html/tools/ctools1004764.html
-file docs/html/tools/ctoolsdblook.html path=opt/SUNWjavadb/docs/html/tools/ctoolsdblook.html
-file docs/html/tools/ctoolsgenddldb.html path=opt/SUNWjavadb/docs/html/tools/ctoolsgenddldb.html
-file docs/html/tools/ctoolsij12001.html path=opt/SUNWjavadb/docs/html/tools/ctoolsij12001.html
-file docs/html/tools/ctoolsij25986.html path=opt/SUNWjavadb/docs/html/tools/ctoolsij25986.html
-file docs/html/tools/ctoolsij32837.html path=opt/SUNWjavadb/docs/html/tools/ctoolsij32837.html
-file docs/html/tools/ctoolsij34525.html path=opt/SUNWjavadb/docs/html/tools/ctoolsij34525.html
-file docs/html/tools/ctoolsijcomref14191.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref14191.html
-file docs/html/tools/ctoolsijcomref15645.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref15645.html
-file docs/html/tools/ctoolsijcomref18998.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref18998.html
-file docs/html/tools/ctoolsijcomref21190.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref21190.html
-file docs/html/tools/ctoolsijcomref23268.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref23268.html
-file docs/html/tools/ctoolsijcomref30411.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref30411.html
-file docs/html/tools/ctoolsijcomref32407.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref32407.html
-file docs/html/tools/ctoolsijcomref36744.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijcomref36744.html
-file docs/html/tools/ctoolsijtools11318.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools11318.html
-file docs/html/tools/ctoolsijtools16011.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools16011.html
-file docs/html/tools/ctoolsijtools20118.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools20118.html
-file docs/html/tools/ctoolsijtools25085.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools25085.html
-file docs/html/tools/ctoolsijtools26429.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools26429.html
-file docs/html/tools/ctoolsijtools30948.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools30948.html
-file docs/html/tools/ctoolsijtools37363.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools37363.html
-file docs/html/tools/ctoolsijtools45180.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools45180.html
-file docs/html/tools/ctoolsijtools70959.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools70959.html
-file docs/html/tools/ctoolsijtools90477.html path=opt/SUNWjavadb/docs/html/tools/ctoolsijtools90477.html
-file docs/html/tools/ctoolsimport16245.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimport16245.html
-file docs/html/tools/ctoolsimport27052.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimport27052.html
-file docs/html/tools/ctoolsimport98264.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimport98264.html
-file docs/html/tools/ctoolsimportdefaultformat.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimportdefaultformat.html
-file docs/html/tools/ctoolsimportidentitycol.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimportidentitycol.html
-file docs/html/tools/ctoolsimportjdbc.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimportjdbc.html
-file docs/html/tools/ctoolsimportlobs.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimportlobs.html
-file docs/html/tools/ctoolsimportnulls.html path=opt/SUNWjavadb/docs/html/tools/ctoolsimportnulls.html
-file docs/html/tools/ctoolsjavadb.html path=opt/SUNWjavadb/docs/html/tools/ctoolsjavadb.html
-file docs/html/tools/ctoolspre11181.html path=opt/SUNWjavadb/docs/html/tools/ctoolspre11181.html
-file docs/html/tools/ctoolspre22460.html path=opt/SUNWjavadb/docs/html/tools/ctoolspre22460.html
-file docs/html/tools/ctoolspre23947.html path=opt/SUNWjavadb/docs/html/tools/ctoolspre23947.html
-file docs/html/tools/ctoolspre29520.html path=opt/SUNWjavadb/docs/html/tools/ctoolspre29520.html
-file docs/html/tools/ctoolssigcheck.html path=opt/SUNWjavadb/docs/html/tools/ctoolssigcheck.html
-file docs/html/tools/ctoolsstorejardb.html path=opt/SUNWjavadb/docs/html/tools/ctoolsstorejardb.html
-file docs/html/tools/ctoolssysinfo1002931.html path=opt/SUNWjavadb/docs/html/tools/ctoolssysinfo1002931.html
-file docs/html/tools/ctoolsusingdblook.html path=opt/SUNWjavadb/docs/html/tools/ctoolsusingdblook.html
-file docs/html/tools/ctoolsusingsigcheck.html path=opt/SUNWjavadb/docs/html/tools/ctoolsusingsigcheck.html
-file docs/html/tools/index.html path=opt/SUNWjavadb/docs/html/tools/index.html
-file docs/html/tools/rtools1003161.html path=opt/SUNWjavadb/docs/html/tools/rtools1003161.html
-file docs/html/tools/rtoolscopyright.html path=opt/SUNWjavadb/docs/html/tools/rtoolscopyright.html
-file docs/html/tools/rtoolsdblookexamples.html path=opt/SUNWjavadb/docs/html/tools/rtoolsdblookexamples.html
-file docs/html/tools/rtoolsdblookoptions.html path=opt/SUNWjavadb/docs/html/tools/rtoolsdblookoptions.html
-file docs/html/tools/rtoolsdrvrnmeurl.html path=opt/SUNWjavadb/docs/html/tools/rtoolsdrvrnmeurl.html
-file docs/html/tools/rtoolsexportarguements.html path=opt/SUNWjavadb/docs/html/tools/rtoolsexportarguements.html
-file docs/html/tools/rtoolsijcomref1003067.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref1003067.html
-file docs/html/tools/rtoolsijcomref1003444.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref1003444.html
-file docs/html/tools/rtoolsijcomref10316.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref10316.html
-file docs/html/tools/rtoolsijcomref11128.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref11128.html
-file docs/html/tools/rtoolsijcomref11943.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref11943.html
-file docs/html/tools/rtoolsijcomref12281.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref12281.html
-file docs/html/tools/rtoolsijcomref12297.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref12297.html
-file docs/html/tools/rtoolsijcomref12333.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref12333.html
-file docs/html/tools/rtoolsijcomref16653.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref16653.html
-file docs/html/tools/rtoolsijcomref17631.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref17631.html
-file docs/html/tools/rtoolsijcomref18077.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref18077.html
-file docs/html/tools/rtoolsijcomref20382.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref20382.html
-file docs/html/tools/rtoolsijcomref22318.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref22318.html
-file docs/html/tools/rtoolsijcomref24423.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref24423.html
-file docs/html/tools/rtoolsijcomref25570.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref25570.html
-file docs/html/tools/rtoolsijcomref25753.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref25753.html
-file docs/html/tools/rtoolsijcomref27997.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref27997.html
-file docs/html/tools/rtoolsijcomref28886.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref28886.html
-file docs/html/tools/rtoolsijcomref30679.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref30679.html
-file docs/html/tools/rtoolsijcomref31510.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref31510.html
-file docs/html/tools/rtoolsijcomref33358.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref33358.html
-file docs/html/tools/rtoolsijcomref33373.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref33373.html
-file docs/html/tools/rtoolsijcomref34110.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref34110.html
-file docs/html/tools/rtoolsijcomref36618.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref36618.html
-file docs/html/tools/rtoolsijcomref37862.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref37862.html
-file docs/html/tools/rtoolsijcomref39042.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref39042.html
-file docs/html/tools/rtoolsijcomref39198.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref39198.html
-file docs/html/tools/rtoolsijcomref40155.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref40155.html
-file docs/html/tools/rtoolsijcomref44032.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref44032.html
-file docs/html/tools/rtoolsijcomref53869.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref53869.html
-file docs/html/tools/rtoolsijcomref61092.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref61092.html
-file docs/html/tools/rtoolsijcomref61708.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref61708.html
-file docs/html/tools/rtoolsijcomref62772.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref62772.html
-file docs/html/tools/rtoolsijcomref79286.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref79286.html
-file docs/html/tools/rtoolsijcomref88554.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref88554.html
-file docs/html/tools/rtoolsijcomref94092.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref94092.html
-file docs/html/tools/rtoolsijcomref97975.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomref97975.html
-file docs/html/tools/rtoolsijcomrefdescribe.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomrefdescribe.html
-file docs/html/tools/rtoolsijcomrefshow.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijcomrefshow.html
-file docs/html/tools/rtoolsijpropref10135.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref10135.html
-file docs/html/tools/rtoolsijpropref12236.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref12236.html
-file docs/html/tools/rtoolsijpropref25589.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref25589.html
-file docs/html/tools/rtoolsijpropref28146.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref28146.html
-file docs/html/tools/rtoolsijpropref28788.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref28788.html
-file docs/html/tools/rtoolsijpropref29864.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref29864.html
-file docs/html/tools/rtoolsijpropref32585.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref32585.html
-file docs/html/tools/rtoolsijpropref35032.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref35032.html
-file docs/html/tools/rtoolsijpropref38481.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref38481.html
-file docs/html/tools/rtoolsijpropref41073.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref41073.html
-file docs/html/tools/rtoolsijpropref97949.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijpropref97949.html
-file docs/html/tools/rtoolsijproprefdatasource.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijproprefdatasource.html
-file docs/html/tools/rtoolsijproprefexceptiontrace.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijproprefexceptiontrace.html
-file docs/html/tools/rtoolsijproprefpassword.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijproprefpassword.html
-file docs/html/tools/rtoolsijproprefshownoconn.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijproprefshownoconn.html
-file docs/html/tools/rtoolsijproprefshownoselectcount.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijproprefshownoselectcount.html
-file docs/html/tools/rtoolsijproprefuser.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijproprefuser.html
-file docs/html/tools/rtoolsijtools16879.html path=opt/SUNWjavadb/docs/html/tools/rtoolsijtools16879.html
-file docs/html/tools/rtoolsimport64241.html path=opt/SUNWjavadb/docs/html/tools/rtoolsimport64241.html
-file docs/html/tools/rtoolsimport91458.html path=opt/SUNWjavadb/docs/html/tools/rtoolsimport91458.html
-file docs/html/tools/rtoolsimportcodeset.html path=opt/SUNWjavadb/docs/html/tools/rtoolsimportcodeset.html
-file docs/html/tools/rtoolsjarload3284.html path=opt/SUNWjavadb/docs/html/tools/rtoolsjarload3284.html
-file docs/html/tools/rtoolslicense.html path=opt/SUNWjavadb/docs/html/tools/rtoolslicense.html
-file docs/html/tools/rtoolssysinfo1002629.html path=opt/SUNWjavadb/docs/html/tools/rtoolssysinfo1002629.html
-file docs/html/tools/rtoolssysinfo41288.html path=opt/SUNWjavadb/docs/html/tools/rtoolssysinfo41288.html
-file docs/html/tools/rtoolstrademderby.html path=opt/SUNWjavadb/docs/html/tools/rtoolstrademderby.html
-file docs/html/tools/toc.html path=opt/SUNWjavadb/docs/html/tools/toc.html
-file docs/html/tools/tools-single.html path=opt/SUNWjavadb/docs/html/tools/tools-single.html
-file docs/html/tools/ttoolsexporting.html path=opt/SUNWjavadb/docs/html/tools/ttoolsexporting.html
-file docs/html/tools/ttoolsij11815.html path=opt/SUNWjavadb/docs/html/tools/ttoolsij11815.html
-file docs/html/tools/ttoolsij30600.html path=opt/SUNWjavadb/docs/html/tools/ttoolsij30600.html
-file docs/html/tools/ttoolsij97656.html path=opt/SUNWjavadb/docs/html/tools/ttoolsij97656.html
-file docs/html/tools/ttoolsij98878.html path=opt/SUNWjavadb/docs/html/tools/ttoolsij98878.html
-file docs/html/tools/ttoolsijcreatedatabase.html path=opt/SUNWjavadb/docs/html/tools/ttoolsijcreatedatabase.html
-file docs/html/tools/ttoolsimporting.html path=opt/SUNWjavadb/docs/html/tools/ttoolsimporting.html
-file docs/html/tools/ttoolsjarload1002986.html path=opt/SUNWjavadb/docs/html/tools/ttoolsjarload1002986.html
-file docs/html/tools/ttoolsjarload1003059.html path=opt/SUNWjavadb/docs/html/tools/ttoolsjarload1003059.html
-file docs/html/tools/ttoolsjarload1003120.html path=opt/SUNWjavadb/docs/html/tools/ttoolsjarload1003120.html
-file docs/html/tuning/ctundepth1002853.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth1002853.html
-file docs/html/tuning/ctundepth1003116.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth1003116.html
-file docs/html/tuning/ctundepth1003209.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth1003209.html
-file docs/html/tuning/ctundepth1003369.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth1003369.html
-file docs/html/tuning/ctundepth1003672.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth1003672.html
-file docs/html/tuning/ctundepth10525.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth10525.html
-file docs/html/tuning/ctundepth13055.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth13055.html
-file docs/html/tuning/ctundepth14326.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth14326.html
-file docs/html/tuning/ctundepth21935.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth21935.html
-file docs/html/tuning/ctundepth23033.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth23033.html
-file docs/html/tuning/ctundepth26674.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth26674.html
-file docs/html/tuning/ctundepth29804.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth29804.html
-file docs/html/tuning/ctundepth32379.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth32379.html
-file docs/html/tuning/ctundepth36205.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth36205.html
-file docs/html/tuning/ctundepth37648.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth37648.html
-file docs/html/tuning/ctundepth39739.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth39739.html
-file docs/html/tuning/ctundepth853095.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth853095.html
-file docs/html/tuning/ctundepth853133.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth853133.html
-file docs/html/tuning/ctundepth853228.html path=opt/SUNWjavadb/docs/html/tuning/ctundepth853228.html
-file docs/html/tuning/ctundepthoptover.html path=opt/SUNWjavadb/docs/html/tuning/ctundepthoptover.html
-file docs/html/tuning/ctunjavadb.html path=opt/SUNWjavadb/docs/html/tuning/ctunjavadb.html
-file docs/html/tuning/ctunoptimz1004264.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz1004264.html
-file docs/html/tuning/ctunoptimz1004373.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz1004373.html
-file docs/html/tuning/ctunoptimz1008884.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz1008884.html
-file docs/html/tuning/ctunoptimz1011736.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz1011736.html
-file docs/html/tuning/ctunoptimz11775.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz11775.html
-file docs/html/tuning/ctunoptimz11941.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz11941.html
-file docs/html/tuning/ctunoptimz12168.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz12168.html
-file docs/html/tuning/ctunoptimz19357.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz19357.html
-file docs/html/tuning/ctunoptimz20327.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz20327.html
-file docs/html/tuning/ctunoptimz22111.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz22111.html
-file docs/html/tuning/ctunoptimz22460.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz22460.html
-file docs/html/tuning/ctunoptimz22900.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz22900.html
-file docs/html/tuning/ctunoptimz23173.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz23173.html
-file docs/html/tuning/ctunoptimz23977.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz23977.html
-file docs/html/tuning/ctunoptimz24840.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz24840.html
-file docs/html/tuning/ctunoptimz26019.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz26019.html
-file docs/html/tuning/ctunoptimz27036.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz27036.html
-file docs/html/tuning/ctunoptimz27975.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz27975.html
-file docs/html/tuning/ctunoptimz29384.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz29384.html
-file docs/html/tuning/ctunoptimz30217.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz30217.html
-file docs/html/tuning/ctunoptimz30768.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz30768.html
-file docs/html/tuning/ctunoptimz32184.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz32184.html
-file docs/html/tuning/ctunoptimz32767.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz32767.html
-file docs/html/tuning/ctunoptimz33368.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz33368.html
-file docs/html/tuning/ctunoptimz39106.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz39106.html
-file docs/html/tuning/ctunoptimz39739.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz39739.html
-file docs/html/tuning/ctunoptimz41314.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz41314.html
-file docs/html/tuning/ctunoptimz42065.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz42065.html
-file docs/html/tuning/ctunoptimz42425.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz42425.html
-file docs/html/tuning/ctunoptimz56859.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz56859.html
-file docs/html/tuning/ctunoptimz856914.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz856914.html
-file docs/html/tuning/ctunoptimz857385.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz857385.html
-file docs/html/tuning/ctunoptimz859947.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz859947.html
-file docs/html/tuning/ctunoptimz859974.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz859974.html
-file docs/html/tuning/ctunoptimz860097.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimz860097.html
-file docs/html/tuning/ctunoptimzoverride.html path=opt/SUNWjavadb/docs/html/tuning/ctunoptimzoverride.html
-file docs/html/tuning/ctunperf1004126.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf1004126.html
-file docs/html/tuning/ctunperf1004182.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf1004182.html
-file docs/html/tuning/ctunperf10065.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf10065.html
-file docs/html/tuning/ctunperf10679.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf10679.html
-file docs/html/tuning/ctunperf16556.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf16556.html
-file docs/html/tuning/ctunperf16800.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf16800.html
-file docs/html/tuning/ctunperf17936.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf17936.html
-file docs/html/tuning/ctunperf18705.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf18705.html
-file docs/html/tuning/ctunperf22457.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf22457.html
-file docs/html/tuning/ctunperf23868.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf23868.html
-file docs/html/tuning/ctunperf25864.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf25864.html
-file docs/html/tuning/ctunperf31086.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf31086.html
-file docs/html/tuning/ctunperf54492.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf54492.html
-file docs/html/tuning/ctunperf816059.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf816059.html
-file docs/html/tuning/ctunperf816635.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf816635.html
-file docs/html/tuning/ctunperf98197.html path=opt/SUNWjavadb/docs/html/tuning/ctunperf98197.html
-file docs/html/tuning/ctunperftablefunctions.html path=opt/SUNWjavadb/docs/html/tuning/ctunperftablefunctions.html
-file docs/html/tuning/ctunpropref1002477.html path=opt/SUNWjavadb/docs/html/tuning/ctunpropref1002477.html
-file docs/html/tuning/ctunpropref11181.html path=opt/SUNWjavadb/docs/html/tuning/ctunpropref11181.html
-file docs/html/tuning/ctunpropref22460.html path=opt/SUNWjavadb/docs/html/tuning/ctunpropref22460.html
-file docs/html/tuning/ctunpropref23947.html path=opt/SUNWjavadb/docs/html/tuning/ctunpropref23947.html
-file docs/html/tuning/ctunstats18908.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats18908.html
-file docs/html/tuning/ctunstats46438.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats46438.html
-file docs/html/tuning/ctunstats52657.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats52657.html
-file docs/html/tuning/ctunstats57373.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats57373.html
-file docs/html/tuning/ctunstats57793.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats57793.html
-file docs/html/tuning/ctunstats60669.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats60669.html
-file docs/html/tuning/ctunstats72938.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats72938.html
-file docs/html/tuning/ctunstats848901.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats848901.html
-file docs/html/tuning/ctunstats848961.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats848961.html
-file docs/html/tuning/ctunstats849000.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats849000.html
-file docs/html/tuning/ctunstats849203.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats849203.html
-file docs/html/tuning/ctunstats849251.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats849251.html
-file docs/html/tuning/ctunstats849505.html path=opt/SUNWjavadb/docs/html/tuning/ctunstats849505.html
-file docs/html/tuning/ctuntransform11313.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform11313.html
-file docs/html/tuning/ctuntransform13699.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform13699.html
-file docs/html/tuning/ctuntransform13966.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform13966.html
-file docs/html/tuning/ctuntransform14044.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform14044.html
-file docs/html/tuning/ctuntransform16033.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform16033.html
-file docs/html/tuning/ctuntransform16279.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform16279.html
-file docs/html/tuning/ctuntransform21780.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform21780.html
-file docs/html/tuning/ctuntransform22576.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform22576.html
-file docs/html/tuning/ctuntransform25857.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform25857.html
-file docs/html/tuning/ctuntransform25868.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform25868.html
-file docs/html/tuning/ctuntransform35783.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform35783.html
-file docs/html/tuning/ctuntransform36368.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform36368.html
-file docs/html/tuning/ctuntransform36623.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform36623.html
-file docs/html/tuning/ctuntransform37032.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform37032.html
-file docs/html/tuning/ctuntransform41535.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform41535.html
-file docs/html/tuning/ctuntransform47182.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform47182.html
-file docs/html/tuning/ctuntransform55045.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform55045.html
-file docs/html/tuning/ctuntransform867165.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform867165.html
-file docs/html/tuning/ctuntransform867201.html path=opt/SUNWjavadb/docs/html/tuning/ctuntransform867201.html
-file docs/html/tuning/index.html path=opt/SUNWjavadb/docs/html/tuning/index.html
-file docs/html/tuning/pstmt_os.gif path=opt/SUNWjavadb/docs/html/tuning/pstmt_os.gif
-file docs/html/tuning/pstmt_os.jpg path=opt/SUNWjavadb/docs/html/tuning/pstmt_os.jpg
-file docs/html/tuning/rtuncopyright.html path=opt/SUNWjavadb/docs/html/tuning/rtuncopyright.html
-file docs/html/tuning/rtunlicense.html path=opt/SUNWjavadb/docs/html/tuning/rtunlicense.html
-file docs/html/tuning/rtunoptimz1004602.html path=opt/SUNWjavadb/docs/html/tuning/rtunoptimz1004602.html
-file docs/html/tuning/rtunoptimz1004810.html path=opt/SUNWjavadb/docs/html/tuning/rtunoptimz1004810.html
-file docs/html/tuning/rtuntrademderby.html path=opt/SUNWjavadb/docs/html/tuning/rtuntrademderby.html
-file docs/html/tuning/rtuntransform139.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform139.html
-file docs/html/tuning/rtuntransform208.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform208.html
-file docs/html/tuning/rtuntransform345.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform345.html
-file docs/html/tuning/rtuntransform443.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform443.html
-file docs/html/tuning/rtuntransform472.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform472.html
-file docs/html/tuning/rtuntransform582.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform582.html
-file docs/html/tuning/rtuntransform590.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform590.html
-file docs/html/tuning/rtuntransform866214.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform866214.html
-file docs/html/tuning/rtuntransform866547.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform866547.html
-file docs/html/tuning/rtuntransform866587.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform866587.html
-file docs/html/tuning/rtuntransform867602.html path=opt/SUNWjavadb/docs/html/tuning/rtuntransform867602.html
-file docs/html/tuning/stmt_os.gif path=opt/SUNWjavadb/docs/html/tuning/stmt_os.gif
-file docs/html/tuning/stmt_os.jpg path=opt/SUNWjavadb/docs/html/tuning/stmt_os.jpg
-file docs/html/tuning/toc.html path=opt/SUNWjavadb/docs/html/tuning/toc.html
-file docs/html/tuning/ttundepth33391.html path=opt/SUNWjavadb/docs/html/tuning/ttundepth33391.html
-file docs/html/tuning/ttundepth34375.html path=opt/SUNWjavadb/docs/html/tuning/ttundepth34375.html
-file docs/html/tuning/tuning-single.html path=opt/SUNWjavadb/docs/html/tuning/tuning-single.html
-file docs/pdf/adminguide/derbyadmin.pdf path=opt/SUNWjavadb/docs/pdf/adminguide/derbyadmin.pdf
-file docs/pdf/devguide/derbydev.pdf path=opt/SUNWjavadb/docs/pdf/devguide/derbydev.pdf
-file docs/pdf/getstart/getstartderby.pdf path=opt/SUNWjavadb/docs/pdf/getstart/getstartderby.pdf
-file docs/pdf/ref/refderby.pdf path=opt/SUNWjavadb/docs/pdf/ref/refderby.pdf
-file docs/pdf/tools/derbytools.pdf path=opt/SUNWjavadb/docs/pdf/tools/derbytools.pdf
-file docs/pdf/tuning/tuningderby.pdf path=opt/SUNWjavadb/docs/pdf/tuning/tuningderby.pdf
-file index.html path=opt/SUNWjavadb/index.html
-file javadoc/jdbc3/allclasses-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/allclasses-frame.html
-file javadoc/jdbc3/allclasses-noframe.html path=opt/SUNWjavadb/javadoc/jdbc3/allclasses-noframe.html
-file javadoc/jdbc3/constant-values.html path=opt/SUNWjavadb/javadoc/jdbc3/constant-values.html
-file javadoc/jdbc3/deprecated-list.html path=opt/SUNWjavadb/javadoc/jdbc3/deprecated-list.html
-file javadoc/jdbc3/help-doc.html path=opt/SUNWjavadb/javadoc/jdbc3/help-doc.html
-file javadoc/jdbc3/index-all.html path=opt/SUNWjavadb/javadoc/jdbc3/index-all.html
-file javadoc/jdbc3/index.html path=opt/SUNWjavadb/javadoc/jdbc3/index.html
-file javadoc/jdbc3/org/apache/derby/authentication/UserAuthenticator.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/authentication/UserAuthenticator.html
-file javadoc/jdbc3/org/apache/derby/authentication/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/authentication/package-frame.html
-file javadoc/jdbc3/org/apache/derby/authentication/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/authentication/package-summary.html
-file javadoc/jdbc3/org/apache/derby/authentication/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/authentication/package-tree.html
-file javadoc/jdbc3/org/apache/derby/drda/NetServlet.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/drda/NetServlet.html
-file javadoc/jdbc3/org/apache/derby/drda/NetworkServerControl.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/drda/NetworkServerControl.html
-file javadoc/jdbc3/org/apache/derby/drda/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/drda/package-frame.html
-file javadoc/jdbc3/org/apache/derby/drda/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/drda/package-summary.html
-file javadoc/jdbc3/org/apache/derby/drda/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/drda/package-tree.html
-file javadoc/jdbc3/org/apache/derby/jdbc/ClientBaseDataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/ClientBaseDataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/ClientConnectionPoolDataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/ClientConnectionPoolDataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/ClientDataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/ClientDataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/ClientDriver.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/ClientDriver.html
-file javadoc/jdbc3/org/apache/derby/jdbc/ClientXADataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/ClientXADataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDriver.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDriver.html
-file javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedSimpleDataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedSimpleDataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedXADataSource.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedXADataSource.html
-file javadoc/jdbc3/org/apache/derby/jdbc/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/package-frame.html
-file javadoc/jdbc3/org/apache/derby/jdbc/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/package-summary.html
-file javadoc/jdbc3/org/apache/derby/jdbc/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/jdbc/package-tree.html
-file javadoc/jdbc3/org/apache/derby/mbeans/JDBCMBean.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/JDBCMBean.html
-file javadoc/jdbc3/org/apache/derby/mbeans/Management.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/Management.html
-file javadoc/jdbc3/org/apache/derby/mbeans/ManagementMBean.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/ManagementMBean.html
-file javadoc/jdbc3/org/apache/derby/mbeans/VersionMBean.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/VersionMBean.html
-file javadoc/jdbc3/org/apache/derby/mbeans/drda/NetworkServerMBean.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/drda/NetworkServerMBean.html
-file javadoc/jdbc3/org/apache/derby/mbeans/drda/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/drda/package-frame.html
-file javadoc/jdbc3/org/apache/derby/mbeans/drda/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/drda/package-summary.html
-file javadoc/jdbc3/org/apache/derby/mbeans/drda/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/drda/package-tree.html
-file javadoc/jdbc3/org/apache/derby/mbeans/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/package-frame.html
-file javadoc/jdbc3/org/apache/derby/mbeans/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/package-summary.html
-file javadoc/jdbc3/org/apache/derby/mbeans/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/mbeans/package-tree.html
-file javadoc/jdbc3/org/apache/derby/security/SystemPermission.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/security/SystemPermission.html
-file javadoc/jdbc3/org/apache/derby/security/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/security/package-frame.html
-file javadoc/jdbc3/org/apache/derby/security/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/security/package-summary.html
-file javadoc/jdbc3/org/apache/derby/security/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/security/package-tree.html
-file javadoc/jdbc3/org/apache/derby/tools/dblook.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools/dblook.html
-file javadoc/jdbc3/org/apache/derby/tools/ij.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools/ij.html
-file javadoc/jdbc3/org/apache/derby/tools/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools/package-frame.html
-file javadoc/jdbc3/org/apache/derby/tools/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools/package-summary.html
-file javadoc/jdbc3/org/apache/derby/tools/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools/package-tree.html
-file javadoc/jdbc3/org/apache/derby/tools/sysinfo.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/tools/sysinfo.html
-file javadoc/jdbc3/org/apache/derby/vti/VTICosting.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/vti/VTICosting.html
-file javadoc/jdbc3/org/apache/derby/vti/VTIEnvironment.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/vti/VTIEnvironment.html
-file javadoc/jdbc3/org/apache/derby/vti/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/vti/package-frame.html
-file javadoc/jdbc3/org/apache/derby/vti/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/vti/package-summary.html
-file javadoc/jdbc3/org/apache/derby/vti/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/org/apache/derby/vti/package-tree.html
-file javadoc/jdbc3/overview-frame.html path=opt/SUNWjavadb/javadoc/jdbc3/overview-frame.html
-file javadoc/jdbc3/overview-summary.html path=opt/SUNWjavadb/javadoc/jdbc3/overview-summary.html
-file javadoc/jdbc3/overview-tree.html path=opt/SUNWjavadb/javadoc/jdbc3/overview-tree.html
-file javadoc/jdbc3/package-list path=opt/SUNWjavadb/javadoc/jdbc3/package-list
-file javadoc/jdbc3/resources/derby_logo64.png path=opt/SUNWjavadb/javadoc/jdbc3/resources/derby_logo64.png
-file javadoc/jdbc3/resources/inherit.gif path=opt/SUNWjavadb/javadoc/jdbc3/resources/inherit.gif
-file javadoc/jdbc3/serialized-form.html path=opt/SUNWjavadb/javadoc/jdbc3/serialized-form.html
-file javadoc/jdbc3/stylesheet.css path=opt/SUNWjavadb/javadoc/jdbc3/stylesheet.css
-file javadoc/jdbc4/allclasses-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/allclasses-frame.html
-file javadoc/jdbc4/allclasses-noframe.html path=opt/SUNWjavadb/javadoc/jdbc4/allclasses-noframe.html
-file javadoc/jdbc4/constant-values.html path=opt/SUNWjavadb/javadoc/jdbc4/constant-values.html
-file javadoc/jdbc4/deprecated-list.html path=opt/SUNWjavadb/javadoc/jdbc4/deprecated-list.html
-file javadoc/jdbc4/help-doc.html path=opt/SUNWjavadb/javadoc/jdbc4/help-doc.html
-file javadoc/jdbc4/index-all.html path=opt/SUNWjavadb/javadoc/jdbc4/index-all.html
-file javadoc/jdbc4/index.html path=opt/SUNWjavadb/javadoc/jdbc4/index.html
-file javadoc/jdbc4/org/apache/derby/authentication/UserAuthenticator.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/authentication/UserAuthenticator.html
-file javadoc/jdbc4/org/apache/derby/authentication/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/authentication/package-frame.html
-file javadoc/jdbc4/org/apache/derby/authentication/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/authentication/package-summary.html
-file javadoc/jdbc4/org/apache/derby/authentication/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/authentication/package-tree.html
-file javadoc/jdbc4/org/apache/derby/drda/NetServlet.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/drda/NetServlet.html
-file javadoc/jdbc4/org/apache/derby/drda/NetworkServerControl.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/drda/NetworkServerControl.html
-file javadoc/jdbc4/org/apache/derby/drda/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/drda/package-frame.html
-file javadoc/jdbc4/org/apache/derby/drda/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/drda/package-summary.html
-file javadoc/jdbc4/org/apache/derby/drda/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/drda/package-tree.html
-file javadoc/jdbc4/org/apache/derby/jdbc/ClientBaseDataSource.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/ClientBaseDataSource.html
-file javadoc/jdbc4/org/apache/derby/jdbc/ClientConnectionPoolDataSource40.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/ClientConnectionPoolDataSource40.html
-file javadoc/jdbc4/org/apache/derby/jdbc/ClientDataSource40.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/ClientDataSource40.html
-file javadoc/jdbc4/org/apache/derby/jdbc/ClientDriver.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/ClientDriver.html
-file javadoc/jdbc4/org/apache/derby/jdbc/ClientXADataSource40.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/ClientXADataSource40.html
-file javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource40.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource40.html
-file javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDataSource40.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDataSource40.html
-file javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDriver.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDriver.html
-file javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedXADataSource40.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedXADataSource40.html
-file javadoc/jdbc4/org/apache/derby/jdbc/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/package-frame.html
-file javadoc/jdbc4/org/apache/derby/jdbc/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/package-summary.html
-file javadoc/jdbc4/org/apache/derby/jdbc/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/jdbc/package-tree.html
-file javadoc/jdbc4/org/apache/derby/mbeans/JDBCMBean.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/JDBCMBean.html
-file javadoc/jdbc4/org/apache/derby/mbeans/Management.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/Management.html
-file javadoc/jdbc4/org/apache/derby/mbeans/ManagementMBean.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/ManagementMBean.html
-file javadoc/jdbc4/org/apache/derby/mbeans/VersionMBean.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/VersionMBean.html
-file javadoc/jdbc4/org/apache/derby/mbeans/drda/NetworkServerMBean.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/drda/NetworkServerMBean.html
-file javadoc/jdbc4/org/apache/derby/mbeans/drda/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/drda/package-frame.html
-file javadoc/jdbc4/org/apache/derby/mbeans/drda/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/drda/package-summary.html
-file javadoc/jdbc4/org/apache/derby/mbeans/drda/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/drda/package-tree.html
-file javadoc/jdbc4/org/apache/derby/mbeans/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/package-frame.html
-file javadoc/jdbc4/org/apache/derby/mbeans/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/package-summary.html
-file javadoc/jdbc4/org/apache/derby/mbeans/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/mbeans/package-tree.html
-file javadoc/jdbc4/org/apache/derby/security/SystemPermission.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/security/SystemPermission.html
-file javadoc/jdbc4/org/apache/derby/security/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/security/package-frame.html
-file javadoc/jdbc4/org/apache/derby/security/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/security/package-summary.html
-file javadoc/jdbc4/org/apache/derby/security/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/security/package-tree.html
-file javadoc/jdbc4/org/apache/derby/tools/dblook.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools/dblook.html
-file javadoc/jdbc4/org/apache/derby/tools/ij.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools/ij.html
-file javadoc/jdbc4/org/apache/derby/tools/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools/package-frame.html
-file javadoc/jdbc4/org/apache/derby/tools/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools/package-summary.html
-file javadoc/jdbc4/org/apache/derby/tools/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools/package-tree.html
-file javadoc/jdbc4/org/apache/derby/tools/sysinfo.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/tools/sysinfo.html
-file javadoc/jdbc4/org/apache/derby/vti/VTICosting.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/vti/VTICosting.html
-file javadoc/jdbc4/org/apache/derby/vti/VTIEnvironment.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/vti/VTIEnvironment.html
-file javadoc/jdbc4/org/apache/derby/vti/package-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/vti/package-frame.html
-file javadoc/jdbc4/org/apache/derby/vti/package-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/vti/package-summary.html
-file javadoc/jdbc4/org/apache/derby/vti/package-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/org/apache/derby/vti/package-tree.html
-file javadoc/jdbc4/overview-frame.html path=opt/SUNWjavadb/javadoc/jdbc4/overview-frame.html
-file javadoc/jdbc4/overview-summary.html path=opt/SUNWjavadb/javadoc/jdbc4/overview-summary.html
-file javadoc/jdbc4/overview-tree.html path=opt/SUNWjavadb/javadoc/jdbc4/overview-tree.html
-file javadoc/jdbc4/package-list path=opt/SUNWjavadb/javadoc/jdbc4/package-list
-file javadoc/jdbc4/resources/derby_logo64.png path=opt/SUNWjavadb/javadoc/jdbc4/resources/derby_logo64.png
-file javadoc/jdbc4/resources/inherit.gif path=opt/SUNWjavadb/javadoc/jdbc4/resources/inherit.gif
-file javadoc/jdbc4/serialized-form.html path=opt/SUNWjavadb/javadoc/jdbc4/serialized-form.html
-file javadoc/jdbc4/stylesheet.css path=opt/SUNWjavadb/javadoc/jdbc4/stylesheet.css
-file lib/derby.jar path=opt/SUNWjavadb/lib/derby.jar
-file lib/derby.war path=opt/SUNWjavadb/lib/derby.war
-file lib/derbyLocale_cs.jar path=opt/SUNWjavadb/lib/derbyLocale_cs.jar
-file lib/derbyLocale_de_DE.jar path=opt/SUNWjavadb/lib/derbyLocale_de_DE.jar
-file lib/derbyLocale_es.jar path=opt/SUNWjavadb/lib/derbyLocale_es.jar
-file lib/derbyLocale_fr.jar path=opt/SUNWjavadb/lib/derbyLocale_fr.jar
-file lib/derbyLocale_hu.jar path=opt/SUNWjavadb/lib/derbyLocale_hu.jar
-file lib/derbyLocale_it.jar path=opt/SUNWjavadb/lib/derbyLocale_it.jar
-file lib/derbyLocale_ja_JP.jar path=opt/SUNWjavadb/lib/derbyLocale_ja_JP.jar
-file lib/derbyLocale_ko_KR.jar path=opt/SUNWjavadb/lib/derbyLocale_ko_KR.jar
-file lib/derbyLocale_pl.jar path=opt/SUNWjavadb/lib/derbyLocale_pl.jar
-file lib/derbyLocale_pt_BR.jar path=opt/SUNWjavadb/lib/derbyLocale_pt_BR.jar
-file lib/derbyLocale_ru.jar path=opt/SUNWjavadb/lib/derbyLocale_ru.jar
-file lib/derbyLocale_zh_CN.jar path=opt/SUNWjavadb/lib/derbyLocale_zh_CN.jar
-file lib/derbyLocale_zh_TW.jar path=opt/SUNWjavadb/lib/derbyLocale_zh_TW.jar
-file lib/derbyclient.jar path=opt/SUNWjavadb/lib/derbyclient.jar
-file lib/derbynet.jar path=opt/SUNWjavadb/lib/derbynet.jar
-file lib/derbyrun.jar path=opt/SUNWjavadb/lib/derbyrun.jar
-file lib/derbytools.jar path=opt/SUNWjavadb/lib/derbytools.jar
-file lib/register.jar path=opt/SUNWjavadb/lib/register.jar
-file register.html path=opt/SUNWjavadb/register.html
--- a/dbtg/javadb/javadb.sh	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-#!/sbin/sh
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-
-. /lib/svc/share/smf_include.sh
-
-# SMF_FMRI is the name of the target service. This allows multiple instances
-# to use the same script.
-
-if [ -z "$SMF_FMRI" ]; then
-    echo "SMF framework variables are not initialized."
-    exit ${SMF_EXIT_ERR:-1}
-fi
-
-getproparg() {
-        val=`svcprop -p $1 $SMF_FMRI`
-        [ -n "$val" ] && echo $val
-}
-
-javadb_lib=`getproparg javadb/lib`
-datadir=`getproparg javadb/data`
-jvmargs=`getproparg javadb/java_args`
-java=`getproparg javadb/java`
-start_args=`getproparg javadb/server_start_args`
-shutdown_args=`getproparg javadb/server_shutdown_args`
-
-if [ ! -x "$java" ]; then
-    echo "javadb/java property must point to an executable file"
-    exit $SMF_EXIT_ERR_CONFIG
-fi
-
-if [ -z "$datadir" ]; then
-    echo "javadb/data property not set"
-    exit $SMF_EXIT_ERR_CONFIG
-fi
-
-if [ ! -x "$datadir" ]; then
-    echo "javadb/data directory ($datadir) does not exist"
-    exit $SMF_EXIT_ERR_CONFIG
-fi
-
-derbynetjar="$javadb_lib/derbynet.jar"
-
-case "$1" in
-    start)
-        exec "$java" $jvmargs -Dderby.system.home="$datadir" \
-                     -jar "$derbynetjar" start $start_args
-        ;;
-    stop)
-        exec "$java" -Dderby.system.home="$datadir" -jar "$derbynetjar" \
-                     shutdown $shutdown_args
-        ;;
-    *)
-        echo "Usage: $0 {start|stop}"
-        exit 1
-        ;;
-esac
-
-exit $SMF_EXIT_OK
--- a/dbtg/javadb/javadb.xml	Fri Apr 22 03:17:52 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,126 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
-<!--
- Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
- Use is subject to license terms.
-
- CDDL HEADER START
-
- The contents of this file are subject to the terms of the
- Common Development and Distribution License (the "License").
- You may not use this file except in compliance with the License.
-
- You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
- or http://www.opensolaris.org/os/licensing.
- See the License for the specific language governing permissions
- and limitations under the License.
-
- When distributing Covered Code, include this CDDL HEADER in each
- file and include the License file at usr/src/OPENSOLARIS.LICENSE.
- If applicable, add the following below this CDDL HEADER, with the
- fields enclosed by brackets "[]" replaced with your own identifying
- information: Portions Copyright [yyyy] [name of copyright owner]
-
- CDDL HEADER END
--->
-
-<service_bundle type="manifest" name="javadb">
-
-<service
-   name="application/database/javadb"
-   type="service"
-   version="1">
-
-  <create_default_instance enabled="false" />
-
-  <single_instance />
-
-  <!-- Wait for network interfaces to be initialized. -->
-  <dependency
-     name="network"
-     grouping="require_all"
-     restart_on="none"
-     type="service">
-    <service_fmri value="svc:/milestone/network:default" />
-  </dependency>
-
-  <!-- Wait for all local filesystems to be mounted. -->
-  <dependency
-     name="filesystem-local"
-     grouping="require_all"
-     restart_on="none"
-     type="service">
-    <service_fmri value="svc:/system/filesystem/local:default" />
-  </dependency>
-
-  <exec_method
-     type="method"
-     name="start"
-     exec="/lib/svc/method/javadb start"
-     timeout_seconds="60">
-    <method_context>
-      <method_credential user="noaccess" group="noaccess" />
-    </method_context>
-  </exec_method>
-
-  <exec_method
-     type="method"
-     name="stop"
-     exec="/lib/svc/method/javadb stop"
-     timeout_seconds="60">
-    <method_context>
-      <method_credential user="noaccess" group="noaccess" />
-    </method_context>
-  </exec_method>
-
-  <!--
-      Both action_authorization and value_authorization are needed
-      to allow the framework general/enabled property to be changed
-      when performing action (enable, disable, etc) on the service.
-    -->
-  <property_group name="general" type="framework">
-    <propval name="value_authorization" type="astring"
-             value="solaris.smf.value.javadb" />
-    <propval name="action_authorization" type="astring"
-             value="solaris.smf.manage.javadb" />
-  </property_group>
-
-  <property_group name="startd" type="framework">
-    <propval name="duration" type="astring" value="child" />
-  </property_group>
-
-  <!-- Properties specific to Java DB -->
-  <property_group name="javadb" type="application">
-    <propval name="lib" type="astring" value="/opt/SUNWjavadb/lib" />
-    <propval name="data" type="astring" value="/var/lib/javadb/data" />
-    <propval name="java" type="astring" value="/usr/bin/java" />
-    <property name="java_args" type="astring">
-      <astring_list>
-        <value_node value="-server" />
-      </astring_list>
-    </property>
-    <property name="server_start_args" type="astring">
-      <!-- empty argument list by default -->
-    </property>
-    <property name="server_shutdown_args" type="astring">
-      <!-- empty argument list by default -->
-    </property>
-  </property_group>
-
-  <stability value="Evolving" />
-
-  <template>
-    <common_name>
-      <loctext xml:lang="C">
-        Java DB
-      </loctext>
-    </common_name>
-    <documentation>
-      <doc_link name="Java DB Home Page"
-                uri="http://developers.sun.com/javadb/" />
-    </documentation>
-  </template>
-
-</service>
-
-</service_bundle>