Object get(String resultsetName, int index)Object get(String resultsetName, int index)| Name | Type | Description |
|---|---|---|
resultsetName | String | name of the result set. |
index | int | index of the column. |
| Type | Description |
|---|---|
Object | The value of the column at the given index. |