When I try to execute a prepared statement containing LIMIT ? thePostgresql JDBC now requires the value to be an integer. As thevalue for LIMIT can either be a count or ALL this raises a simplequestion, what is the numeric value that means ALL?