You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apidocs/org/firebirdsql/fbjava/Context.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,9 @@ <h4>get</h4>
191
191
<h4>getConnection</h4>
192
192
<pre><ahref="http://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</a> getConnection()
193
193
throws <ahref="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
-
<divclass="block">Gets the Connection object.</div>
194
+
<divclass="block">Gets the Connection object.
195
+
It's also possible to get a Connection object with
<dd><code><ahref="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>
215
217
<liclass="blockList">
216
218
<h4>getNameInfo</h4>
217
219
<pre><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getNameInfo()</pre>
218
-
<divclass="block">Gets info stored at entry point metadata.
219
-
TODO: Document how this can be used.</div>
220
+
<divclass="block">Gets info stored at entry point metadata.</div>
0 commit comments