getColumn

Retrieves the metadata of the column at the specified index.

Return

The column's metadata.

Parameters

index

The zero-based index of the column.

Throws

if the index is out of bounds.


fun getColumn(columnName: String): ColumnMetadata

Retrieves the metadata of the column with the specified columnName.

Return

The column's metadata.

Parameters

columnName

The name of the column.

Throws

if no column with the given name exists.