java.lang.Object
org.firebirdsql.gds.ng.BlobHelper
Class with static helper methods for use with blobs.
- Since:
- 6.0.2
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckBlobClosed(FbBlob blob) static voidcheckBlobOpen(FbBlob blob) Checks if the blob is open.
-
Method Details
-
checkBlobOpen
Checks if the blob is open.- Throws:
SQLException- when the blob is closed.
-
checkBlobClosed
- Throws:
SQLException- when the blob is open.
-