public interface IscBlobHandle
IscBlobHandle
is a java mapping for a blob handle..Modifier and Type | Method and Description |
---|---|
long |
getBlobId()
Get the identifier for the blob to which this handle is linked.
|
boolean |
isEof()
Retrieve whether the
EOF has been reached with this blob. |
void |
setBlobId(long blobId)
Set the identifier for the blob to which this handle is linked.
|
long getBlobId()
void setBlobId(long blobId)
blobId
- The identifier to be setboolean isEof()
EOF
has been reached with this blob.true
if EOF
has been reached,
false
otherwiseCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.