Package org.firebirdsql.gds.ng
Class BlobHelper
- java.lang.Object
- 
- org.firebirdsql.gds.ng.BlobHelper
 
- 
 public final class BlobHelper extends java.lang.ObjectClass with static helper methods for use with blobs.- Since:
- 5.0.8
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckBlobClosed(FbBlob blob)static voidcheckBlobOpen(FbBlob blob)Checks if the blob is open.
 
- 
- 
- 
Method Detail- 
checkBlobOpenpublic static void checkBlobOpen(FbBlob blob) throws java.sql.SQLException Checks if the blob is open.- Throws:
- java.sql.SQLException- when the blob is closed.
 
 - 
checkBlobClosedpublic static void checkBlobClosed(FbBlob blob) throws java.sql.SQLException - Throws:
- java.sql.SQLException- when the blob is open.
 
 
- 
 
-