Get a specific column

get

/database/objects/columns/{owner},{table_name},{column_name}

Returns the corresponding record from DBA_TAB_COLUMNS or ALL_TAB_COLUMNS view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Information on a specific column.
Body ()
Root Schema : DatabaseObjectsColumnsItem
Type: object
Describes the column of table, view, or cluster in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top