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

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -