Uses of Interface
io.vertx.sqlclient.SqlClient
Packages that use SqlClient
Package
Description
-
Uses of SqlClient in io.vertx.db2client
Subinterfaces of SqlClient in io.vertx.db2clientMethods in io.vertx.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.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.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.ext.auth.sqlclient
Methods in io.vertx.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.jdbcclient
Subinterfaces of SqlClient in io.vertx.jdbcclientModifier and TypeInterfaceDescriptioninterfaceinterfaceJDBCPool is the interface that allows using the Sql Client API with plain JDBC. -
Uses of SqlClient in io.vertx.mssqlclient
Subinterfaces of SqlClient in io.vertx.mssqlclientModifier and TypeInterfaceDescriptioninterfaceA connection to Microsoft SQL Server. -
Uses of SqlClient in io.vertx.mysqlclient
Subinterfaces of SqlClient in io.vertx.mysqlclientModifier and TypeInterfaceDescriptioninterfaceAn interface which represents a connection to MySQL server.Methods in io.vertx.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.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.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.oracleclient
Subinterfaces of SqlClient in io.vertx.oracleclient -
Uses of SqlClient in io.vertx.pgclient
Subinterfaces of SqlClient in io.vertx.pgclientMethods in io.vertx.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.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.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
Methods in io.vertx.reactivex.sqlclient that return SqlClientMethods in io.vertx.reactivex.sqlclient with parameters of type SqlClientConstructors in io.vertx.reactivex.sqlclient with parameters of type SqlClient -
Uses of SqlClient in io.vertx.rxjava3.sqlclient
Methods in io.vertx.rxjava3.sqlclient that return SqlClientMethods in io.vertx.rxjava3.sqlclient with parameters of type SqlClientConstructors in io.vertx.rxjava3.sqlclient with parameters of type SqlClient -
Uses of SqlClient in io.vertx.sqlclient
Subinterfaces of SqlClient in io.vertx.sqlclientModifier and TypeInterfaceDescriptioninterfaceA connection pool which reuses a number of SQL connections.interfaceA connection to the database server. -
Uses of SqlClient in io.vertx.sqlclient.templates
Methods in io.vertx.sqlclient.templates with parameters of type SqlClientModifier and TypeMethodDescriptionCreate an SQL template for query purpose consuming map parameters and returningRow.Create an SQL template for query purpose consuming map parameters and returning void.SqlTemplate.withClient(SqlClient client) Returns a new template, using the specifiedclient.