skip to main content
JDBC Support : Supported Functionality : Blob Object
 

Blob Object

 
 
Blob Method 
Version
Introduced
 
Supported
 
Comments
void free()
4.0
Yes
 
InputStream getBinaryStream ()
2.0 Core
Yes
byte[] getBytes (long, int)
2.0 Core
Yes
long length ()
2.0 Core
Yes
long position (byte, long)
2.0 Core
Yes
long position (Blob, long)
2.0 Core
Yes
OutputStream setBinaryStream (long)
3.0 Core
Yes
int setBytes (long, byte[])
3.0 Core
Yes
int setBytes (long, byte[], int, int)
3.0 Core
Yes
void truncate (long)
3.0 Core
Yes
NOTE: In OpenAccess SDK, Blob support is emulated using LONGVARBINARY datatypes.