| Package | Description |
|---|---|
| io.vertx.jdbcclient.impl.actions | |
| io.vertx.mssqlclient.impl.codec | |
| io.vertx.sqlclient.impl.cache | |
| io.vertx.sqlclient.impl.command |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCPreparedStatement |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
JDBCPrepareStatementAction.execute(Connection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
MSSQLPreparedStatement |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
PreparedStatementCache.evict() |
PreparedStatement |
PreparedStatementCache.get(String sql) |
| Modifier and Type | Method and Description |
|---|---|
List<PreparedStatement> |
PreparedStatementCache.put(PreparedStatement preparedStatement)
Put a statement in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
List<PreparedStatement> |
PreparedStatementCache.put(PreparedStatement preparedStatement)
Put a statement in the cache.
|
| Modifier and Type | Field and Description |
|---|---|
PreparedStatement |
ExtendedQueryCommand.ps |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
ExtendedQueryCommand.preparedStatement() |
PreparedStatement |
CloseStatementCommand.statement() |
PreparedStatement |
CloseCursorCommand.statement() |
| Modifier and Type | Method and Description |
|---|---|
static <R> ExtendedQueryCommand<R> |
ExtendedQueryCommand.createBatch(String sql,
PreparedStatement ps,
List<Tuple> tuples,
boolean autoCommit,
Collector<Row,?,R> collector,
QueryResultHandler<R> resultHandler) |
static <R> ExtendedQueryCommand<R> |
ExtendedQueryCommand.createQuery(String sql,
PreparedStatement ps,
Tuple tuple,
boolean autoCommit,
Collector<Row,?,R> collector,
QueryResultHandler<R> resultHandler) |
static <R> ExtendedQueryCommand<R> |
ExtendedQueryCommand.createQuery(String sql,
PreparedStatement ps,
Tuple tuple,
int fetch,
String cursorId,
boolean suspended,
boolean autoCommit,
Collector<Row,?,R> collector,
QueryResultHandler<R> resultHandler) |
| Constructor and Description |
|---|
CloseCursorCommand(String id,
PreparedStatement statement) |
CloseStatementCommand(PreparedStatement statement) |
Copyright © 2021. All rights reserved.