Uses of Class
io.vertx.mssqlclient.MSSQLConnectOptions
Packages that use MSSQLConnectOptions
Package
Description
-
Uses of MSSQLConnectOptions in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient that return MSSQLConnectOptionsModifier and TypeMethodDescriptionMSSQLConnectOptions.addProperty(String key, String value) static MSSQLConnectOptionsProvide aMSSQLConnectOptionsconfigured from a connection URI.MSSQLConnectOptions.merge(JsonObject other) MSSQLConnectOptions.setCachePreparedStatements(boolean cachePreparedStatements) MSSQLConnectOptions.setDatabase(String database) MSSQLConnectOptions.setEncryptionMode(EncryptionMode encryptionMode) Set the encryption mode for the connection.MSSQLConnectOptions.setPacketSize(int packetSize) Set the desired size (in bytes) for TDS packets.MSSQLConnectOptions.setPassword(String password) MSSQLConnectOptions.setPort(int port) MSSQLConnectOptions.setPreparedStatementCacheMaxSize(int preparedStatementCacheMaxSize) MSSQLConnectOptions.setPreparedStatementCacheSqlFilter(Predicate<String> predicate) MSSQLConnectOptions.setPreparedStatementCacheSqlLimit(int preparedStatementCacheSqlLimit) MSSQLConnectOptions.setProperties(Map<String, String> properties) MSSQLConnectOptions.setReconnectAttempts(int attempts) MSSQLConnectOptions.setReconnectInterval(long interval) MSSQLConnectOptions.setSsl(boolean ssl) Set whether SSL/TLS is enabledMSSQLConnectOptions.setSslOptions(ClientSSLOptions sslOptions) static MSSQLConnectOptionsMSSQLConnectOptions.wrap(SqlConnectOptions options) Methods in io.vertx.mssqlclient with parameters of type MSSQLConnectOptionsModifier and TypeMethodDescriptionstatic Future<MSSQLConnection> MSSQLConnection.connect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.Constructors in io.vertx.mssqlclient with parameters of type MSSQLConnectOptions -
Uses of MSSQLConnectOptions in io.vertx.mssqlclient.spi
Subclasses with type arguments of type MSSQLConnectOptions in io.vertx.mssqlclient.spiMethods in io.vertx.mssqlclient.spi that return MSSQLConnectOptionsModifier and TypeMethodDescriptionMSSQLDriver.downcast(SqlConnectOptions connectOptions) MSSQLDriver.parseConnectionUri(String uri) Methods in io.vertx.mssqlclient.spi that return types with arguments of type MSSQLConnectOptionsModifier and TypeMethodDescriptionMSSQLDriver.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) Method parameters in io.vertx.mssqlclient.spi with type arguments of type MSSQLConnectOptionsModifier and TypeMethodDescriptionio.vertx.sqlclient.internal.SqlConnectionInternalMSSQLDriver.wrapConnection(io.vertx.core.internal.ContextInternal context, ConnectionFactory<MSSQLConnectOptions> factory, Connection connection) -
Uses of MSSQLConnectOptions in io.vertx.reactivex.mssqlclient
Methods in io.vertx.reactivex.mssqlclient with parameters of type MSSQLConnectOptionsModifier and TypeMethodDescriptionstatic Future<MSSQLConnection> MSSQLConnection.connect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static Single<MSSQLConnection> MSSQLConnection.rxConnect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions. -
Uses of MSSQLConnectOptions in io.vertx.rxjava3.mssqlclient
Methods in io.vertx.rxjava3.mssqlclient with parameters of type MSSQLConnectOptionsModifier and TypeMethodDescriptionstatic Single<MSSQLConnection> MSSQLConnection.connect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static Single<MSSQLConnection> MSSQLConnection.rxConnect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.