Skip to content
Advertisement

How to get the BigDemical in SQLite?

I’m grabbing the data of the database. If integer I can use getInt, If String I can use getString. But BigDecimal I don’t know what to use…

Please Help. Thanks in advance!

JavaScript

Advertisement

Answer

Use BigDecimal.valueOf(double val):

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement