getXXX(String columnName)

Does anyone know if columnName is case-sensitive?Thanks.
[77 byte] By [alex_registry] at [2007-9-26 5:35:27]
# 1
One would guess that since SQL is not case sensitive the column names shouldn't be. But I would expect that quoted identifiers as column names would be case sensitive - once again consistent with SQL.(Myself I always just use column indexes.)
jschell at 2007-7-1 13:44:33 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Thanks jschell. I tried to find this in JDBC spec. or any other doc, but no success so far. Any other thoughts?
alex_registry at 2007-7-1 13:44:33 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...