org.firebirdsql.gds.impl.jni
Class isc_blob_handle_impl

java.lang.Object
  extended by org.firebirdsql.gds.impl.jni.isc_blob_handle_impl
All Implemented Interfaces:
IscBlobHandle

public final class isc_blob_handle_impl
extends Object
implements IscBlobHandle

Describe class isc_blob_handle_impl here.

Version:
1.0
Author:
David Jencks

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

addWarning

public void addWarning(GDSException warning)

getTr

public isc_tr_handle_impl getTr()

setTr

public void setTr(isc_tr_handle_impl value)

getDb

public isc_db_handle_impl getDb()

setDb

public void setDb(isc_db_handle_impl value)

getBlobId

public long getBlobId()
Description copied from interface: IscBlobHandle
Get the identifier for the blob to which this handle is linked.

Specified by:
getBlobId in interface IscBlobHandle
Returns:
identifier for the blob

setBlobId

public void setBlobId(long value)
Description copied from interface: IscBlobHandle
Set the identifier for the blob to which this handle is linked.

Specified by:
setBlobId in interface IscBlobHandle
Parameters:
value - The identifier to be set

getRblId

public int getRblId()

setRblId

public void setRblId(int value)

isEof

public boolean isEof()
Description copied from interface: IscBlobHandle
Retrieve whether the EOF has been reached with this blob.

Specified by:
isEof in interface IscBlobHandle
Returns:
true if EOF has been reached, false otherwise


Copyright © 2001-2010. All Rights Reserved.