Re: Mechanism to Bring DataSet to Unique level

2017-08-02 Thread Gajanan Patil
Yes done that and it worked for me thanks Kasper for immediate turn around. Gajanan Patil +91-97666 96197 Sent From My Lenovo K4 Note On 3 Aug 2017 7:09 a.m., "Kasper Sørensen" wrote: > Not sure I see the problem here as BIGINT is equivalent to Long. But you > can always use String.valueOf(.

Re: Mechanism to Bring DataSet to Unique level

2017-08-02 Thread Kasper Sørensen
Not sure I see the problem here as BIGINT is equivalent to Long. But you can always use String.valueOf(...) if you want the string representation. Kasper Sørensen > On Aug 2, 2017, at 11:11, Gajanan Patil wrote: > > Hi All, > > I have table having id column with BIGINT DataType in mysql, when

Mechanism to Bring DataSet to Unique level

2017-08-02 Thread Gajanan Patil
Hi All, I have table having id column with BIGINT DataType in mysql, when we convert it to List it shows as Type Long (java language datatype). Is there any mechanism to bring this column datatype to String in Java language?. or anyother approach that willl give me dataset to type of string? y