控制data pool中的游标

上一篇 / 下一篇  2008-11-12 17:37:02 / 个人分类:RFT

IDatapool dp = (IDatapool) this.getDatapool();
  IDatapoolIterator dpIter = this.dpFactory().open(dp, null);
  dpIter.dpInitialize(dp);
  String str = new String("");
  
  for(int i=0;i<=149;i++)//while ( !dpIter.dpDone() )
  { 
   dpIter.dpCurrent();
   if(i>=140)
   {
    str = dpIter.dpString(0); 
    System.out.println(str);        
   }
   dpIter.dpNext();   
  }  

TAG: RFT

 

评分:0

我来说两句

日历

« 2024-05-05  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 48016
  • 日志数: 80
  • 建立时间: 2008-10-27
  • 更新时间: 2009-07-17

RSS订阅

Open Toolbar