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>      
          

  • 相关阅读:
    DHCP服务器搭建
    linux文件通配符
    NTP服务器搭建
    .Net下MoongoDB的简单调用
    Mac 下安装配置MongoDB讲解
    Redis 介绍学习
    PostgreSQL学习之路一 安装
    CentOS安装PostgreSQL
    离线安装PostgreSQL11.6
    PostgreSQL 安装扩展插件plpython3u执行python,访问页面或者第三方程序
  • 原文地址:https://www.cnblogs.com/wildfish/p/106149.html
Copyright © 2011-2022 走看看