Class JdbcBlob

  • All Implemented Interfaces:
    Blob

    public class JdbcBlob
    extends Object
    implements Blob
    Simple BLOB implementation. Actually there is no such entity as BLOB in Ignite. So using arrays is a preferable way to work with binary objects.

    This implementation can be useful for writting and reading binary fields of objects through JDBC.