You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
400 B
11 lines
400 B
1 year ago
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<sqlMap namespace="MapBase" xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<parameterMaps>
|
||
|
<parameterMap id="paramInit" class="int"></parameterMap>
|
||
|
</parameterMaps>
|
||
|
<statements>
|
||
|
<procedure id="InitSystem" parameterMap="paramInit">
|
||
|
SP_INIT_SYSTEM
|
||
|
</procedure>
|
||
|
</statements>
|
||
|
</sqlMap>
|