|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.wire.isc_blob_handle_impl
public final class isc_blob_handle_impl
Describe class isc_blob_handle_impl here.
| Method Summary | |
|---|---|
long |
getBlobId()
Get the identifier for the blob to which this handle is linked. |
isc_db_handle_impl |
getDb()
|
int |
getPosition()
|
int |
getRbl_id()
|
isc_tr_handle_impl |
getTr()
|
boolean |
isEof()
Retrieve whether the EOF has been reached with this blob. |
void |
rbl_flagsAdd(int value)
|
void |
rbl_flagsRemove(int value)
|
void |
setBlobId(long value)
Set the identifier for the blob to which this handle is linked. |
void |
setDb(isc_db_handle_impl value)
|
void |
setPosition(int position)
|
void |
setRbl_id(int value)
|
void |
setTr(isc_tr_handle_impl value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public isc_tr_handle_impl getTr()
public void setTr(isc_tr_handle_impl value)
public isc_db_handle_impl getDb()
public void setDb(isc_db_handle_impl value)
public long getBlobId()
IscBlobHandle
getBlobId in interface IscBlobHandlepublic void setBlobId(long value)
IscBlobHandle
setBlobId in interface IscBlobHandlevalue - The identifier to be setpublic int getRbl_id()
public void setRbl_id(int value)
public void rbl_flagsAdd(int value)
public void rbl_flagsRemove(int value)
public int getPosition()
public void setPosition(int position)
public boolean isEof()
IscBlobHandleEOF has been reached with this blob.
isEof in interface IscBlobHandletrue if EOF has been reached,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||