Uses of Class
io.vertx.rxjava3.sqlclient.Row
Packages that use Row
Package
Description
-
Uses of Row in io.vertx.rxjava3.jdbcclient
Fields in io.vertx.rxjava3.jdbcclient with type parameters of type RowModifier and TypeFieldDescriptionstatic final PropertyKind<Row> JDBCPool.GENERATED_KEYSThe property to be used to retrieve the generated keys Only the first row will be presentMethods in io.vertx.rxjava3.jdbcclient that return types with arguments of type Row -
Uses of Row in io.vertx.rxjava3.oracleclient
Fields in io.vertx.rxjava3.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.rxjava3.sqlclient
Fields in io.vertx.rxjava3.sqlclient with type parameters of type RowMethods in io.vertx.rxjava3.sqlclient that return RowMethods in io.vertx.rxjava3.sqlclient that return types with arguments of type RowModifier and TypeMethodDescriptionPreparedStatement.createStream(int fetch) LikePreparedStatement.createStream(int)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) A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.SqlClient.preparedQuery(String sql) Create a prepared query, one of theQuery.execute()orPreparedQuery.executeBatch(List)methods must be called to execute the query.SqlClient.preparedQuery(String sql, PrepareOptions options) Create a prepared query, one of theQuery.execute()orPreparedQuery.executeBatch(List)methods must be called to execute the query.A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.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.rxRead(int count) Read rows from the cursor, the result is provided asynchronously to thehandler.Method parameters in io.vertx.rxjava3.sqlclient with type arguments of type Row -
Uses of Row in io.vertx.rxjava3.sqlclient.templates
Methods in io.vertx.rxjava3.sqlclient.templates that return types with arguments of type RowModifier and TypeMethodDescriptionCreate an SQL template for query purpose consuming map parameters and returning .Methods in io.vertx.rxjava3.sqlclient.templates with parameters of type Row