return new ScanOperationImpl(
ndbTransaction.getSelectScanOperation(storeTable.getName(),
NdbOperation.LockMode.LM_Exclusive,
NdbScanOperation.ScanFlag.KEY_INFO, 0,0), this);
} catch (NdbApiException ndbApiException) {
throw new ClusterJDatastoreException(local.message("ERR_Datastore"),
ndbApiException);
}
}