zoukankan      html  css  js  c++  java
  • 基于配置文件的查询,xml文件sample


    <?xml version="1.0" encoding="GB2312"?>      
    <query title="箱量查询">      
      
    <statements>      
       
    <statement name="querysdsmpf" database="DB2">      
        
    <titles>      
           
    <title>代码</title>      
           
    <title>20f</title>      
        
    </titles>      
       
    </statement>      
       
    <content>      
          
    <![CDATA[select smcode,20f from sdflib.sdsmpf       
          where smcode=@smcode and       
                smdate>=@fromdate and      
                smdate<=@todate 
    ]]>      
       
    </content>      
      
    </statements>      
      
    <conditions>      
         
    <condition name="smcode" title="代码类型" type="String" length=3  pairtype="None"/>      
         
    <condition name="fromdate" title="起始日期" type="Interger" length=8  pairtype="OneMonth"/>      
         
    <condition name="todate" title="结束日期" type="Interger" length=8  pairtype="OneMonth"/>      
      
    </conditions>      
    </query>      
          

  • 相关阅读:
    5、面试题-测试用例篇
    4、面试题-技术篇
    3、面试题-测试流程
    2、面试题-接口测试用例
    全屏圆角弹出框
    Jquery的each退出循环
    拖动DIV
    head里面的其他标记
    更新字段
    Python---序列化
  • 原文地址:https://www.cnblogs.com/wildfish/p/106149.html
Copyright © 2011-2022 走看看