|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface IscBlobHandle
is a java mapping for a blob handle..
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 Detail |
public long getBlobId()
public void setBlobId(long blobId)
blobId
- The identifier to be setpublic boolean isEof()
EOF
has been reached with this blob.
true
if EOF
has been reached,
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |