- <?xml version="1.0" encoding="UTF-8"?>
- <das-client>
- <Sqls>
- <Sql name='getSignature'>
- <![CDATA[
- select * from Config_Signatur where 1=1
- ]]>
- </Sql>
- <Sql name='updateSignature'>
- <![CDATA[
- update Config_Signatur set @behaviorParam where 1=1
- ]]>
- </Sql>
- </Sqls>
- </das-client>
|