Uses of Interface
io.vertx.sqlclient.SqlConnection
Packages that use SqlConnection
Package
Description
-
Uses of SqlConnection in io.vertx.db2client
Subinterfaces of SqlConnection in io.vertx.db2clientMethods in io.vertx.db2client with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic DB2ConnectionDB2Connection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoDB2Connection. -
Uses of SqlConnection in io.vertx.db2client.spi
Method parameters in io.vertx.db2client.spi with type arguments of type SqlConnectionModifier and TypeMethodDescriptionprotected PoolDB2Driver.newPool(io.vertx.core.internal.VertxInternal vertx, Handler<SqlConnection> connectHandler, Supplier<Future<DB2ConnectOptions>> databases, PoolOptions poolOptions, NetClientOptions transportOptions, io.vertx.core.internal.CloseFuture closeFuture) -
Uses of SqlConnection in io.vertx.jdbcclient
Subinterfaces of SqlConnection in io.vertx.jdbcclient -
Uses of SqlConnection in io.vertx.mssqlclient
Subinterfaces of SqlConnection in io.vertx.mssqlclientModifier and TypeInterfaceDescriptioninterfaceA connection to Microsoft SQL Server.Methods in io.vertx.mssqlclient with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic MSSQLConnectionMSSQLConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoMSSQLConnection. -
Uses of SqlConnection in io.vertx.mysqlclient
Subinterfaces of SqlConnection in io.vertx.mysqlclientModifier and TypeInterfaceDescriptioninterfaceAn interface which represents a connection to MySQL server.Methods in io.vertx.mysqlclient with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic MySQLConnectionMySQLConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoMySQLConnection. -
Uses of SqlConnection in io.vertx.mysqlclient.spi
Method parameters in io.vertx.mysqlclient.spi with type arguments of type SqlConnectionModifier and TypeMethodDescriptionprotected PoolMySQLDriver.newPool(io.vertx.core.internal.VertxInternal vertx, Handler<SqlConnection> connectHandler, Supplier<Future<MySQLConnectOptions>> databases, PoolOptions poolOptions, NetClientOptions transportOptions, io.vertx.core.internal.CloseFuture closeFuture) -
Uses of SqlConnection in io.vertx.oracleclient
Subinterfaces of SqlConnection in io.vertx.oracleclientMethods in io.vertx.oracleclient with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic OracleConnectionOracleConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoOracleConnection. -
Uses of SqlConnection in io.vertx.pgclient
Subinterfaces of SqlConnection in io.vertx.pgclientMethods in io.vertx.pgclient with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic PgConnectionPgConnection.cast(SqlConnection sqlConnection) Cast aSqlConnectiontoPgConnection. -
Uses of SqlConnection in io.vertx.pgclient.spi
Method parameters in io.vertx.pgclient.spi with type arguments of type SqlConnectionModifier and TypeMethodDescriptionprotected PoolPgDriver.newPool(io.vertx.core.internal.VertxInternal vertx, Handler<SqlConnection> connectHandler, Supplier<Future<PgConnectOptions>> databases, PoolOptions poolOptions, NetClientOptions transportOptions, io.vertx.core.internal.CloseFuture closeFuture) -
Uses of SqlConnection in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return SqlConnectionMethods in io.vertx.reactivex.sqlclient with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic SqlConnectionSqlConnection.newInstance(SqlConnection arg) Constructors in io.vertx.reactivex.sqlclient with parameters of type SqlConnection -
Uses of SqlConnection in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return SqlConnectionMethods in io.vertx.rxjava3.sqlclient with parameters of type SqlConnectionModifier and TypeMethodDescriptionstatic SqlConnectionSqlConnection.newInstance(SqlConnection arg) Constructors in io.vertx.rxjava3.sqlclient with parameters of type SqlConnection -
Uses of SqlConnection in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return SqlConnectionModifier and TypeMethodDescriptionSqlConnection.closeHandler(Handler<Void> handler) Set an handler called when the connection is closed.SqlConnection.exceptionHandler(Handler<Throwable> handler) Set an handler called with connection errors.Methods in io.vertx.sqlclient that return types with arguments of type SqlConnectionMethod parameters in io.vertx.sqlclient with type arguments of type SqlConnectionModifier and TypeMethodDescriptionClientBuilder.withConnectHandler(Handler<SqlConnection> handler) Set a handler called when the pool has established a connection to the database.default <T> Future<T> Pool.withConnection(Function<SqlConnection, Future<T>> function) Get a connection from the pool and execute the givenfunction.default <T> Future<T> Pool.withTransaction(TransactionPropagation txPropagation, Function<SqlConnection, Future<T>> function) LikePool.withTransaction(Function)but allows for setting the mode, defining how the acquired connection is managed during the execution of the function.default <T> Future<T> Pool.withTransaction(Function<SqlConnection, Future<T>> function) Execute the givenfunctionwithin a transaction. -
Uses of SqlConnection in io.vertx.sqlclient.spi
Method parameters in io.vertx.sqlclient.spi with type arguments of type SqlConnectionModifier and TypeMethodDescriptiondefault PoolDriver.createPool(Vertx vertx, Supplier<Future<C>> databases, PoolOptions poolOptions, NetClientOptions transportOptions, Handler<SqlConnection> connectHandler) Create a connection pool to the database configured with the givenconnectOptionsandpoolOptions.Driver.newPool(Vertx vertx, Supplier<Future<C>> databases, PoolOptions options, NetClientOptions transportOptions, Handler<SqlConnection> connectHandler, io.vertx.core.internal.CloseFuture closeFuture) Create a connection pool to the database configured with the givenconnectOptionsandpoolOptions.protected PoolDriverBase.newPool(io.vertx.core.internal.VertxInternal vertx, Handler<SqlConnection> connectHandler, Supplier<Future<O>> databases, PoolOptions poolOptions, NetClientOptions transportOptions, io.vertx.core.internal.CloseFuture closeFuture) DriverBase.newPool(Vertx vertx, Supplier<Future<O>> databases, PoolOptions options, NetClientOptions transportOptions, Handler<SqlConnection> connectHandler, io.vertx.core.internal.CloseFuture closeFuture)