org.firebirdsql.gds

Interface IscBlobHandle

public interface IscBlobHandle

The interface IscBlobHandle is a java mapping for a blob handle..
Version:
1.0
Author:
David Jencks

Method Summary

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.

Method Details

getBlobId

public long getBlobId()
Get the identifier for the blob to which this handle is linked.
Returns:
identifier for the blob

isEof

public boolean isEof()
Retrieve whether the EOF has been reached with this blob.
Returns:
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.
Parameters:
blobId - The identifier to be set

Copyright B) 2001 David Jencks and other authors. All rights reserved.