version 1.5
OC GET PROCEDURE COLUMN LIST (cursor_ID; procedure; column_Array; type_Array; precision_Array)
| Parameter | Type | Description | |
| cursor_ID | Longint | Cursor ID | |
| procedure | String | Name of procedure | |
| column_Array | String Array | List of column names | |
| type_Array | String Array | List of column data types | |
| precision_Array | String Array | Precision values |
Description
The OC GET PROCEDURE COLUMN LIST command enables you to obtain a list of columns used by the procedure Procedure.
cursor_ID must be the ID of a previously created and inactive cursor.
procedure is the name of the procedure whose column information you wish to obtain.
column_Array is the name of a string array that will accept the list of column names which are used by the procedure.
type_Array is the name of a string array that will accept the values of the list of column data types.
precision_Array is the name of a string array that will accept the precision values for the columns.