|
resultSet jdbc getObject( ? )
Hi,
with getObject() I can specify the field of the table, by name and by the number of the column.
But... how can I refer by name to a column that it has a lot of alias?
I tried with getObject("") but it didn't work
Any ideas?
|