Uses of Interface
io.vertx.sqlclient.Cursor
-
Packages that use Cursor Package Description io.vertx.reactivex.sqlclient io.vertx.rxjava3.sqlclient io.vertx.sqlclient -
-
Uses of Cursor in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return Cursor Modifier and Type Method Description Cursor
Cursor. getDelegate()
Methods in io.vertx.reactivex.sqlclient with parameters of type Cursor Modifier and Type Method Description static Cursor
Cursor. newInstance(Cursor arg)
Constructors in io.vertx.reactivex.sqlclient with parameters of type Cursor Constructor Description Cursor(Cursor delegate)
-
Uses of Cursor in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return Cursor Modifier and Type Method Description Cursor
Cursor. getDelegate()
Methods in io.vertx.rxjava3.sqlclient with parameters of type Cursor Modifier and Type Method Description static Cursor
Cursor. newInstance(Cursor arg)
Constructors in io.vertx.rxjava3.sqlclient with parameters of type Cursor Constructor Description Cursor(Cursor delegate)
-
Uses of Cursor in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return Cursor Modifier and Type Method Description default Cursor
PreparedStatement. cursor()
LikePreparedStatement.cursor(Tuple)
but with empty arguments.Cursor
PreparedStatement. cursor(Tuple args)
Create a cursor with the providedarguments
.
-