Modifier and Type | Class and Description |
---|---|
class |
DB2Connection
A connection to DB2 server.
|
class |
DB2Pool
A pool of DB2 connections.
|
Modifier and Type | Method and Description |
---|---|
static SqlUserUtil |
SqlUserUtil.create(SqlClient client)
Create an instance of the user helper.
|
static SqlAuthorization |
SqlAuthorization.create(SqlClient client)
Create a JDBC authorization provider implementation
|
static SqlAuthentication |
SqlAuthentication.create(SqlClient client)
Create a JDBC auth provider implementation
|
static SqlAuthentication |
SqlAuthentication.create(SqlClient client,
SqlAuthenticationOptions options)
Create a JDBC auth provider implementation
|
static SqlAuthorization |
SqlAuthorization.create(SqlClient client,
SqlAuthorizationOptions options)
Create a JDBC authorization provider implementation
|
static SqlUserUtil |
SqlUserUtil.create(SqlClient client,
String insertUserSQL,
String insertUserRoleSQL,
String insertRolePermissionSQL)
Create an instance of the user helper with custom queries.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCPool
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLConnection
An interface which represents a connection to MySQL server.
|
class |
MySQLPool
A of
MySQL Connections . |
Modifier and Type | Class and Description |
---|---|
class |
PgConnection
A connection to Postgres.
|
class |
PgPool
A of
PostgreSQL connections . |
Modifier and Type | Class and Description |
---|---|
class |
Pool
A connection pool which reuses a number of SQL connections.
|
class |
SqlConnection
A connection to the database server.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SqlClient> |
SqlClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static SqlClient |
SqlClient.newInstance(SqlClient arg) |
Modifier and Type | Method and Description |
---|---|
static SqlTemplate<Map<String,Object>,RowSet<Row>> |
SqlTemplate.forQuery(SqlClient client,
String template)
Create an SQL template for query purpose consuming map parameters and returning .
|
static SqlTemplate<Map<String,Object>,SqlResult<Void>> |
SqlTemplate.forUpdate(SqlClient client,
String template)
Create an SQL template for query purpose consuming map parameters and returning void.
|
Copyright © 2021 Eclipse. All rights reserved.