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