Package | Description |
---|---|
io.vertx.reactivex.ext.asyncsql | |
io.vertx.reactivex.ext.jdbc | |
io.vertx.reactivex.ext.sql |
Modifier and Type | Class and Description |
---|---|
class |
AsyncSQLClient
Represents an asynchronous SQL client
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
class |
MySQLClient
Represents an asynchronous MySQL client
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
class |
PostgreSQLClient
Represents an PostgreSQL client
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCClient
An asynchronous client interface for interacting with a JDBC compliant database
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen. |
Modifier and Type | Field and Description |
---|---|
static TypeArg<SQLClient> |
SQLClient.__TYPE_ARG |
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.
|
static SQLClient |
SQLClient.newInstance(SQLClient arg) |
Copyright © 2017. All rights reserved.