Package org.firebirdsql.jdbc.field
Interface BlobListenableField
- 
- All Known Implementing Classes:
- FBLongVarCharField
 
 @InternalApi public interface BlobListenableField Field which expects a blob listener.- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBlobListener(FBObjectListener.BlobListener blobListener)Sets the blob listener of the field.
 
- 
- 
- 
Method Detail- 
setBlobListenervoid setBlobListener(FBObjectListener.BlobListener blobListener) Sets the blob listener of the field.- Parameters:
- blobListener- blob listener
 
 
- 
 
-