The moose likes I/O and Streams and the fly likes BLOB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "BLOB" Watch "BLOB" New topic
Author

BLOB

Christophe Grosjean
Ranch Hand

Joined: Jan 22, 2002
Posts: 51
Hi all,
I want to create Blob objects. How can i do that ? Must I implement the java.sql.blob interface ? I did it for Clob object but internal representation of a blob seems to be more complex... what could be this implementation of a blob ?
Thx for any help.
Christophe
 
 
subject: BLOB
 
Threads others viewed
how to convert byte[] to blob
ORA-01460: unimplemented or unreasonable conversion requested
How to convert FormFile into BLOB object?
how to store an image into the DataBase using oracle database
clob and blob
IntelliJ Java IDE