|
Sybernet / Supplied Procedures Reference
Release 3.00 Oct 14, 2002 |
|
This procedure is invoked by the Sybase to Oracle translator.
For Internal Use Only.
Procedure GET_TAB_COLUMNS
(
OBJECT_NAME VARCHAR2
, IDENTITY VARCHAR2
) ;
| Parameter | Description |
|---|---|
object_name |
The name of an object |
identity |
IDENTITY - retrieve the name of the identity column. EXCLUDE - retrieve all column names except the identity column. INCLUDE - retrieve all column names (including the identity column). |