Uses of Class
io.vertx.mutiny.sqlclient.Row
Packages that use Row
Package
Description
-
Uses of Row in io.vertx.mutiny.jdbcclient
Fields in io.vertx.mutiny.jdbcclient with type parameters of type RowModifier and TypeFieldDescriptionstatic final PropertyKind<Row>
JDBCPool.GENERATED_KEYS
The property to be used to retrieve the generated keys -
Uses of Row in io.vertx.mutiny.oracleclient
Fields in io.vertx.mutiny.oracleclient with type parameters of type RowModifier and TypeFieldDescriptionstatic final PropertyKind<Row>
OracleClient.GENERATED_KEYS
The property to be used to retrieve the generated keys -
Uses of Row in io.vertx.mutiny.sqlclient
Fields in io.vertx.mutiny.sqlclient with type parameters of type RowMethods in io.vertx.mutiny.sqlclient that return RowMethods in io.vertx.mutiny.sqlclient that return types with arguments of type RowModifier and TypeMethodDescriptionPreparedStatement.createStream
(int fetch) PreparedStatement.createStream
(int fetch, Tuple args) Pool.preparedQuery
(String sql) SqlClient.preparedQuery
(String sql) SqlClient.preparedQuery
(String sql, io.vertx.sqlclient.PrepareOptions options) PreparedStatement.query()
Cursor.read
(int count) Read rows from the cursor, the result is provided asynchronously to thehandler
.Cursor.readAndAwait
(int count) Blocking variant ofCursor.read(int)
.Method parameters in io.vertx.mutiny.sqlclient with type arguments of type Row -
Uses of Row in io.vertx.mutiny.sqlclient.templates
Methods in io.vertx.mutiny.sqlclient.templates that return types with arguments of type RowModifier and TypeMethodDescriptionMethods in io.vertx.mutiny.sqlclient.templates with parameters of type Row