Column Name | Data Type | Description |
table_name | char(256) | The name of the table key is on |
table_owner | char(32) | The owner of the table |
column_name | char(256) | Name of key component column |
key_sequence | smallint | Position of column in key. 1 being the most significant component |
sort_direction | varchar(1) | A: Ascending sort. (Currently only ascending indexes are supported.) |