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

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

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -