Package | Description |
---|---|
io.vertx.ext.asyncsql | |
io.vertx.ext.jdbc | |
io.vertx.ext.sql | |
io.vertx.reactivex.ext.sql | |
io.vertx.rxjava.ext.sql |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncSQLClient
Represents an asynchronous SQL client
|
interface |
MySQLClient
Represents an asynchronous MySQL client
|
interface |
PostgreSQLClient
Represents an PostgreSQL client
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCClient
An asynchronous client interface for interacting with a JDBC compliant database
|
Modifier and Type | Method and Description |
---|---|
SQLClient |
SQLClient.getConnection(Handler<AsyncResult<SQLConnection>> handler)
Returns a connection that can be used to perform SQL operations on.
|
Modifier and Type | Method and Description |
---|---|
SQLClient |
SQLClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SQLClient |
SQLClient.newInstance(SQLClient arg) |
Constructor and Description |
---|
SQLClient(SQLClient delegate) |
Modifier and Type | Method and Description |
---|---|
SQLClient |
SQLClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SQLClient |
SQLClient.newInstance(SQLClient arg) |
Constructor and Description |
---|
SQLClient(SQLClient delegate) |
Copyright © 2017. All rights reserved.