Skip navigation links
A C D I M P 

A

AsyncSQLClient - Interface in io.vertx.ext.asyncsql
Represents an asynchronous SQL client

C

createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Create a MySQL client which maintains its own pool.
createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which maintains its own pool.
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
Like createShared(io.vertx.core.Vertx, JsonObject, String) but with the default pool name
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name.
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient

D

DEFAULT_CHARSET - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default charset.
DEFAULT_CHARSET - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default charset.
DEFAULT_CONNECT_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default timeout for connect.
DEFAULT_CONNECT_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default timeout for connect.
DEFAULT_DATABASE - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default database.
DEFAULT_DATABASE - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default database name.
DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default name used for the PostGreSQL pool.
DEFAULT_HOST - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default host.
DEFAULT_HOST - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default host.
DEFAULT_PASSWORD - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default database password.
DEFAULT_PASSWORD - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default user password.
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default name used for the MySQL pool.
DEFAULT_PORT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default port.
DEFAULT_PORT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default port.
DEFAULT_TEST_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default timeout for tests.
DEFAULT_TEST_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default timeout for tests.
DEFAULT_USER - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
The default database user.
DEFAULT_USER - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
The default database user.

I

io.vertx.ext.asyncsql - package io.vertx.ext.asyncsql
 

M

MySQLClient - Interface in io.vertx.ext.asyncsql
Represents an asynchronous MySQL client

P

PostgreSQLClient - Interface in io.vertx.ext.asyncsql
Represents an PostgreSQL client
A C D I M P 
Skip navigation links

Copyright © 2020 Eclipse. All rights reserved.