Uses of Interface
io.vertx.sqlclient.ClientBuilder
Packages that use ClientBuilder
Package
Description
-
Uses of ClientBuilder in io.vertx.db2client
Methods in io.vertx.db2client that return ClientBuilderModifier and TypeMethodDescriptionstatic ClientBuilder<SqlClient> DB2Builder.client()Provide a builder for DB2 client backed by a connection pool.static ClientBuilder<Pool> DB2Builder.pool()Provide a builder for DB2 pool of connectionsMethod parameters in io.vertx.db2client with type arguments of type ClientBuilderModifier and TypeMethodDescriptionstatic SqlClientDB2Builder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument.static PoolDB2Builder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of ClientBuilder in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return ClientBuilderModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> MSSQLBuilder.pool()Provide a builder for MSSQL pool of connectionsMethod parameters in io.vertx.mssqlclient with type arguments of type ClientBuilderModifier and TypeMethodDescriptionstatic PoolMSSQLBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of ClientBuilder in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient that return ClientBuilderModifier and TypeMethodDescriptionstatic ClientBuilder<SqlClient> MySQLBuilder.client()Provide a builder for MySQL client backed by a connection pool.static ClientBuilder<Pool> MySQLBuilder.pool()Provide a builder for MySQL pool of connectionsMethod parameters in io.vertx.mysqlclient with type arguments of type ClientBuilderModifier and TypeMethodDescriptionstatic SqlClientMySQLBuilder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument.static PoolMySQLBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of ClientBuilder in io.vertx.oracleclient
Methods in io.vertx.oracleclient that return ClientBuilderModifier and TypeMethodDescriptionstatic ClientBuilder<Pool> OracleBuilder.pool()Provide a builder for Oracle pool of connectionsMethod parameters in io.vertx.oracleclient with type arguments of type ClientBuilderModifier and TypeMethodDescriptionstatic PoolOracleBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of ClientBuilder in io.vertx.pgclient
Methods in io.vertx.pgclient that return ClientBuilderModifier and TypeMethodDescriptionstatic ClientBuilder<SqlClient> PgBuilder.client()Provide a builder for PostgreSQL client backed by a connection pool.static ClientBuilder<Pool> PgBuilder.pool()Provide a builder for PostgreSQL pool of connectionsMethod parameters in io.vertx.pgclient with type arguments of type ClientBuilderModifier and TypeMethodDescriptionstatic SqlClientPgBuilder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument.static PoolPgBuilder.pool(Handler<ClientBuilder<Pool>> block) Build a pool with the specifiedblockargument. -
Uses of ClientBuilder in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient that return ClientBuilderMethods in io.vertx.reactivex.sqlclient with parameters of type ClientBuilderModifier and TypeMethodDescriptionstatic <C> ClientBuilder<C> ClientBuilder.newInstance(ClientBuilder arg) static <C> ClientBuilder<C> ClientBuilder.newInstance(ClientBuilder arg, io.vertx.lang.rx.TypeArg<C> __typeArg_C) Constructors in io.vertx.reactivex.sqlclient with parameters of type ClientBuilder -
Uses of ClientBuilder in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return ClientBuilderMethods in io.vertx.rxjava3.sqlclient with parameters of type ClientBuilderModifier and TypeMethodDescriptionstatic <C> ClientBuilder<C> ClientBuilder.newInstance(ClientBuilder arg) static <C> ClientBuilder<C> ClientBuilder.newInstance(ClientBuilder arg, io.vertx.lang.rx.TypeArg<C> __typeArg_C) Constructors in io.vertx.rxjava3.sqlclient with parameters of type ClientBuilder -
Uses of ClientBuilder in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return ClientBuilderModifier and TypeMethodDescriptionClientBuilder.connectingTo(SqlConnectOptions database) Configure thedatabasethe client should connect to.ClientBuilder.connectingTo(String database) Configure thedatabasethe client should connect to.ClientBuilder.connectingTo(Supplier<Future<SqlConnectOptions>> supplier) Configure thedatabasethe client should connect to.ClientBuilder.connectingTo(List<SqlConnectOptions> databases) Configure thedatabasethe client should connect to.static ClientBuilder<Pool> Provide a builder for a pool of connections for the specifiedDriverSets the vertx instance to use.ClientBuilder.with(NetClientOptions options) Configure the client pool with the given transportoptions.ClientBuilder.with(PoolOptions options) Configure the client with the given pooloptionsClientBuilder.withConnectHandler(Handler<SqlConnection> handler) Set a handler called when the pool has established a connection to the database.Method parameters in io.vertx.sqlclient with type arguments of type ClientBuilder