artefaktur
software engineer &        architecture

 
 
 
 

class Blob

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::sql::Blob Class Reference

#include <Blob.h>

Inheritance diagram for acdk::sql::Blob:

acdk::sql::StandardMemBlob List of all members.

Detailed Description

similar to corresponding JDBC class


Public Member Functions

virtual jlong length ()=0 throw ( RException )
virtual void truncate (jlong length)=0 throw ( RException )
virtual acdk::io::RReader getReader ()=0 throw ( RException )
virtual acdk::io::RWriter getWriter ()=0 throw ( RException )
virtual RReadByteBuffer getReadByteBuffer ()=0 throw ( RException )
 return the readed bytes

virtual void setByteBuffer (IN(RReadByteBuffer) buffer)=0 throw ( RException )
 copy byte into the Blob


Member Function Documentation

virtual RReadByteBuffer acdk::sql::Blob::getReadByteBuffer  )  throw ( RException ) [pure virtual]
 

return the readed bytes

Implemented in acdk::sql::StandardMemBlob.

virtual acdk::io::RReader acdk::sql::Blob::getReader  )  throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::StandardMemBlob.

virtual acdk::io::RWriter acdk::sql::Blob::getWriter  )  throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::StandardMemBlob.

virtual jlong acdk::sql::Blob::length  )  throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::StandardMemBlob.

virtual void acdk::sql::Blob::setByteBuffer IN(RReadByteBuffer buffer  )  throw ( RException ) [pure virtual]
 

copy byte into the Blob

Implemented in acdk::sql::StandardMemBlob.

virtual void acdk::sql::Blob::truncate jlong  length  )  throw ( RException ) [pure virtual]
 

Implemented in acdk::sql::StandardMemBlob.

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer