码迷,mamicode.com
首页 > 其他好文 > 详细

读取xml文件的方法

时间:2020-05-15 13:19:31      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:row   HERE   sel   XML   class   from   creat   name   app   

1.xml文件【例子】

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<page>
	<database name="CREDIT">
		<table name="lb_t_customter_info">
			<sql id="001">
				select t.*,rowid from customter t where cust_code=(select fk_cust_code from lb_t_into_info where into_app_id=‘130154740318‘)
			</sql>
		</table>
		<table name="T_TN_TRANSACTION_RECORD">
			<sql id="002">
				select * from  RECORD a where bus_code = ‘%s‘ order  by a.create_time desc
			</sql>
		</table>

	</database>
	<database name="CORE5DB">
		<table name="t_c_at_loaninfo">
			<sql id="003">
				select * from loan t where t.loan_status = ‘0‘ and t.contract_no in (select t1.contract_no from paymentw t1 where t1.pay_status not in (‘0‘,‘1‘,‘2,‘,‘3‘)) order by id desc
			</sql>
		</table>


	</database>
</page>

  

读取xml文件的方法

标签:row   HERE   sel   XML   class   from   creat   name   app   

原文地址:https://www.cnblogs.com/bubutianshu/p/12894220.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!