Package com.c8db.internal
Interface C8CursorExecute
-
public interface C8CursorExecute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(String id, Map<String,String> meta)CursorEntitynext(String id, Map<String,String> meta)
-
-
-
Method Detail
-
next
CursorEntity next(String id, Map<String,String> meta) throws C8DBException
- Throws:
C8DBException
-
close
void close(String id, Map<String,String> meta) throws C8DBException
- Throws:
C8DBException
-
-