Stored Procedure Properties
This topic lists the properties of a Stored Procedure object in a catalog.
Property Name | Description |
---|---|
Connection Name | Specifies the connection to execute the stored procedure.
Data type: String |
Description | Specifies the description of the stored procedure.
Data type: String |
Maximum Duration | Specifies the maximum elapsed time allowed to fetch data from the data source when the stored procedure runs, measured in seconds. If the value is set to zero or is blank, it means the time will be unlimited.
For usage about the property, see Limiting the Query Run Time and Number of Records. Data type: Integer |
Maximum Rows | Specifies the maximum number of rows that will be fetched from the data source when the stored procedure runs. If the value is set to zero or is blank, it means the number will be unlimited.
For usage about the property, see Limiting the Query Run Time and Number of Records. Data type: Integer |
Name | Specifies the name of the stored procedure.
Data type: String |
Procedure Name | Specifies the stored procedure name in the raw database.
Data type: String |
Qualifier | Specifies the database's catalog name of the stored procedure.
Data type: String |
Read Only | Specifies whether or not the stored procedure will be read only. Choose an option from the drop-down list.
Data type: Enumeration |
Schema | Specifies the stored procedure schema.
Data type: String |
Transaction Mode | Specifies the transaction mode for the stored procedure. Choose an option from the drop-down list.
Data type: Enumeration |