Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/NetworkServerControl.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/NetworkServerControl.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/NetworkServerControl.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>NetworkServerControl (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -28,7 +27,7 @@
catch(err) {
}
//-->
-var data =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
+var data =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -436,48 +435,41 @@ extends <a href="https://docs.oracle.com
</td>
</tr>
<tr id="i8" class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setClientLocale(java.lang.String)">setClientLocale</a></span>​(<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> locale)</code></th>
-<td class="colLast">
-<div class="block">set the client locale.</div>
-</td>
-</tr>
-<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setMaxThreads(int)">setMaxThreads</a></span>​(int max)</code></th>
<td class="colLast">
<div class="block">Set Network Server maxthread parameter.</div>
</td>
</tr>
-<tr id="i10" class="altColor">
+<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setTimeSlice(int)">setTimeSlice</a></span>​(int timeslice)</code></th>
<td class="colLast">
<div class="block">Set Network Server connection time slice parameter.</div>
</td>
</tr>
-<tr id="i11" class="rowColor">
+<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setTraceDirectory(java.lang.String)">setTraceDirectory</a></span>​(<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> traceDirectory)</code></th>
<td class="colLast">
<div class="block">Set directory for trace files.</div>
</td>
</tr>
-<tr id="i12" class="altColor">
+<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#shutdown()">shutdown</a></span>()</code></th>
<td class="colLast">
<div class="block">Shutdown a Network Server.</div>
</td>
</tr>
-<tr id="i13" class="rowColor">
+<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#start(java.io.PrintWriter)">start</a></span>​(<a
href="https://docs.oracle.com/javase/9/docs/api/java/io/PrintWriter.html?is-external=true"
title="class or interface in java.io"
class="externalLink">PrintWriter</a> consoleWriter)</code></th>
<td class="colLast">
<div class="block">Start a Network Server.</div>
</td>
</tr>
-<tr id="i14" class="altColor">
+<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#trace(boolean)">trace</a></span>​(boolean on)</code></th>
<td class="colLast">
@@ -485,7 +477,7 @@ extends <a href="https://docs.oracle.com
on the Network Server.</div>
</td>
</tr>
-<tr id="i15" class="rowColor">
+<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#trace(int,boolean)">trace</a></span>​(int connNum,
boolean on)</code></th>
@@ -499,7 +491,7 @@ extends <a href="https://docs.oracle.com
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang" class="externalLink">clone</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toStri
ng()" title="class or interface in java.lang"
class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
</ul>
</li>
</ul>
@@ -932,7 +924,7 @@ extends <a href="https://docs.oracle.com
<a id="getCurrentProperties()">
<!-- -->
</a>
-<ul class="blockList">
+<ul class="blockListLast">
<li class="blockList">
<h4>getCurrentProperties</h4>
<pre class="methodSignature">public <a
href="https://docs.oracle.com/javase/9/docs/api/java/util/Properties.html?is-external=true"
title="class or interface in java.util"
class="externalLink">Properties</a> getCurrentProperties()
@@ -946,20 +938,6 @@ extends <a href="https://docs.oracle.com
</dl>
</li>
</ul>
-<a id="setClientLocale(java.lang.String)">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>setClientLocale</h4>
-<pre
class="methodSignature">protected void setClientLocale​(<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> locale)</pre>
-<div class="block">set the client locale. Used by servlet for
localization</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>locale</code> - Locale to use</dd>
-</dl>
-</li>
-</ul>
</li>
</ul>
</section>
@@ -989,7 +967,7 @@ extends <a href="https://docs.oracle.com
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -1030,7 +1008,7 @@ extends <a href="https://docs.oracle.com
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/package-summary.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/package-summary.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/package-summary.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>org.apache.derby.drda (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -150,7 +149,7 @@ $('.navPadding').css('padding-top', $('.
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -176,7 +175,7 @@ $('.navPadding').css('padding-top', $('.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/package-tree.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/package-tree.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/drda/package-tree.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>org.apache.derby.drda Class Hierarchy (Apache Derby 10.15 API
Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -144,7 +143,7 @@ $('.navPadding').css('padding-top', $('.
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -170,7 +169,7 @@ $('.navPadding').css('padding-top', $('.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/NetworkServerMBean.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/NetworkServerMBean.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/NetworkServerMBean.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>NetworkServerMBean (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@@ -1002,7 +1001,7 @@ $('.navPadding').css('padding-top', $('.
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -1043,7 +1042,7 @@ $('.navPadding').css('padding-top', $('.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/package-summary.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/package-summary.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/package-summary.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>org.apache.derby.mbeans.drda (Apache Derby 10.15 API
Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@@ -191,7 +190,7 @@ as:
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -217,7 +216,7 @@ as:
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/package-tree.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/package-tree.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.server/org/apache/derby/mbeans/drda/package-tree.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>org.apache.derby.mbeans.drda Class Hierarchy (Apache Derby 10.15 API
Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
@@ -131,7 +130,7 @@ $('.navPadding').css('padding-top', $('.
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -157,7 +156,7 @@ $('.navPadding').css('padding-top', $('.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/module-summary.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/module-summary.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/module-summary.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>org.apache.derby.tools (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css"
title="Style">
<script type="text/javascript" src="../script.js"></script>
@@ -191,7 +190,7 @@ $('.navPadding').css('padding-top', $('.
<li><a href="../index-all.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -226,7 +225,7 @@ $('.navPadding').css('padding-top', $('.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientConnectionPoolDataSource40.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientConnectionPoolDataSource40.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientConnectionPoolDataSource40.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>BasicClientConnectionPoolDataSource40 (Apache Derby 10.15 API
Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -280,14 +279,14 @@ implements <a href="https://docs.oracle.
<!-- -->
</a>
<h3>Methods inherited from
class org.apache.derby.client.BasicClientDataSource</h3>
-<code>computeDncLogWriterForNewConnection, getClientSSLMode, getConnection,
getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName,
getDataSourceName, getDescription, getLoginTimeout, getLogWriter,
getParentLogger, getPassword, getPassword, getPooledConnectionMinion,
getPooledConnectionMinion, getPortNumber, getProperties,
getRetrieveMessageText, getRetrieveMessageText, getSecurityMechanism,
getSecurityMechanism, getSecurityMechanism, getServerName, getShutdownDatabase,
getSsl, getSSLModeFromString, getTraceDirectory, getTraceDirectory,
getTraceFile, getTraceFile, getTraceFileAppend, getTraceFileAppend,
getTraceLevel, getTraceLevel, getUser, getUser, getXAConnectionMinion,
getXAConnectionMinion, isWrapperFor, setConnectionAttributes,
setCreateDatabase, setDatabaseName, setDataSourceName, setDescription,
setLoginTimeout, setLogWriter, setPassword, setPortNumber,
setRetrieveMessageText, setSecurityMechanism, setServerName,
setShutdownDatabase, setSsl, setTraceDirec
tory, setTraceFile, setTraceFileAppend, setTraceLevel, setUser,
tokenizeAttributes, unwrap</code></li>
+<code>computeDncLogWriterForNewConnection, getClientSSLMode, getConnection,
getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName,
getDataSourceName, getDescription, getLoginTimeout, getLogWriter,
getParentLogger, getPassword, getPassword, getPortNumber, getProperties,
getRetrieveMessageText, getRetrieveMessageText, getSecurityMechanism,
getSecurityMechanism, getSecurityMechanism, getServerName, getShutdownDatabase,
getSsl, getSSLModeFromString, getTraceDirectory, getTraceDirectory,
getTraceFile, getTraceFile, getTraceFileAppend, getTraceFileAppend,
getTraceLevel, getTraceLevel, getUser, getUser, isWrapperFor,
setConnectionAttributes, setCreateDatabase, setDatabaseName, setDataSourceName,
setDescription, setLoginTimeout, setLogWriter, setPassword, setPortNumber,
setRetrieveMessageText, setSecurityMechanism, setServerName,
setShutdownDatabase, setSsl, setTraceDirectory, setTraceFile,
setTraceFileAppend, setTraceLevel, setUser, tokenizeAttributes, unwrap</code></l
i>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang" class="externalLink">clone</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toStri
ng()" title="class or interface in java.lang"
class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
id="methods.inherited.from.class.org.apache.derby.client.ClientDataSourceInterface">
@@ -505,7 +504,7 @@ implements <a href="https://docs.oracle.
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -546,7 +545,7 @@ implements <a href="https://docs.oracle.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientDataSource40.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientDataSource40.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientDataSource40.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>BasicClientDataSource40 (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -250,14 +249,14 @@ extends org.apache.derby.client.BasicCli
<!-- -->
</a>
<h3>Methods inherited from
class org.apache.derby.client.BasicClientDataSource</h3>
-<code>computeDncLogWriterForNewConnection, getClientSSLMode, getConnection,
getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName,
getDataSourceName, getDescription, getLoginTimeout, getLogWriter,
getParentLogger, getPassword, getPassword, getPooledConnectionMinion,
getPooledConnectionMinion, getPortNumber, getProperties,
getRetrieveMessageText, getRetrieveMessageText, getSecurityMechanism,
getSecurityMechanism, getSecurityMechanism, getServerName, getShutdownDatabase,
getSsl, getSSLModeFromString, getTraceDirectory, getTraceDirectory,
getTraceFile, getTraceFile, getTraceFileAppend, getTraceFileAppend,
getTraceLevel, getTraceLevel, getUser, getUser, getXAConnectionMinion,
getXAConnectionMinion, isWrapperFor, maxStatementsToPool,
setConnectionAttributes, setCreateDatabase, setDatabaseName, setDataSourceName,
setDescription, setLoginTimeout, setLogWriter, setPassword, setPortNumber,
setRetrieveMessageText, setSecurityMechanism, setServerName,
setShutdownDatabase,
setSsl, setTraceDirectory, setTraceFile, setTraceFileAppend, setTraceLevel,
setUser, tokenizeAttributes, unwrap</code></li>
+<code>computeDncLogWriterForNewConnection, getClientSSLMode, getConnection,
getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName,
getDataSourceName, getDescription, getLoginTimeout, getLogWriter,
getParentLogger, getPassword, getPassword, getPortNumber, getProperties,
getRetrieveMessageText, getRetrieveMessageText, getSecurityMechanism,
getSecurityMechanism, getSecurityMechanism, getServerName, getShutdownDatabase,
getSsl, getSSLModeFromString, getTraceDirectory, getTraceDirectory,
getTraceFile, getTraceFile, getTraceFileAppend, getTraceFileAppend,
getTraceLevel, getTraceLevel, getUser, getUser, isWrapperFor,
maxStatementsToPool, setConnectionAttributes, setCreateDatabase,
setDatabaseName, setDataSourceName, setDescription, setLoginTimeout,
setLogWriter, setPassword, setPortNumber, setRetrieveMessageText,
setSecurityMechanism, setServerName, setShutdownDatabase, setSsl,
setTraceDirectory, setTraceFile, setTraceFileAppend, setTraceLevel, setUser,
tokenizeAttribu
tes, unwrap</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang" class="externalLink">clone</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toStri
ng()" title="class or interface in java.lang"
class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
id="methods.inherited.from.class.javax.sql.CommonDataSource">
@@ -335,7 +334,7 @@ extends org.apache.derby.client.BasicCli
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -376,7 +375,7 @@ extends org.apache.derby.client.BasicCli
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientXADataSource40.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientXADataSource40.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicClientXADataSource40.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>BasicClientXADataSource40 (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -263,14 +262,14 @@ implements org.apache.derby.client.Clien
<!-- -->
</a>
<h3>Methods inherited from
class org.apache.derby.client.BasicClientDataSource</h3>
-<code>computeDncLogWriterForNewConnection, getClientSSLMode, getConnection,
getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName,
getDataSourceName, getDescription, getLoginTimeout, getLogWriter,
getParentLogger, getPassword, getPassword, getPooledConnectionMinion,
getPooledConnectionMinion, getPortNumber, getProperties,
getRetrieveMessageText, getRetrieveMessageText, getSecurityMechanism,
getSecurityMechanism, getSecurityMechanism, getServerName, getShutdownDatabase,
getSsl, getSSLModeFromString, getTraceDirectory, getTraceDirectory,
getTraceFile, getTraceFile, getTraceFileAppend, getTraceFileAppend,
getTraceLevel, getTraceLevel, getUser, getUser, getXAConnectionMinion,
getXAConnectionMinion, isWrapperFor, maxStatementsToPool,
setConnectionAttributes, setCreateDatabase, setDatabaseName, setDataSourceName,
setDescription, setLoginTimeout, setLogWriter, setPassword, setPortNumber,
setRetrieveMessageText, setSecurityMechanism, setServerName,
setShutdownDatabase,
setSsl, setTraceDirectory, setTraceFile, setTraceFileAppend, setTraceLevel,
setUser, tokenizeAttributes, unwrap</code></li>
+<code>computeDncLogWriterForNewConnection, getClientSSLMode, getConnection,
getConnection, getConnectionAttributes, getCreateDatabase, getDatabaseName,
getDataSourceName, getDescription, getLoginTimeout, getLogWriter,
getParentLogger, getPassword, getPassword, getPortNumber, getProperties,
getRetrieveMessageText, getRetrieveMessageText, getSecurityMechanism,
getSecurityMechanism, getSecurityMechanism, getServerName, getShutdownDatabase,
getSsl, getSSLModeFromString, getTraceDirectory, getTraceDirectory,
getTraceFile, getTraceFile, getTraceFileAppend, getTraceFileAppend,
getTraceLevel, getTraceLevel, getUser, getUser, isWrapperFor,
maxStatementsToPool, setConnectionAttributes, setCreateDatabase,
setDatabaseName, setDataSourceName, setDescription, setLoginTimeout,
setLogWriter, setPassword, setPortNumber, setRetrieveMessageText,
setSecurityMechanism, setServerName, setShutdownDatabase, setSsl,
setTraceDirectory, setTraceFile, setTraceFileAppend, setTraceLevel, setUser,
tokenizeAttribu
tes, unwrap</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang" class="externalLink">clone</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang" class="externalLink">equals</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang" class="externalLink">hashCode</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toStri
ng()" title="class or interface in java.lang"
class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
id="methods.inherited.from.class.org.apache.derby.client.ClientDataSourceInterface">
@@ -446,7 +445,7 @@ implements org.apache.derby.client.Clien
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -487,7 +486,7 @@ implements org.apache.derby.client.Clien
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicEmbeddedConnectionPoolDataSource40.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicEmbeddedConnectionPoolDataSource40.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicEmbeddedConnectionPoolDataSource40.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>BasicEmbeddedConnectionPoolDataSource40 (Apache Derby 10.15 API
Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -92,7 +91,7 @@ loadScripts(document, 'script');</script
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
+<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
@@ -164,23 +163,6 @@ implements <a href="https://docs.oracle.
<div class="summary">
<ul class="blockList">
<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<section role="region">
-<ul class="blockList">
-<li class="blockList"><a id="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<ul class="blockList">
-<li class="blockList"><a
id="fields.inherited.from.class.org.apache.derby.jdbc.BasicEmbeddedDataSource40">
-<!-- -->
-</a>
-<h3>Fields inherited from class org.apache.derby.jdbc.<a
href="BasicEmbeddedDataSource40.html" title="class in
org.apache.derby.jdbc">BasicEmbeddedDataSource40</a></h3>
-<code><a
href="BasicEmbeddedDataSource40.html#attributesAsPassword">attributesAsPassword</a>,
<a
href="BasicEmbeddedDataSource40.html#connectionAttributes">connectionAttributes</a>,
<a href="BasicEmbeddedDataSource40.html#createDatabase">createDatabase</a>, <a
href="BasicEmbeddedDataSource40.html#databaseName">databaseName</a>, <a
href="BasicEmbeddedDataSource40.html#dataSourceName">dataSourceName</a>, <a
href="BasicEmbeddedDataSource40.html#description">description</a>, <a
href="BasicEmbeddedDataSource40.html#driver">driver</a>, <a
href="BasicEmbeddedDataSource40.html#jdbcurl">jdbcurl</a>, <a
href="BasicEmbeddedDataSource40.html#loginTimeout">loginTimeout</a>, <a
href="BasicEmbeddedDataSource40.html#shutdownDatabase">shutdownDatabase</a></code></li>
-</ul>
-</li>
-</ul>
-</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
@@ -235,14 +217,14 @@ implements <a href="https://docs.oracle.
<!-- -->
</a>
<h3>Methods inherited from class org.apache.derby.jdbc.<a
href="BasicEmbeddedDataSource40.html" title="class in
org.apache.derby.jdbc">BasicEmbeddedDataSource40</a></h3>
-<code><a
href="BasicEmbeddedDataSource40.html#equals(java.lang.Object)">equals</a>, <a
href="BasicEmbeddedDataSource40.html#getAttributesAsPassword()">getAttributesAsPassword</a>,
<a href="BasicEmbeddedDataSource40.html#getConnection()">getConnection</a>, <a
href="BasicEmbeddedDataSource40.html#getConnection(java.lang.String,java.lang.String)">getConnection</a>,
<a
href="BasicEmbeddedDataSource40.html#getConnection(java.lang.String,java.lang.String,boolean)">getConnection</a>,
<a
href="BasicEmbeddedDataSource40.html#getConnectionAttributes()">getConnectionAttributes</a>,
<a
href="BasicEmbeddedDataSource40.html#getCreateDatabase()">getCreateDatabase</a>,
<a
href="BasicEmbeddedDataSource40.html#getDatabaseName()">getDatabaseName</a>, <a
href="BasicEmbeddedDataSource40.html#getDataSourceName()">getDataSourceName</a>,
<a href="BasicEmbeddedDataSource40.html#getDescription()">getDescription</a>,
<a href="BasicEmbeddedDataSource40.html#getLoginTimeout()">getLoginTimeout</a>,
<a href="Basi
cEmbeddedDataSource40.html#getLogWriter()">getLogWriter</a>, <a
href="BasicEmbeddedDataSource40.html#getParentLogger()">getParentLogger</a>, <a
href="BasicEmbeddedDataSource40.html#getPassword()">getPassword</a>, <a
href="BasicEmbeddedDataSource40.html#getShutdownDatabase()">getShutdownDatabase</a>,
<a href="BasicEmbeddedDataSource40.html#getUser()">getUser</a>, <a
href="BasicEmbeddedDataSource40.html#hashCode()">hashCode</a>, <a
href="BasicEmbeddedDataSource40.html#isWrapperFor(java.lang.Class)">isWrapperFor</a>,
<a
href="BasicEmbeddedDataSource40.html#setAttributesAsPassword(boolean)">setAttributesAsPassword</a>,
<a
href="BasicEmbeddedDataSource40.html#setConnectionAttributes(java.lang.String)">setConnectionAttributes</a>,
<a
href="BasicEmbeddedDataSource40.html#setCreateDatabase(java.lang.String)">setCreateDatabase</a>,
<a
href="BasicEmbeddedDataSource40.html#setDatabaseName(java.lang.String)">setDatabaseName</a>,
<a href="BasicEmbeddedDataSource40.html#setDataSourceName(java.lan
g.String)">setDataSourceName</a>, <a
href="BasicEmbeddedDataSource40.html#setDescription(java.lang.String)">setDescription</a>,
<a
href="BasicEmbeddedDataSource40.html#setLoginTimeout(int)">setLoginTimeout</a>,
<a
href="BasicEmbeddedDataSource40.html#setLogWriter(java.io.PrintWriter)">setLogWriter</a>,
<a
href="BasicEmbeddedDataSource40.html#setPassword(java.lang.String)">setPassword</a>,
<a
href="BasicEmbeddedDataSource40.html#setShutdownDatabase(java.lang.String)">setShutdownDatabase</a>,
<a
href="BasicEmbeddedDataSource40.html#setupResourceAdapter(org.apache.derby.iapi.jdbc.EmbeddedXADataSourceInterface,org.apache.derby.iapi.jdbc.ResourceAdapter,java.lang.String,java.lang.String,boolean)">setupResourceAdapter</a>,
<a
href="BasicEmbeddedDataSource40.html#setUser(java.lang.String)">setUser</a>, <a
href="BasicEmbeddedDataSource40.html#unwrap(java.lang.Class)">unwrap</a>, <a
href="BasicEmbeddedDataSource40.html#update()">update</a></code></li>
+<code><a
href="BasicEmbeddedDataSource40.html#equals(java.lang.Object)">equals</a>, <a
href="BasicEmbeddedDataSource40.html#getAttributesAsPassword()">getAttributesAsPassword</a>,
<a href="BasicEmbeddedDataSource40.html#getConnection()">getConnection</a>, <a
href="BasicEmbeddedDataSource40.html#getConnection(java.lang.String,java.lang.String)">getConnection</a>,
<a
href="BasicEmbeddedDataSource40.html#getConnection(java.lang.String,java.lang.String,boolean)">getConnection</a>,
<a
href="BasicEmbeddedDataSource40.html#getConnectionAttributes()">getConnectionAttributes</a>,
<a
href="BasicEmbeddedDataSource40.html#getCreateDatabase()">getCreateDatabase</a>,
<a
href="BasicEmbeddedDataSource40.html#getDatabaseName()">getDatabaseName</a>, <a
href="BasicEmbeddedDataSource40.html#getDataSourceName()">getDataSourceName</a>,
<a href="BasicEmbeddedDataSource40.html#getDescription()">getDescription</a>,
<a href="BasicEmbeddedDataSource40.html#getLoginTimeout()">getLoginTimeout</a>,
<a href="Basi
cEmbeddedDataSource40.html#getLogWriter()">getLogWriter</a>, <a
href="BasicEmbeddedDataSource40.html#getParentLogger()">getParentLogger</a>, <a
href="BasicEmbeddedDataSource40.html#getPassword()">getPassword</a>, <a
href="BasicEmbeddedDataSource40.html#getShutdownDatabase()">getShutdownDatabase</a>,
<a href="BasicEmbeddedDataSource40.html#getUser()">getUser</a>, <a
href="BasicEmbeddedDataSource40.html#hashCode()">hashCode</a>, <a
href="BasicEmbeddedDataSource40.html#isWrapperFor(java.lang.Class)">isWrapperFor</a>,
<a
href="BasicEmbeddedDataSource40.html#setAttributesAsPassword(boolean)">setAttributesAsPassword</a>,
<a
href="BasicEmbeddedDataSource40.html#setConnectionAttributes(java.lang.String)">setConnectionAttributes</a>,
<a
href="BasicEmbeddedDataSource40.html#setCreateDatabase(java.lang.String)">setCreateDatabase</a>,
<a
href="BasicEmbeddedDataSource40.html#setDatabaseName(java.lang.String)">setDatabaseName</a>,
<a href="BasicEmbeddedDataSource40.html#setDataSourceName(java.lan
g.String)">setDataSourceName</a>, <a
href="BasicEmbeddedDataSource40.html#setDescription(java.lang.String)">setDescription</a>,
<a
href="BasicEmbeddedDataSource40.html#setLoginTimeout(int)">setLoginTimeout</a>,
<a
href="BasicEmbeddedDataSource40.html#setLogWriter(java.io.PrintWriter)">setLogWriter</a>,
<a
href="BasicEmbeddedDataSource40.html#setPassword(java.lang.String)">setPassword</a>,
<a
href="BasicEmbeddedDataSource40.html#setShutdownDatabase(java.lang.String)">setShutdownDatabase</a>,
<a
href="BasicEmbeddedDataSource40.html#setUser(java.lang.String)">setUser</a>, <a
href="BasicEmbeddedDataSource40.html#unwrap(java.lang.Class)">unwrap</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang" class="externalLink">clone</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class
or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class o
r interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
id="methods.inherited.from.class.javax.sql.CommonDataSource">
@@ -377,7 +359,7 @@ implements <a href="https://docs.oracle.
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -402,7 +384,7 @@ implements <a href="https://docs.oracle.
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
+<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
@@ -418,7 +400,7 @@ implements <a href="https://docs.oracle.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>
Modified:
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicEmbeddedDataSource40.html
==============================================================================
---
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicEmbeddedDataSource40.html
(original)
+++
websites/production/db/content/derby/docs/10.15/publishedapi/org.apache.derby.tools/org/apache/derby/jdbc/BasicEmbeddedDataSource40.html
Sat Feb 22 20:26:41 2020
@@ -2,10 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (11) on Tue Feb 05 08:09:14 PST 2019 -->
+<!-- Generated by javadoc -->
<title>BasicEmbeddedDataSource40 (Apache Derby 10.15 API Documentation)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="dc.created" content="2019-02-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"
title="Style">
<link rel="stylesheet" type="text/css"
href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -28,8 +27,8 @@
catch(err) {
}
//-->
-var data =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":9,"i29":10,"i30":10,"i31":10};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var data =
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
@@ -92,13 +91,13 @@ loadScripts(document, 'script');</script
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
+<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
-<li><a href="#field.detail">Field</a> | </li>
+<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
@@ -194,95 +193,6 @@ implements <a href="https://docs.oracle.
<div class="summary">
<ul class="blockList">
<li class="blockList">
-<!-- =========== FIELD SUMMARY =========== -->
-<section role="region">
-<ul class="blockList">
-<li class="blockList"><a id="field.summary">
-<!-- -->
-</a>
-<h3>Field Summary</h3>
-<table class="memberSummary">
-<caption><span>Fields</span><span class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colSecond" scope="col">Field</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected boolean</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#attributesAsPassword">attributesAsPassword</a></span></code></th>
-<td class="colLast">
-<div class="block">Set password to be a set of connection attributes.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#connectionAttributes">connectionAttributes</a></span></code></th>
-<td class="colLast">
-<div class="block">Derby specific connection attributes.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#createDatabase">createDatabase</a></span></code></th>
-<td class="colLast">
-<div class="block">Set to "create" if the database should be created.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#databaseName">databaseName</a></span></code></th>
-<td class="colLast">
-<div class="block">Set by <a
href="#setDatabaseName(java.lang.String)"><code>setDatabaseName(java.lang.String)</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#dataSourceName">dataSourceName</a></span></code></th>
-<td class="colLast">
-<div class="block">Set by <a
href="#setDataSourceName(java.lang.String)"><code>setDataSourceName(java.lang.String)</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#description">description</a></span></code></th>
-<td class="colLast">
-<div class="block">Set by <a
href="#setDescription(java.lang.String)"><code>setDescription(java.lang.String)</code></a>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected
org.apache.derby.iapi.jdbc.InternalDriver</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#driver">driver</a></span></code></th>
-<td class="colLast">
-<div class="block">Unlike a DataSource, the internal driver is shared by all
- Derby databases in the same JVM.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#jdbcurl">jdbcurl</a></span></code></th>
-<td class="colLast">
-<div class="block">Instance variable that will not be serialized.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected int</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#loginTimeout">loginTimeout</a></span></code></th>
-<td class="colLast">
-<div class="block">Set by <a
href="#setLoginTimeout(int)"><code>setLoginTimeout(int)</code></a>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a></code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#shutdownDatabase">shutdownDatabase</a></span></code></th>
-<td class="colLast">
-<div class="block">Set to "shutdown" if the database should be shutdown.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
@@ -314,7 +224,7 @@ implements <a href="https://docs.oracle.
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a
href="javascript:show(1);">Static Methods</a></span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span
class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a
href="javascript:show(2);">Instance Methods</a></span><span
class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a
href="javascript:show(8);">Concrete Methods</a></span><span
class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
@@ -505,44 +415,26 @@ implements <a href="https://docs.oracle.
</td>
</tr>
<tr id="i28" class="altColor">
-<td class="colFirst"><code>protected static
org.apache.derby.iapi.jdbc.ResourceAdapter</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setupResourceAdapter(org.apache.derby.iapi.jdbc.EmbeddedXADataSourceInterface,org.apache.derby.iapi.jdbc.ResourceAdapter,java.lang.String,java.lang.String,boolean)">setupResourceAdapter</a></span>​(org.apache.derby.iapi.jdbc.EmbeddedXADataSourceInterface ds,
- org.apache.derby.iapi.jdbc.ResourceAdapter ra,
- <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> user,
- <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> password,
- boolean requestPassword)</code></th>
-<td class="colLast">
-<div class="block">Return a resource adapter.</div>
-</td>
-</tr>
-<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#setUser(java.lang.String)">setUser</a></span>​(<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> user)</code></th>
<td class="colLast">
<div class="block">Set the <code>user</code> property for the data
source.</div>
</td>
</tr>
-<tr id="i30" class="altColor">
+<tr id="i29" class="rowColor">
<td class="colFirst"><code><T> T</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#unwrap(java.lang.Class)">unwrap</a></span>​(<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Class.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">Class</a><T> iface)</code></th>
<td class="colLast">
<div class="block">Returns <code>this</code> if this class implements the
specified interface.</div>
</td>
</tr>
-<tr id="i31" class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a
href="#update()">update</a></span>()</code></th>
-<td class="colLast">
-<div class="block">Update <a href="#jdbcurl"><code>jdbcurl</code></a> from
attributes set.</div>
-</td>
-</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang" class="externalLink">Object</a></h3>
-<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang" class="externalLink">clone</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang" class="externalLink">finalize</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class
or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
+<code><a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang" class="externalLink">getClass</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang" class="externalLink">notify</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang" class="externalLink">toString</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class o
r interface in java.lang" class="externalLink">wait</a>, <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html?is-external=true#wait(long,int)"
title="class or interface in java.lang"
class="externalLink">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a
id="methods.inherited.from.class.javax.sql.CommonDataSource">
@@ -567,119 +459,6 @@ implements <a href="https://docs.oracle.
<div class="details">
<ul class="blockList">
<li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<section role="region">
-<ul class="blockList">
-<li class="blockList"><a id="field.detail">
-<!-- -->
-</a>
-<h3>Field Detail</h3>
-<a id="description">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>description</h4>
-<pre>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
description</pre>
-<div class="block">Set by <a
href="#setDescription(java.lang.String)"><code>setDescription(java.lang.String)</code></a>.</div>
-</li>
-</ul>
-<a id="dataSourceName">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>dataSourceName</h4>
-<pre>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
dataSourceName</pre>
-<div class="block">Set by <a
href="#setDataSourceName(java.lang.String)"><code>setDataSourceName(java.lang.String)</code></a>.</div>
-</li>
-</ul>
-<a id="databaseName">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>databaseName</h4>
-<pre>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
databaseName</pre>
-<div class="block">Set by <a
href="#setDatabaseName(java.lang.String)"><code>setDatabaseName(java.lang.String)</code></a>.</div>
-</li>
-</ul>
-<a id="connectionAttributes">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>connectionAttributes</h4>
-<pre>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
connectionAttributes</pre>
-<div class="block">Derby specific connection attributes. Set by
- <a
href="#setConnectionAttributes(java.lang.String)"><code>setConnectionAttributes(java.lang.String)</code></a>.</div>
-</li>
-</ul>
-<a id="createDatabase">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>createDatabase</h4>
-<pre>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
createDatabase</pre>
-<div class="block">Set to "create" if the database should be created.
- See <a
href="#setCreateDatabase(java.lang.String)"><code>setCreateDatabase(java.lang.String)</code></a>.</div>
-</li>
-</ul>
-<a id="shutdownDatabase">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>shutdownDatabase</h4>
-<pre>protected <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
shutdownDatabase</pre>
-<div class="block">Set to "shutdown" if the database should be shutdown. See
<a
href="#setShutdownDatabase(java.lang.String)"><code>setShutdownDatabase(java.lang.String)</code></a>.</div>
-</li>
-</ul>
-<a id="attributesAsPassword">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>attributesAsPassword</h4>
-<pre>protected boolean attributesAsPassword</pre>
-<div class="block">Set password to be a set of connection attributes.</div>
-</li>
-</ul>
-<a id="loginTimeout">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loginTimeout</h4>
-<pre>protected int loginTimeout</pre>
-<div class="block">Set by <a
href="#setLoginTimeout(int)"><code>setLoginTimeout(int)</code></a>.</div>
-</li>
-</ul>
-<a id="jdbcurl">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>jdbcurl</h4>
-<pre>protected transient <a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang" class="externalLink">String</a>
jdbcurl</pre>
-<div class="block">Instance variable that will not be serialized.</div>
-</li>
-</ul>
-<a id="driver">
-<!-- -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>driver</h4>
-<pre>protected transient org.apache.derby.iapi.jdbc.InternalDriver
driver</pre>
-<div class="block">Unlike a DataSource, the internal driver is shared by all
- Derby databases in the same JVM.</div>
-</li>
-</ul>
-</li>
-</ul>
-</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
@@ -989,16 +768,6 @@ implements <a href="https://docs.oracle.
</dl>
</li>
</ul>
-<a id="update()">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>update</h4>
-<pre class="methodSignature">protected void update()</pre>
-<div class="block">Update <a href="#jdbcurl"><code>jdbcurl</code></a> from
attributes set.</div>
-</li>
-</ul>
<a id="setCreateDatabase(java.lang.String)">
<!-- -->
</a>
@@ -1301,35 +1070,6 @@ implements <a href="https://docs.oracle.
</dl>
</li>
</ul>
-<a
id="setupResourceAdapter(org.apache.derby.iapi.jdbc.EmbeddedXADataSourceInterface,org.apache.derby.iapi.jdbc.ResourceAdapter,java.lang.String,java.lang.String,boolean)">
-<!-- -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setupResourceAdapter</h4>
-<pre class="methodSignature">protected
static org.apache.derby.iapi.jdbc.ResourceAdapter setupResourceAdapter​(org.apache.derby.iapi.jdbc.EmbeddedXADataSourceInterface ds,
-
org.apache.derby.iapi.jdbc.ResourceAdapter ra,
-
<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> user,
-
<a
href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang"
class="externalLink">String</a> password,
-
boolean requestPassword)
-
throws <a
href="https://docs.oracle.com/javase/9/docs/api/java/sql/SQLException.html?is-external=true"
title="class or interface in java.sql"
class="externalLink">SQLException</a></pre>
-<div class="block">Return a resource adapter. Use <code>ra</code> if non-null
and active, else
- get the one for the data base.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>ds</code> - The data source</dd>
-<dd><code>ra</code> - The cached value if any</dd>
-<dd><code>user</code> - The user name</dd>
-<dd><code>password</code> - The password in clear text</dd>
-<dd><code>requestPassword</code> - If <code>true</code>, use the supplied user
and
- password to boot the database if required</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the resource adapter</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a
href="https://docs.oracle.com/javase/9/docs/api/java/sql/SQLException.html?is-external=true"
title="class or interface in java.sql"
class="externalLink">SQLException</a></code> - An error occurred</dd>
-</dl>
-</li>
-</ul>
<a id="getParentLogger()">
<!-- -->
</a>
@@ -1375,7 +1115,7 @@ implements <a href="https://docs.oracle.
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
-<div class="aboutLanguage">Built on Tue 2019-02-05 08:09:00-0800, from
revision 1853019</div>
+<div class="aboutLanguage">Built on Tue 2020-02-04 17:02:16-0800, from
revision 1873585</div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
@@ -1400,13 +1140,13 @@ implements <a href="https://docs.oracle.
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
-<li><a href="#field.summary">Field</a> | </li>
+<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
-<li><a href="#field.detail">Field</a> | </li>
+<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
@@ -1416,7 +1156,7 @@ implements <a href="https://docs.oracle.
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
-<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2019 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
+<p class="legalCopy"><small>Apache Derby 10.15 API Documentation -
<i>Copyright © 2004,2020 The Apache Software Foundation. All Rights
Reserved.</i></small></p>
</footer>
</body>
</html>