Uses of Class
io.vertx.mutiny.sqlclient.Row
Packages that use Row
Package
Description
-
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_KEYSThe 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 RowModifier and TypeMethodDescriptionstatic RowRow.newInstance(io.vertx.sqlclient.Row delegate) Creates a new instance of theRow.Methods in io.vertx.mutiny.sqlclient that return types with arguments of type RowModifier and TypeMethodDescriptionPreparedStatement.createStream(int fetch) LikePreparedStatement.createStream(int, Tuple)but with empty arguments.PreparedStatement.createStream(int fetch, Tuple args) Execute the prepared query with a cursor and createStream the result.Pool.preparedQuery(String sql) Create a prepared query, one of thePreparedQuery.execute(io.vertx.mutiny.sqlclient.Tuple)orPreparedQuery.executeBatch(java.util.List<io.vertx.mutiny.sqlclient.Tuple>)methods must be called to execute the query.SqlClient.preparedQuery(String sql) Create a prepared query, one of thePreparedQuery.execute(io.vertx.mutiny.sqlclient.Tuple)orPreparedQuery.executeBatch(java.util.List<io.vertx.mutiny.sqlclient.Tuple>)methods must be called to execute the query.SqlClient.preparedQuery(String sql, io.vertx.sqlclient.PrepareOptions options) Create a prepared query, one of thePreparedQuery.execute(io.vertx.mutiny.sqlclient.Tuple)orPreparedQuery.executeBatch(java.util.List<io.vertx.mutiny.sqlclient.Tuple>)methods must be called to execute the query.Create a query, theQuery.execute()method must be called to execute the query.PreparedStatement.query()Create a prepared query for this statement.Create a query, theQuery.execute()method must be called to execute the query.Cursor.read(int count) Read rows from the cursor, the result is provided asynchronously to thehandler.Cursor.readAndAwait(int count) Read rows from the cursor, the result is provided asynchronously to thehandler.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 TypeMethodDescriptionCreate an SQL template for query purpose consuming map parameters and returningRow.Methods in io.vertx.mutiny.sqlclient.templates with parameters of type Row