Uses of Interface
io.vertx.sqlclient.Cursor
-
Packages that use Cursor Package Description io.vertx.sqlclient -
-
Uses of Cursor in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return Cursor Modifier and Type Method Description default CursorPreparedStatement. cursor()LikePreparedStatement.cursor(Tuple)but with empty arguments.CursorPreparedStatement. cursor(Tuple args)Create a cursor with the providedarguments.
-