oracle10g - appropriate mapping to java type for oracle sequence -


probably real beginner question, cannot find answer on web. have oracle db, table primary key number(16) , filled sequence, max value 999999999999999999999999999 .

what java type should use hold sequence value ? long, biginteger or bigdecimal?

thank in advance

long should has maximum value of 2^63 - 1


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -