- 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.