Skip to content

Commit 930e47f

Browse files
committed
Remove Jaybird 5 removed feature
1 parent 8588c03 commit 930e47f

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/docs/asciidoc/chapters/exceptionhandling/exceptionhandling.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,7 @@ SQL state is `0A000`.
232232
SQL state is `42000`.
233233
** `org.firebirdsql.jdbc.field.TypeConversionException` -- this exception is thrown when the driver is asked to perform a type conversion that is not defined in the JDBC specification, or otherwise not supported by Jaybird.
234234
For a table of allowed type conversions see <<Data Type Conversion Table>>.
235-
* until:[Jaybird 5] Subclasses of `javax.resource.ResourceException` are thrown by the JCA layer when an error happens in the JCA-related code.
236-
The upper layer converts this exception into a subclass of `java.sql.SQLException`.
237-
If the `ResourceException` was caused by a `SQLException` or `GDSException`, the latter is extracted during conversion, preserving the error code.
238-
If `ResourceException` was caused by an error condition not related to an error returned by the database engine, the error code of the `SQLException` remains 0.
239-
* Subclasses of `javax.transaction.XAException` are thrown when an XA protocol error happens in the JCA/XCA layer.
235+
* Subclasses of `javax.transaction.XAException` are thrown when an XA protocol error happens in the XCA layer.
240236
Similar to the previous case, `XAException` can wrap the `SQLException` or `GDSException`, which are extracted during exception conversion to preserve the error code.
241237

242238
=== SQL states

src/docs/asciidoc/chapters/introduction/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local, and embedded implementations of the driver.
3737
Here all connection and transaction management happens.
3838
Additionally, this layer adapts the GDS-ng API for use by the JDBC layer.
3939
+
40-
The XCA layer is a replacement of the JCA layer of previous versions, and should be considered an internal implementation detail.
40+
The XCA layer is a replacement of the JCA layer of earlier versions, and should be considered an internal implementation detail.
4141
* The JDBC layer is an implementation of the https://jcp.org/en/jsr/detail?id=221[JDBC Specification^].
4242

4343
Separately, the <<services,Services API>> -- also layered on GDS-ng -- allows you to manage databases and the server itself.

src/docs/asciidoc/reference/connection/defaultholdable.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ With the default result set holdability, close on commit, doing this yields a `S
1111
The property is accessible as:
1212

1313
* connection property `defaultResultSetHoldable` with no value, empty value or `true` (aliases: `defaultHoldable` and `result_set_holdable`);
14-
* until:[Jaybird 5] database parameter buffer member `isc_dpb_result_set_holdable`;
1514
* `FirebirdConnectionProperties` interface methods `isDefaultResultSetHoldable()` and `setDefaultResultSetHoldable(boolean)`
1615

1716
[WARNING]

0 commit comments

Comments
 (0)