Uses of Class
io.vertx.rxjava3.sqlclient.Cursor
-
Packages that use Cursor Package Description io.vertx.rxjava3.sqlclient -
-
Uses of Cursor in io.vertx.rxjava3.sqlclient
Fields in io.vertx.rxjava3.sqlclient with type parameters of type Cursor Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Cursor>
Cursor. __TYPE_ARG
Methods in io.vertx.rxjava3.sqlclient that return Cursor Modifier and Type Method Description Cursor
PreparedStatement. cursor()
LikePreparedStatement.cursor()
but with empty arguments.Cursor
PreparedStatement. cursor(Tuple args)
Create a cursor with the providedarguments
.static Cursor
Cursor. newInstance(Cursor arg)
-