Home > Database > Mysql Tutorial > body text

Flex服务器端SQL(Ibatis)中使用嵌套List的方法

WBOY
Release: 2016-06-07 17:12:53
Original
1169 people have browsed it

利用Ibatis的Iterate标签可以循环遍历List的每个元素来动态做成SQL文,但是如果传入的是一个嵌套List的时候,该怎么用Iterate来遍

利用Ibatis的Iterate标签可以循环遍历List的每个元素来动态做成SQL文,但是如果传入的是一个嵌套List的时候,该怎么用Iterate来遍历呢,笔者经过大量的实验,终于找到了这种方法。代码如下

以上代码中,,csvData是一个嵌套List,即它里面的内容仍旧是一个List,

用Iterate的遍历的方法的重要点在: 其中csvData[]代表该List的一个元素,而#csvData[].[]#代表的是List下的List的一个元素。

这样就能遍历一个二层的List对象了。

linux

Related labels:
sql
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template