Skip to content

Commit e44b13a

Browse files
committed
Document "since" of FB_DISCONNECT_TRANSACTION
1 parent fd85d24 commit e44b13a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

jaybird-native/src/main/java/org/firebirdsql/gds/ng/jna/FbClientFeature.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ public enum FbClientFeature {
2121
STATEMENT_TIMEOUT("fb_dsql_set_timeout"),
2222
// Can be used to identify Firebird 3.0 or higher fbclient
2323
FB_PING("fb_ping"),
24+
/**
25+
* @since 6
26+
*/
2427
FB_DISCONNECT_TRANSACTION("fb_disconnect_transaction");
2528

2629
// If a feature depends on multiple methods, consider changing this to a list or set

0 commit comments

Comments
 (0)