...
Expand | ||
---|---|---|
| ||
Canvas uses the iBATIS framework for SQL mapping that fetches data using SQLs written in an XML file through a SQL_PARAM_MAP IDs. Within a Logical Data Source, all SQL Map IDs are expected to be unique (else will result in initialization error), ensure that any SQL Map IDs defined by you do not conflict with the existing ones. Refer Quick primer on iBatis SQL Map for more detailed information. |
Expand | ||
---|---|---|
| ||
Within the Canvas workbench, the default SQL Map files that are used by CT ModelHouse application are stored in the CTModelHouseResources folder. All the default SQL Maps used by CT ModelHouse application is specified in the Implementation Database Config file. The default Implementation Database Config file used by CT ModelHouse is located in the CTModelHouseResources folder: It is advisable to store all the SQL Maps and other resources (e.g. property files) that your application requires under a common folder, e.g. MyApplicationResources. |
...