Skip to content

Commit df3f84c

Browse files
committed
Update java docs.
1 parent 403b2a1 commit df3f84c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apidocs/org/firebirdsql/fbjava/Context.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ <h4>get</h4>
191191
<h4>getConnection</h4>
192192
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</a>&nbsp;getConnection()
193193
throws <a href="http://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></pre>
194-
<div class="block">Gets the Connection object.</div>
194+
<div class="block">Gets the Connection object.
195+
It's also possible to get a Connection object with
196+
DriverManager.getConnection("jdbc:default:connection")</div>
195197
<dl>
196198
<dt><span class="throwsLabel">Throws:</span></dt>
197199
<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true" title="class or interface in java.sql">SQLException</a></code></dd>
@@ -215,8 +217,7 @@ <h4>getObjectName</h4>
215217
<li class="blockList">
216218
<h4>getNameInfo</h4>
217219
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getNameInfo()</pre>
218-
<div class="block">Gets info stored at entry point metadata.
219-
TODO: Document how this can be used.</div>
220+
<div class="block">Gets info stored at entry point metadata.</div>
220221
</li>
221222
</ul>
222223
<a name="getBody--">

src/etc/bin/copy-javadocs.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)