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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -