JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
J
M
C
close(DataSource)
- Method in interface io.vertx.ext.jdbc.spi.
DataSourceProvider
create(Vertx, DataSource)
- Static method in interface io.vertx.ext.jdbc.
JDBCClient
Create a client using a pre-existing data source
createNonShared(Vertx, JsonObject)
- Static method in interface io.vertx.ext.jdbc.
JDBCClient
Create a JDBC client which maintains its own data source.
createShared(Vertx, JsonObject, String)
- Static method in interface io.vertx.ext.jdbc.
JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject)
- Static method in interface io.vertx.ext.jdbc.
JDBCClient
Like
createShared(io.vertx.core.Vertx, JsonObject, String)
but with the default data source name
D
DataSourceProvider
- Interface in
io.vertx.ext.jdbc.spi
DEFAULT_DS_NAME
- Static variable in interface io.vertx.ext.jdbc.
JDBCClient
The name of the default data source
DEFAULT_PROVIDER_CLASS
- Static variable in interface io.vertx.ext.jdbc.
JDBCClient
The default data source provider is C3P0
G
getDataSource(JsonObject)
- Method in interface io.vertx.ext.jdbc.spi.
DataSourceProvider
I
io.vertx.ext.jdbc
- package io.vertx.ext.jdbc
= Vert.x JDBC client This client allows you to interact with any JDBC compliant database using an asynchronous API from your Vert.x application.
io.vertx.ext.jdbc.spi
- package io.vertx.ext.jdbc.spi
J
JDBCClient
- Interface in
io.vertx.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
M
maximumPoolSize(DataSource, JsonObject)
- Method in interface io.vertx.ext.jdbc.spi.
DataSourceProvider
C
D
G
I
J
M
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018 Eclipse. All rights reserved.