getColumn() method
public abstract Column getColumn(int index)
The getColumn() method gets metadata for a column. Use the metadata methods of the Column class to query the metadata.
Parameters
| Parameter | Description |
|---|---|
| index | The position of the column in the row. |
Returns
Object that contains all of the column's metadata.
Throws
| Exception | Description |
|---|---|
| IndexOutOfBoundsException | Thrown when the index is not valid. This runtime exception does not need to be explicitly caught. |