public Number getPredicateId(RdbmsURI predicate) throws RdbmsException {
try {
return predicates.getIdOfPredicate(predicate);
} catch (SQLException e) {
throw new RdbmsException(e);
} catch (InterruptedException e) {
throw new RdbmsRuntimeException(e);
}
}