try {
int parameterIndex = Integer.valueOf(index) + offset;
BigInteger result = parameterBindings.getBigDecimal(parameterIndex).toBigInteger();
return result;
} catch (SQLException ex) {
throw new ClusterJUserException(local.message("ERR_Getting_Parameter_Value", offset, index), ex);
}
}