| Class | Description | 
|---|---|
| ByteArrayHelper | Helper methods for byte arrays. | 
| ExceptionHelper | Helpers for exception handling | 
| FirebirdSupportInfo | Helper class that reports if a Firebird version supports a specific feature. | 
| IOUtils | Utility methods for stream and byte array conversions. | 
| NumericHelper | Helper for numeric values. | 
| Primitives | Helper methods for conversion to or from primitive values. | 
| ReflectionHelper | Class containing static helper methods for reflective access. | 
| SQLExceptionChainBuilder<E extends java.sql.SQLException> | Helper class for building  SQLExceptionchains. | 
| StringUtils | Helper class for string operations | 
| Annotation Type | Description | 
|---|---|
| InternalApi | Indicates that the annotated package, class, method or value is for internal use only. | 
| Volatile | Indicates that the annotated class, method or value is volatile, and may change in a next version. | 
 With the exception of FirebirdSupportInfo, all other classes are internal API and should
 not be used outside of Jaybird. These other classes may be removed to a different package in a future release.
 
Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.