public void getBlob(Column storeColumn) {
   try {
     ndbOperation.getBlob(storeColumn.getName());
   } catch (NdbApiException ndbApiException) {
     throw new ClusterJDatastoreException(local.message("ERR_Datastore"), ndbApiException);
   }
 }