You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

Revision Date Author Comment
563df1410b885ae6f458d42e9acec3e6f15808b3 Mar 18 2019 15:30 Shaun Case
?  Additions to accommodate duplicate column names in an SQL statement?s return data.  Normally, wouldn?t expect to have duplicates, but if someone forgets to check their SQL statement for duplicate column names, then there could be multiples of the same column.  This can be accounted for in the ResultSet to accommodate iterations through ResultSet columns by index, even though they have the same values.