B C D E F G H I J M N O P Q R S T U V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- batch(List<String>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
- batchAndAwait(List<String>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.batch(List). - batchAndForget(List<String>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.batch(List)that ignores the result of the operation. - batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Batch a callable statement with all entries from the args list.
- batchCallableWithParamsAndAwait(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.batchCallableWithParams(String,List,List). - batchCallableWithParamsAndForget(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.batchCallableWithParams(String,List,List)that ignores the result of the operation. - batchWithParams(String, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Batch a prepared statement with all entries from the args list.
- batchWithParamsAndAwait(String, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.batchWithParams(String,List). - batchWithParamsAndForget(String, List<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.batchWithParams(String,List)that ignores the result of the operation.
C
- call(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Calls the given SQL
PROCEDUREwhich returns the result from the procedure. - call(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Calls the given SQL
PROCEDUREwhich returns the result from the procedure. - call(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Calls the given SQL
PROCEDUREwhich returns the result from the procedure. - callAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.call(String). - callAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.call(String). - callAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.call(String). - callAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.call(String)that ignores the result of the operation. - callAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.call(String)that ignores the result of the operation. - callAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.call(String)that ignores the result of the operation. - callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Calls the given SQL
PROCEDUREwhich returns the result from the procedure. - callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Calls the given SQL
PROCEDUREwhich returns the result from the procedure. - callWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Calls the given SQL
PROCEDUREwhich returns the result from the procedure. - callWithParamsAndAwait(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.callWithParams(String,JsonArray,JsonArray). - callWithParamsAndAwait(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.callWithParams(String,JsonArray,JsonArray). - callWithParamsAndAwait(String, JsonArray, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.callWithParams(String,JsonArray,JsonArray). - callWithParamsAndForget(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.callWithParams(String,JsonArray,JsonArray)that ignores the result of the operation. - callWithParamsAndForget(String, JsonArray, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.callWithParams(String,JsonArray,JsonArray)that ignores the result of the operation. - callWithParamsAndForget(String, JsonArray, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.callWithParams(String,JsonArray,JsonArray)that ignores the result of the operation. - close() - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Close the client and release all resources.
- close() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- closeAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.close(). - closeAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.close(). - closeAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
-
Blocking variant of
close(). - closeAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.close()that ignores the result of the operation. - closeAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.close()that ignores the result of the operation. - closeAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
-
Variant of
close()that ignores the result of the operation. - column(String) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- columns() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- commit() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Commits all changes made since the previous commit/rollback.
- commitAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.commit(). - commitAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.commit()that ignores the result of the operation. - create(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- createShared(Vertx, JsonObject) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
D
- DEFAULT_DS_NAME - Static variable in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
The name of the default data source
- DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
The default data source provider is C3P0
E
- endHandler(Runnable) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- equals(Object) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- equals(Object) - Method in class io.vertx.mutiny.ext.sql.SQLClient
- equals(Object) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- equals(Object) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- equals(Object) - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- equals(Object) - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- exceptionHandler(Consumer<Throwable>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- execute(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given SQL statement
- executeAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.execute(String). - executeAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.execute(String)that ignores the result of the operation.
F
- fetch(long) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
G
- GENERATED_KEYS - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
-
The property to be used to retrieve the generated keys
- getConnection() - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnectionAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.getConnection(). - getConnectionAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.getConnection()that ignores the result of the operation. - getDelegate() - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- getDelegate() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- getDelegate() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- getDelegate() - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
- getDelegate() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- getDelegate() - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- getDelegate() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- getTransactionIsolation() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Attempts to return the transaction isolation level for this Connection object to the one given.
- getTransactionIsolationAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.getTransactionIsolation(). - getTransactionIsolationAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.getTransactionIsolation()that ignores the result of the operation.
H
- handler(Consumer<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- hashCode() - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- hashCode() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- hashCode() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- hashCode() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- hashCode() - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- hashCode() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
I
- in() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- INOUT(Object, int) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- INOUT(Object, String) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- INOUT(Object, JDBCType) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- io.vertx.mutiny.ext.jdbc - package io.vertx.mutiny.ext.jdbc
- io.vertx.mutiny.ext.sql - package io.vertx.mutiny.ext.sql
- io.vertx.mutiny.jdbcclient - package io.vertx.mutiny.jdbcclient
J
- JDBCClient - Class in io.vertx.mutiny.ext.jdbc
-
An asynchronous client interface for interacting with a JDBC compliant database
- JDBCClient(JDBCClient) - Constructor for class io.vertx.mutiny.ext.jdbc.JDBCClient
- JDBCClient(Object) - Constructor for class io.vertx.mutiny.ext.jdbc.JDBCClient
- JDBCPool - Class in io.vertx.mutiny.jdbcclient
-
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
- JDBCPool(JDBCPool) - Constructor for class io.vertx.mutiny.jdbcclient.JDBCPool
- JDBCPool(Object) - Constructor for class io.vertx.mutiny.jdbcclient.JDBCPool
M
- moreResults() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
N
- newInstance(JDBCClient) - Static method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- newInstance(SQLClient) - Static method in class io.vertx.mutiny.ext.sql.SQLClient
- newInstance(SQLConnection) - Static method in class io.vertx.mutiny.ext.sql.SQLConnection
- newInstance(SQLOperations) - Static method in interface io.vertx.mutiny.ext.sql.SQLOperations
- newInstance(SQLRowStream) - Static method in class io.vertx.mutiny.ext.sql.SQLRowStream
- newInstance(JDBCPool) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- newInstance(SqlOutParam) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
O
- OUT(int) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- OUT(String) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- OUT(JDBCType) - Static method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- OUTPUT - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
-
The property to be used to retrieve the output of the callable statement
P
- pause() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipe() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipeTo(WriteStream<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipeToAndAwait(WriteStream<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pipeToAndForget(WriteStream<JsonArray>) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- pool(Vertx, JsonObject) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, DataSourceProvider) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, DataSource) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
- pool(Vertx, DataSource, JsonObject) - Static method in class io.vertx.mutiny.jdbcclient.JDBCPool
Q
- query(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
- query(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given SQL
SELECTstatement which returns the results of the query. - query(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Executes the given SQL
SELECTstatement which returns the results of the query. - queryAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.query(String). - queryAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.query(String). - queryAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.query(String). - queryAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.query(String)that ignores the result of the operation. - queryAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.query(String)that ignores the result of the operation. - queryAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.query(String)that ignores the result of the operation. - querySingle(String) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
Execute a one shot SQL statement that returns a single SQL row.
- querySingle(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Execute a one shot SQL statement that returns a single SQL row.
- querySingle(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Execute a one shot SQL statement that returns a single SQL row.
- querySingle(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Execute a one shot SQL statement that returns a single SQL row.
- querySingleAndAwait(String) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
Blocking variant of
SQLOperations.querySingle(String). - querySingleAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLOperations.querySingle(String). - querySingleAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLOperations.querySingle(String). - querySingleAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.querySingle(String). - querySingleAndForget(String) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
Variant of
SQLOperations.querySingle(String)that ignores the result of the operation. - querySingleAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLOperations.querySingle(String)that ignores the result of the operation. - querySingleAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLOperations.querySingle(String)that ignores the result of the operation. - querySingleAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.querySingle(String)that ignores the result of the operation. - querySingleWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Execute a one shot SQL statement with arguments that returns a single SQL row.
- querySingleWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
Blocking variant of
SQLOperations.querySingleWithParams(String,JsonArray). - querySingleWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLOperations.querySingleWithParams(String,JsonArray). - querySingleWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLOperations.querySingleWithParams(String,JsonArray). - querySingleWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.querySingleWithParams(String,JsonArray). - querySingleWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
-
Variant of
SQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation. - querySingleWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation. - querySingleWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation. - querySingleWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.querySingleWithParams(String,JsonArray)that ignores the result of the operation. - queryStream(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Executes the given SQL
SELECTstatement which returns the results of the query as a read stream. - queryStream(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given SQL
SELECTstatement which returns the results of the query as a read stream. - queryStream(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Executes the given SQL
SELECTstatement which returns the results of the query as a read stream. - queryStreamAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.queryStream(String). - queryStreamAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.queryStream(String). - queryStreamAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.queryStream(String). - queryStreamAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.queryStream(String)that ignores the result of the operation. - queryStreamAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.queryStream(String)that ignores the result of the operation. - queryStreamAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.queryStream(String)that ignores the result of the operation. - queryStreamWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Executes the given SQL
SELECTstatement which returns the results of the query as a read stream. - queryStreamWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given SQL
SELECTstatement which returns the results of the query as a read stream. - queryStreamWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Executes the given SQL
SELECTstatement which returns the results of the query as a read stream. - queryStreamWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.queryStreamWithParams(String,JsonArray). - queryStreamWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.queryStreamWithParams(String,JsonArray). - queryStreamWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.queryStreamWithParams(String,JsonArray). - queryStreamWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.queryStreamWithParams(String,JsonArray)that ignores the result of the operation. - queryStreamWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.queryStreamWithParams(String,JsonArray)that ignores the result of the operation. - queryStreamWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.queryStreamWithParams(String,JsonArray)that ignores the result of the operation. - queryWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
- queryWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given SQL
SELECTprepared statement which returns the results of the query. - queryWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Executes the given SQL
SELECTprepared statement which returns the results of the query. - queryWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.queryWithParams(String,JsonArray). - queryWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.queryWithParams(String,JsonArray). - queryWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.queryWithParams(String,JsonArray). - queryWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.queryWithParams(String,JsonArray)that ignores the result of the operation. - queryWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.queryWithParams(String,JsonArray)that ignores the result of the operation. - queryWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.queryWithParams(String,JsonArray)that ignores the result of the operation.
R
- resultSetClosedHandler(Runnable) - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- resume() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- rollback() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Rolls back all changes made since the previous commit/rollback.
- rollbackAndAwait() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.rollback(). - rollbackAndForget() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.rollback()that ignores the result of the operation.
S
- setAutoCommit(boolean) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Sets the auto commit flag for this connection.
- setAutoCommitAndAwait(boolean) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.setAutoCommit(boolean). - setAutoCommitAndForget(boolean) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.setAutoCommit(boolean)that ignores the result of the operation. - setOptions(SQLOptions) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- setQueryTimeout(int) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Deprecated.instead use
SQLConnection.setOptions(SQLOptions)withSQLOptions.setQueryTimeout(int) - setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Attempts to change the transaction isolation level for this Connection object to the one given.
- setTransactionIsolationAndAwait(TransactionIsolation) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.setTransactionIsolation(TransactionIsolation). - setTransactionIsolationAndForget(TransactionIsolation) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.setTransactionIsolation(TransactionIsolation)that ignores the result of the operation. - SQLClient - Class in io.vertx.mutiny.ext.sql
-
A common asynchronous client interface for interacting with SQL compliant database
- SQLClient(SQLClient) - Constructor for class io.vertx.mutiny.ext.sql.SQLClient
- SQLClient(Object) - Constructor for class io.vertx.mutiny.ext.sql.SQLClient
- SQLConnection - Class in io.vertx.mutiny.ext.sql
-
Represents a connection to a SQL database
- SQLConnection(SQLConnection) - Constructor for class io.vertx.mutiny.ext.sql.SQLConnection
- SQLConnection(Object) - Constructor for class io.vertx.mutiny.ext.sql.SQLConnection
- SQLOperations - Interface in io.vertx.mutiny.ext.sql
-
Represents a SQL query interface to a database
- SqlOutParam - Class in io.vertx.mutiny.jdbcclient
-
Tag if a parameter is of type OUT or INOUT.
- SqlOutParam(SqlOutParam) - Constructor for class io.vertx.mutiny.jdbcclient.SqlOutParam
- SqlOutParam(Object) - Constructor for class io.vertx.mutiny.jdbcclient.SqlOutParam
- SQLRowStream - Class in io.vertx.mutiny.ext.sql
-
A ReadStream of Rows from the underlying RDBMS.
- SQLRowStream(SQLRowStream) - Constructor for class io.vertx.mutiny.ext.sql.SQLRowStream
- SQLRowStream(Object) - Constructor for class io.vertx.mutiny.ext.sql.SQLRowStream
T
- toBlockingIterable() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toBlockingStream() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toMulti() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toString() - Method in class io.vertx.mutiny.ext.jdbc.JDBCClient
- toString() - Method in class io.vertx.mutiny.ext.sql.SQLClient
- toString() - Method in class io.vertx.mutiny.ext.sql.SQLConnection
- toString() - Method in class io.vertx.mutiny.ext.sql.SQLRowStream
- toString() - Method in class io.vertx.mutiny.jdbcclient.JDBCPool
- toString() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
- type() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
U
- update(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Executes the given SQL statement which may be an
INSERT,UPDATE, orDELETEstatement. - update(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given SQL statement which may be an
INSERT,UPDATE, orDELETEstatement. - update(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Executes the given SQL statement which may be an
INSERT,UPDATE, orDELETEstatement. - updateAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.update(String). - updateAndAwait(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.update(String). - updateAndAwait(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.update(String). - updateAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.update(String)that ignores the result of the operation. - updateAndForget(String) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.update(String)that ignores the result of the operation. - updateAndForget(String) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.update(String)that ignores the result of the operation. - updateWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Executes the given prepared statement which may be an
INSERT,UPDATE, orDELETEstatement with the given parameters - updateWithParams(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Executes the given prepared statement which may be an
INSERT,UPDATE, orDELETEstatement with the given parameters - updateWithParams(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Executes the given prepared statement which may be an
INSERT,UPDATE, orDELETEstatement with the given parameters - updateWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Blocking variant of
SQLClient.updateWithParams(String,JsonArray). - updateWithParamsAndAwait(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Blocking variant of
SQLConnection.updateWithParams(String,JsonArray). - updateWithParamsAndAwait(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Blocking variant of
SQLOperations.updateWithParams(String,JsonArray). - updateWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLClient
-
Variant of
SQLClient.updateWithParams(String,JsonArray)that ignores the result of the operation. - updateWithParamsAndForget(String, JsonArray) - Method in class io.vertx.mutiny.ext.sql.SQLConnection
-
Variant of
SQLConnection.updateWithParams(String,JsonArray)that ignores the result of the operation. - updateWithParamsAndForget(String, JsonArray) - Method in interface io.vertx.mutiny.ext.sql.SQLOperations
-
Variant of
SQLOperations.updateWithParams(String,JsonArray)that ignores the result of the operation.
V
- value() - Method in class io.vertx.mutiny.jdbcclient.SqlOutParam
_
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.jdbc.JDBCClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.sql.SQLClient
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.sql.SQLConnection
- __TYPE_ARG - Static variable in class io.vertx.mutiny.ext.sql.SQLRowStream
- __TYPE_ARG - Static variable in class io.vertx.mutiny.jdbcclient.JDBCPool
- __TYPE_ARG - Static variable in class io.vertx.mutiny.jdbcclient.SqlOutParam
All Classes All Packages