Monday, April 2, 2012

What is the difference between BLOB and CLOB?

What is the difference between BLOB and CLOB?
  • BLOBBinnary Large OBject. Data type that relational databases use to store very large data. In Java, it is represented by the JDBC java.sql.Blob;
  • CLOBCharacter Large OBject. Similar, but to store large strings, represented by the JDBC java.sql.Clob;

No comments:

Post a Comment

Please, before starting to comment, evaluate if what you want to write is useful, respectful and positive. A kid may read this also.

Give a good example!