Package de.uplanet.lucy.server.datatrans
Interface IDataSet
- All Superinterfaces:
- AutoCloseable,- de.uplanet.util.ICloseable
@Scriptable
public interface IDataSet
extends de.uplanet.util.ICloseable
- 
Method Summary
- 
Method Details- 
nextGet the next data object.- Returns:
- The next data object.
- Throws:
- Exception- If an error occurred.
 
- 
closevoid close()- Specified by:
- closein interface- AutoCloseable
 
 
-