Imported SQL Properties
The properties of an imported SQL file are as follows:
Property Name | Description |
---|---|
Connection Name | Specifies the connection to execute the imported SQL file.
Data type: String |
Description | Specifies the description of the imported SQL file.
Data type: String |
Maximum Duration | Specifies the maximum elapsed time allowed to fetch data from the data source when the SQL file 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 imported SQL file 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 imported SQL file.
Data type: String |
Qualifier | Specifies the database's catalog name of the imported SQL file.
Data type: String |
Read Only | Specifies whether or not the imported SQL file will be read only.
Data type: Enumeration |
Transaction Mode | Specifies the transaction mode for the imported SQL file.
Choose an option from the drop-down list.
Data type: Enumeration |
An imported SQL file contains several columns, the properties of which are shown in the following topic: Imported SQL Column