See: Description
| Interface | Description | 
|---|---|
| BlobListenableField | Field which expects a blob listener. | 
| FBCloseableField | Instances of this field have open resources and must be cleaned up. | 
| FBFlushableField | Instances of this field cache data in auto-commit case if no transaction is
 yet available and must be flushed before transaction is committed. | 
| FieldDataProvider | Provider of the row data. | 
| TrimmableField | Trim behaviour of  getStringin string fields. | 
| Class | Description | 
|---|---|
| FBCachedClob | Clob implementation that is cached client-side. | 
| FBField | Base class for fields (for use by prepared statement and result set to represent columns and parameters). | 
| FBFlushableField.CachedObject | |
| FBLongVarCharField | This is Blob-based implementation of  FBStringField. | 
| JdbcTypeConverter | Helper class to convert from Firebird and metadata type information to JDBC type information. | 
| Exception | Description | 
|---|---|
| TypeConversionException | This exception is thrown when the requested type conversion cannot be
 performed. | 
Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.