All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.lgeds.jdf.db.FetchHandle

public interface FetchHandle
Author:
WonYoung Lee, wyounglee@lgeds.lg.co.kr.

Method Index

 o hasMoreEntities()
 o nextEntity()

Methods

 o hasMoreEntities
 public abstract boolean hasMoreEntities()
Returns:
boolean
 o nextEntity
 public abstract Object nextEntity() throws Exception
Returns:
java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index