org.firebirdsql.gds
Interface IscBlobHandle
public interface IscBlobHandle
The interface IscBlobHandle
is a java mapping for a blob handle..
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.
|
getBlobId
public long getBlobId()
Get the identifier for the blob to which this handle is linked.
isEof
public boolean isEof()
Retrieve whether the EOF
has been reached with this blob.
true
if EOF
has been reached,
false
otherwise
setBlobId
public void setBlobId(long blobId)
Set the identifier for the blob to which this handle is linked.
blobId
- The identifier to be set
Copyright B) 2001 David Jencks and other authors. All rights reserved.