Uses of Package
io.tarantool.driver.api.cursor
-
Packages that use io.tarantool.driver.api.cursor Package Description io.tarantool.driver.api.cursor Contains interfaces and implementations for cursors.io.tarantool.driver.api.space Contains interfaces for Tarantool space operationsio.tarantool.driver.core.space Contains implementations for Tarantool space operations -
Classes in io.tarantool.driver.api.cursor used by io.tarantool.driver.api.cursor Class Description TarantoolCursor Basic cursor interface which allows forward-only iteration through query results.TarantoolCursorBase Generic cursor implementation that performs client calls with TarantoolSpaceOperations. -
Classes in io.tarantool.driver.api.cursor used by io.tarantool.driver.api.space Class Description TarantoolCursor Basic cursor interface which allows forward-only iteration through query results. -
Classes in io.tarantool.driver.api.cursor used by io.tarantool.driver.core.space Class Description TarantoolCursor Basic cursor interface which allows forward-only iteration through query results.