getCollection

설명

attrIndex에 명시된 인덱스나 attrName에 명시된 열 이름에 해당하는 열의 값을 반환한다. 반환된 객체는 String[]와 같은 배열로 변환할 수 있다.

구문

Object getCollection(int attrIndex)
Object getCollection(String attrName)

리턴 값