Uses of Class
org.tentackle.persist.ResultSetCursor
-
Packages that use ResultSetCursor Package Description org.tentackle.persist.rmi Higher-level PDO-aware persistence remoting. -
-
Uses of ResultSetCursor in org.tentackle.persist.rmi
Methods in org.tentackle.persist.rmi that return ResultSetCursor Modifier and Type Method Description ResultSetCursor<T>RemoteResultSetCursorImpl. getCursor()Gets the local cursor.Methods in org.tentackle.persist.rmi with parameters of type ResultSetCursor Modifier and Type Method Description voidRemoteResultSetCursorImpl. setCursor(ResultSetCursor<T> cursor)Sets the local cursor.
-