| Package | Description | 
|---|---|
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.rxjava3.sqlclient | |
| io.vertx.sqlclient | 
| Modifier and Type | Method and Description | 
|---|---|
SqlConnection | 
SqlConnection.prepare(String sql,
       PrepareOptions options)
Create a prepared statement using the given  
sql string. | 
SqlConnection | 
SqlConnection.prepare(String sql,
       PrepareOptions options,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared statement using the given  
sql string. | 
PreparedQuery<RowSet<Row>> | 
SqlClient.preparedQuery(String sql,
             PrepareOptions options)
Create a prepared query, one of the  
Query.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) or PreparedQuery.executeBatch(java.util.List<io.vertx.reactivex.sqlclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>)
 methods must be called to execute the query. | 
Single<PreparedStatement> | 
SqlConnection.rxPrepare(String sql,
         PrepareOptions options)
Create a prepared statement using the given  
sql string. | 
| Modifier and Type | Method and Description | 
|---|---|
SqlConnection | 
SqlConnection.prepare(String sql,
       PrepareOptions options)
Create a prepared statement using the given  
sql string. | 
SqlConnection | 
SqlConnection.prepare(String sql,
       PrepareOptions options,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared statement using the given  
sql string. | 
PreparedQuery<RowSet<Row>> | 
SqlClient.preparedQuery(String sql,
             PrepareOptions options)
Create a prepared query, one of the  
Query.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) or PreparedQuery.executeBatch(java.util.List<io.vertx.rxjava.sqlclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>)
 methods must be called to execute the query. | 
Single<PreparedStatement> | 
SqlConnection.rxPrepare(String sql,
         PrepareOptions options)
Create a prepared statement using the given  
sql string. | 
| Modifier and Type | Method and Description | 
|---|---|
Single<PreparedStatement> | 
SqlConnection.prepare(String sql,
       PrepareOptions options)
Create a prepared statement using the given  
sql string. | 
PreparedQuery<RowSet<Row>> | 
SqlClient.preparedQuery(String sql,
             PrepareOptions options)
Create a prepared query, one of the  
Query.execute() or PreparedQuery.executeBatch(java.util.List<io.vertx.rxjava3.sqlclient.Tuple>)
 methods must be called to execute the query. | 
Single<PreparedStatement> | 
SqlConnection.rxPrepare(String sql,
         PrepareOptions options)
Create a prepared statement using the given  
sql string. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<PreparedStatement> | 
SqlConnection.prepare(String sql,
       PrepareOptions options)
Like  
SqlConnection.prepare(String, Handler) but returns a Future of the asynchronous result | 
SqlConnection | 
SqlConnection.prepare(String sql,
       PrepareOptions options,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared statement using the given  
sql string. | 
PreparedQuery<RowSet<Row>> | 
SqlClient.preparedQuery(String sql,
             PrepareOptions options)
Create a prepared query, one of the  
PreparedQuery.execute(io.vertx.sqlclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) or PreparedQuery.executeBatch(java.util.List<io.vertx.sqlclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>)
 methods must be called to execute the query. | 
| Constructor and Description | 
|---|
PrepareOptions(PrepareOptions other)  | 
Copyright © 2024 Eclipse. All rights reserved.