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