Uses of Class
io.vertx.sqlclient.SqlConnectOptions
Packages that use SqlConnectOptions
Package
Description
-
Uses of SqlConnectOptions in io.vertx.db2client
Subclasses of SqlConnectOptions in io.vertx.db2clientModifier and TypeClassDescriptionclassConnect options for configuringDB2ConnectionorDB2Builder.Methods in io.vertx.db2client with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionstatic DB2ConnectOptionsDB2ConnectOptions.wrap(SqlConnectOptions options) Constructors in io.vertx.db2client with parameters of type SqlConnectOptions -
Uses of SqlConnectOptions in io.vertx.db2client.spi
Methods in io.vertx.db2client.spi with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionbooleanDB2Driver.acceptsOptions(SqlConnectOptions options) DB2Driver.downcast(SqlConnectOptions connectOptions) -
Uses of SqlConnectOptions in io.vertx.mssqlclient
Subclasses of SqlConnectOptions in io.vertx.mssqlclientMethods in io.vertx.mssqlclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionstatic MSSQLConnectOptionsMSSQLConnectOptions.wrap(SqlConnectOptions options) Constructors in io.vertx.mssqlclient with parameters of type SqlConnectOptions -
Uses of SqlConnectOptions in io.vertx.mssqlclient.spi
Methods in io.vertx.mssqlclient.spi with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionbooleanMSSQLDriver.acceptsOptions(SqlConnectOptions options) MSSQLDriver.downcast(SqlConnectOptions connectOptions) -
Uses of SqlConnectOptions in io.vertx.mysqlclient
Subclasses of SqlConnectOptions in io.vertx.mysqlclientModifier and TypeClassDescriptionclassConnect options for configuringMySQLConnectionorMySQLBuilder.Methods in io.vertx.mysqlclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionstatic MySQLConnectOptionsMySQLConnectOptions.wrap(SqlConnectOptions options) Constructors in io.vertx.mysqlclient with parameters of type SqlConnectOptions -
Uses of SqlConnectOptions in io.vertx.mysqlclient.spi
Methods in io.vertx.mysqlclient.spi with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionbooleanMySQLDriver.acceptsOptions(SqlConnectOptions options) MySQLDriver.downcast(SqlConnectOptions connectOptions) -
Uses of SqlConnectOptions in io.vertx.oracleclient
Subclasses of SqlConnectOptions in io.vertx.oracleclientMethods in io.vertx.oracleclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionstatic OracleConnectOptionsOracleConnectOptions.wrap(SqlConnectOptions options) Constructors in io.vertx.oracleclient with parameters of type SqlConnectOptions -
Uses of SqlConnectOptions in io.vertx.oracleclient.spi
Methods in io.vertx.oracleclient.spi with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionbooleanOracleDriver.acceptsOptions(SqlConnectOptions options) OracleDriver.downcast(SqlConnectOptions connectOptions) -
Uses of SqlConnectOptions in io.vertx.pgclient
Subclasses of SqlConnectOptions in io.vertx.pgclientMethods in io.vertx.pgclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionstatic PgConnectOptionsPgConnectOptions.wrap(SqlConnectOptions options) Constructors in io.vertx.pgclient with parameters of type SqlConnectOptions -
Uses of SqlConnectOptions in io.vertx.pgclient.spi
Methods in io.vertx.pgclient.spi with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionbooleanPgDriver.acceptsOptions(SqlConnectOptions options) PgDriver.downcast(SqlConnectOptions connectOptions) -
Uses of SqlConnectOptions in io.vertx.reactivex.sqlclient
Methods in io.vertx.reactivex.sqlclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionClientBuilder.connectingTo(SqlConnectOptions database) Configure thedatabasethe client should connect to.static PoolPool.pool(Vertx vertx, SqlConnectOptions database, PoolOptions options) Create a connection pool to thedatabasewith the givenoptions.static PoolPool.pool(SqlConnectOptions connectOptions) LikePool.pool(SqlConnectOptions)with default options.static PoolPool.pool(SqlConnectOptions database, PoolOptions options) LikePool.pool(SqlConnectOptions)with a Vert.x instance created automatically.Method parameters in io.vertx.reactivex.sqlclient with type arguments of type SqlConnectOptionsModifier and TypeMethodDescriptionClientBuilder.connectingTo(Supplier<Future<SqlConnectOptions>> supplier) Configure thedatabasethe client should connect to.ClientBuilder.connectingTo(List<SqlConnectOptions> databases) Configure thedatabasethe client should connect to. -
Uses of SqlConnectOptions in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionClientBuilder.connectingTo(SqlConnectOptions database) Configure thedatabasethe client should connect to.static PoolPool.pool(Vertx vertx, SqlConnectOptions database, PoolOptions options) Create a connection pool to thedatabasewith the givenoptions.static PoolPool.pool(SqlConnectOptions connectOptions) LikePool.pool(SqlConnectOptions)with default options.static PoolPool.pool(SqlConnectOptions database, PoolOptions options) LikePool.pool(SqlConnectOptions)with a Vert.x instance created automatically.Method parameters in io.vertx.rxjava3.sqlclient with type arguments of type SqlConnectOptionsModifier and TypeMethodDescriptionClientBuilder.connectingTo(Supplier<Single<SqlConnectOptions>> supplier) Configure thedatabasethe client should connect to.ClientBuilder.connectingTo(List<SqlConnectOptions> databases) Configure thedatabasethe client should connect to. -
Uses of SqlConnectOptions in io.vertx.sqlclient
Methods in io.vertx.sqlclient that return SqlConnectOptionsModifier and TypeMethodDescriptionSqlConnectOptions.addProperty(String key, String value) Add a property for this client, which will be sent to server at the connection start.static SqlConnectOptionsProvide aSqlConnectOptionssubclass configured fromconnectionUri.SqlConnectOptions.merge(JsonObject other) Returns new options created after this object and merged with theotherjson config.SqlConnectOptions.setCachePreparedStatements(boolean cachePreparedStatements) Set whether prepared statements cache should be enabled.SqlConnectOptions.setDatabase(String database) Specify the default database for the connection.Specify the host for connecting to the server.SqlConnectOptions.setMetricsName(String metricsName) Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.SqlConnectOptions.setPassword(String password) Specify the user password to be used for the authentication.SqlConnectOptions.setPort(int port) Specify the port for connecting to the server.SqlConnectOptions.setPreparedStatementCacheMaxSize(int preparedStatementCacheMaxSize) Set the maximum number of prepared statements that the connection will cache.SqlConnectOptions.setPreparedStatementCacheSqlFilter(Predicate<String> predicate) Set a predicate filtering prepared statements that the connection will cache.SqlConnectOptions.setPreparedStatementCacheSqlLimit(int preparedStatementCacheSqlLimit) Set the maximum length of prepared statement SQL string that the connection will cache.SqlConnectOptions.setProperties(Map<String, String> properties) Set properties for this client, which will be sent to server at the connection start.SqlConnectOptions.setReconnectAttempts(int attempts) Set the value of reconnect attemptsSqlConnectOptions.setReconnectInterval(long interval) Set the reconnect intervalSqlConnectOptions.setSslOptions(ClientSSLOptions sslOptions) SqlConnectOptions.setTracingPolicy(TracingPolicy tracingPolicy) Set the tracing policy for the client behavior when Vert.x has tracing enabled.Specify the user account to be used for the authentication.Methods in io.vertx.sqlclient with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionClientBuilder.connectingTo(SqlConnectOptions database) Configure thedatabasethe client should connect to.static PoolPool.pool(Vertx vertx, SqlConnectOptions database, PoolOptions options) Create a connection pool to thedatabasewith the givenoptions.static PoolPool.pool(SqlConnectOptions connectOptions) LikePool.pool(SqlConnectOptions, PoolOptions)with default options.static PoolPool.pool(SqlConnectOptions database, PoolOptions options) LikePool.pool(Vertx, SqlConnectOptions, PoolOptions)with a Vert.x instance created automatically.Method parameters in io.vertx.sqlclient with type arguments of type SqlConnectOptionsModifier and TypeMethodDescriptionClientBuilder.connectingTo(Supplier<Future<SqlConnectOptions>> supplier) Configure thedatabasethe client should connect to.ClientBuilder.connectingTo(List<SqlConnectOptions> databases) Configure thedatabasethe client should connect to.Constructors in io.vertx.sqlclient with parameters of type SqlConnectOptions -
Uses of SqlConnectOptions in io.vertx.sqlclient.spi
Classes in io.vertx.sqlclient.spi with type parameters of type SqlConnectOptionsModifier and TypeInterfaceDescriptioninterfaceDriver<C extends SqlConnectOptions>An entry point to the Vertx Reactive SQL Client Every driver must implement this interface.classDriverBase<O extends SqlConnectOptions>A generic driver.Methods in io.vertx.sqlclient.spi that return SqlConnectOptionsMethods in io.vertx.sqlclient.spi with parameters of type SqlConnectOptionsModifier and TypeMethodDescriptionbooleanDriver.acceptsOptions(SqlConnectOptions connectOptions) Driver.downcast(SqlConnectOptions connectOptions) Downcast the connect options to the specific driver options. -
Uses of SqlConnectOptions in io.vertx.sqlclient.spi.connection
Classes in io.vertx.sqlclient.spi.connection with type parameters of type SqlConnectOptionsModifier and TypeInterfaceDescriptioninterfaceConnectionFactory<C extends SqlConnectOptions>A connection factory, can be obtained frominvalid reference
Driver#createConnectionFactory