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 -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -