java - ResultSet.getFloat return 0 instead of NULL -


i using jdbc resultset records database.

resultset.getfloat() //returns 0 null value.  

is there way null value using getfloat() or alternate solution?

you need call resultset.wasnull() test whether last column read had value of sql null.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -