lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

rs.getBoolean() needed #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. getBoolean() is needed in resultset.
2.
3.

What is the expected output? What do you see instead?
rs.getBoolean(). should return true or false

What version of the product are you using? On what operating system?
2.4

Please provide any additional information below.

Original issue reported on code.google.com by manuraj....@gmail.com on 27 May 2008 at 11:33

GoogleCodeExporter commented 9 years ago
Although getInt() works fine. But it will be more appropriate to have a 
getBoolean().

Original comment by manuraj....@gmail.com on 27 May 2008 at 12:16

GoogleCodeExporter commented 9 years ago
Also, when the resultset is returned, what is the sequence of the fields being 
returned?

Is it the same sequence as they been defined in the database or is it in some 
other
order??

The reason I am asking this is because I am not able to get the right value for 
my
specified fields. ( My consideration is "retrival is in the same sequence as 
they
defined in db).

Thanks.

Original comment by manuraj....@gmail.com on 27 May 2008 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 27 May 2008 at 3:03

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 27 May 2008 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 9 Jun 2008 at 1:33