| Package | Description | 
|---|---|
| io.vertx.db2client | |
| io.vertx.mysqlclient | |
| io.vertx.pgclient | |
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | 
| Modifier and Type | Method and Description | 
|---|---|
DB2Connection | 
DB2Connection.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
MySQLConnection | 
MySQLConnection.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
PgConnection | 
PgConnection.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PreparedStatement | 
PreparedStatement.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static PreparedStatement | 
PreparedStatement.newInstance(PreparedStatement arg)  | 
| Constructor and Description | 
|---|
PreparedStatement(PreparedStatement delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
PreparedStatement | 
PreparedStatement.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static PreparedStatement | 
PreparedStatement.newInstance(PreparedStatement arg)  | 
| Constructor and Description | 
|---|
PreparedStatement(PreparedStatement delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
SqlConnection | 
SqlConnection.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared query. 
 | 
Transaction | 
Transaction.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared query. 
 | 
Copyright © 2020 Eclipse. All rights reserved.