我从两个表中获得了两个缓存的行数据集;表 1 和表 2。
表格1
OrgCode Name Amt FeeCode
1 John 100 R
1 Micheal 200 L
表2
OrgCode AgreementNo AddressNo CustomerNo FeeCode
1 111 211 555 R
1 222 212 666 L
1 333 213 777 P
我需要比较两个cachedrow 集,并根据tables2 中匹配的feecode 将数据(缓存行集)表发送到JSP。
为table-1的Cached row set形成的Sql是动态形成的,不同的类使用相同的方法,返回类型为cached row set
我该怎么做?