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>      
          

  • 相关阅读:
    Spring配置数据源
    记创业
    RSA 加解密转换
    log4net使用
    dom对象
    number对象,bom对象
    math对象和date对象
    js 数组对象,数组的使用
    wamp环境下外网访问自己电脑自己写的网站
    (线性结构)循环链表的初始化,增删减除结点。新手的了解
  • 原文地址:https://www.cnblogs.com/wildfish/p/106149.html
Copyright © 2011-2022 走看看