|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.gds.impl.jni.isc_blob_handle_impl
public final class isc_blob_handle_impl
Describe class isc_blob_handle_impl here.
| Method Summary | |
|---|---|
void |
addWarning(GDSException warning)
|
long |
getBlobId()
Get the identifier for the blob to which this handle is linked. |
isc_db_handle_impl |
getDb()
|
int |
getRblId()
|
isc_tr_handle_impl |
getTr()
|
boolean |
isEof()
Retrieve whether the EOF has been reached with this blob. |
void |
setBlobId(long value)
Set the identifier for the blob to which this handle is linked. |
void |
setDb(isc_db_handle_impl value)
|
void |
setRblId(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 void addWarning(GDSException warning)
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 getRblId()
public void setRblId(int value)
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 | |||||||||