public interface JnaAttachment extends FbAttachment
| Modifier and Type | Method and Description |
|---|---|
default GDSServerVersion |
getClientVersion()
Reports the client library version of this attachment.
|
attach, close, forceClose, getDatatypeCoder, getEncoding, getEncodingFactory, getHandle, getNetworkTimeout, getServerVersion, isAttached, isLockedByCurrentThread, setNetworkTimeout, withLockaddExceptionListener, removeExceptionListenerdefault GDSServerVersion getClientVersion()
The default implementation extracts the last raw version string of FbAttachment.getServerVersion() and parses that.
GDSServerVersion.INVALID_VERSION if the implementation can't determine
the client version or if parsing fails.Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.