Uses of Class
io.vertx.reactivex.sqlclient.SqlClient
Packages that use SqlClient
Package
Description
-
Uses of SqlClient in io.vertx.reactivex.db2client
Subclasses of SqlClient in io.vertx.reactivex.db2clientMethods in io.vertx.reactivex.db2client that return SqlClientModifier and TypeMethodDescriptionstatic SqlClientDB2Builder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument.Methods in io.vertx.reactivex.db2client that return types with arguments of type SqlClientModifier and TypeMethodDescriptionstatic ClientBuilder<SqlClient> DB2Builder.client()Provide a builder for DB2 client backed by a connection pool.Method parameters in io.vertx.reactivex.db2client with type arguments of type SqlClientModifier and TypeMethodDescriptionstatic SqlClientDB2Builder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument. -
Uses of SqlClient in io.vertx.reactivex.ext.auth.sqlclient
Methods in io.vertx.reactivex.ext.auth.sqlclient with parameters of type SqlClientModifier and TypeMethodDescriptionstatic SqlAuthenticationCreate a JDBC auth provider implementationstatic SqlAuthenticationSqlAuthentication.create(SqlClient client, SqlAuthenticationOptions options) Create a JDBC auth provider implementationstatic SqlAuthorizationCreate a JDBC authorization provider implementationstatic SqlAuthorizationSqlAuthorization.create(SqlClient client, SqlAuthorizationOptions options) Create a JDBC authorization provider implementationstatic SqlUserUtilCreate an instance of the user helper.static SqlUserUtilSqlUserUtil.create(SqlClient client, String insertUserSQL, String insertUserRoleSQL, String insertRolePermissionSQL) Create an instance of the user helper with custom queries. -
Uses of SqlClient in io.vertx.reactivex.jdbcclient
Subclasses of SqlClient in io.vertx.reactivex.jdbcclientModifier and TypeClassDescriptionclassclassJDBCPool is the interface that allows using the Sql Client API with plain JDBC. -
Uses of SqlClient in io.vertx.reactivex.mssqlclient
Subclasses of SqlClient in io.vertx.reactivex.mssqlclient -
Uses of SqlClient in io.vertx.reactivex.mysqlclient
Subclasses of SqlClient in io.vertx.reactivex.mysqlclientModifier and TypeClassDescriptionclassAn interface which represents a connection to MySQL server.Methods in io.vertx.reactivex.mysqlclient that return SqlClientModifier and TypeMethodDescriptionstatic SqlClientMySQLBuilder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument.Methods in io.vertx.reactivex.mysqlclient that return types with arguments of type SqlClientModifier and TypeMethodDescriptionstatic ClientBuilder<SqlClient> MySQLBuilder.client()Provide a builder for MySQL client backed by a connection pool.Method parameters in io.vertx.reactivex.mysqlclient with type arguments of type SqlClientModifier and TypeMethodDescriptionstatic SqlClientMySQLBuilder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument. -
Uses of SqlClient in io.vertx.reactivex.oracleclient
Subclasses of SqlClient in io.vertx.reactivex.oracleclient -
Uses of SqlClient in io.vertx.reactivex.pgclient
Subclasses of SqlClient in io.vertx.reactivex.pgclientMethods in io.vertx.reactivex.pgclient that return SqlClientModifier and TypeMethodDescriptionstatic SqlClientPgBuilder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument.Methods in io.vertx.reactivex.pgclient that return types with arguments of type SqlClientModifier and TypeMethodDescriptionstatic ClientBuilder<SqlClient> PgBuilder.client()Provide a builder for PostgreSQL client backed by a connection pool.Method parameters in io.vertx.reactivex.pgclient with type arguments of type SqlClientModifier and TypeMethodDescriptionstatic SqlClientPgBuilder.client(Handler<ClientBuilder<SqlClient>> handler) Build a client backed by a connection pool with the specifiedblockargument. -
Uses of SqlClient in io.vertx.reactivex.sqlclient
Subclasses of SqlClient in io.vertx.reactivex.sqlclientModifier and TypeClassDescriptionclassA connection pool which reuses a number of SQL connections.classA connection to the database server.Fields in io.vertx.reactivex.sqlclient with type parameters of type SqlClientModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<SqlClient> SqlClient.__TYPE_ARGMethods in io.vertx.reactivex.sqlclient that return SqlClient -
Uses of SqlClient in io.vertx.reactivex.sqlclient.templates
Methods in io.vertx.reactivex.sqlclient.templates with parameters of type SqlClientModifier and TypeMethodDescriptionCreate an SQL template for query purpose consuming map parameters and returning .Create an SQL template for query purpose consuming map parameters and returning void.SqlTemplate.withClient(SqlClient client) Returns a new template, using the specifiedclient.