public void setBoundTimestamp(Column storeColumn, BoundType type, Timestamp value) {
try {
ndbIndexScanOperation.setBoundTimestamp(storeColumn.getName(), convertBoundType(type), value);
} catch (NdbApiException ndbApiException) {
throw new ClusterJDatastoreException(local.message("ERR_Datastore"),
ndbApiException);
}
}