【发布时间】:2015-12-23 22:34:49
【问题描述】:
我正在尝试使用 idocscript 查找 ResultSet 中的行数。除了像下面这样循环遍历 ResultSet 之外,还有其他最佳方法吗?
<$sampleRSLength=0$>
<$if rsExists("sampleResultSet")$>
<$loop sampleResultSet$>
<$sampleRSLength=sampleRSLength+1$>
<$endloop$>
<$endif$>
【问题讨论】:
-
作为一个仅供参考,我会尝试观看 SO,但您会在 OTN 等论坛上获得更快的帮助:community.oracle.com/community/fusion_middleware/webcenter/…
标签: oracle-ucm stellent idocscript