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
Post a Comment