public final class BlobHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkBlobClosed(FbBlob blob) |
static void |
checkBlobOpen(FbBlob blob)
Checks if the blob is open.
|
public static void checkBlobOpen(FbBlob blob) throws java.sql.SQLException
java.sql.SQLException - when the blob is closed.public static void checkBlobClosed(FbBlob blob) throws java.sql.SQLException
java.sql.SQLException - when the blob is open.Copyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.