Skip navigation links
C D G I J M 

C

close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
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
Deprecated.
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
 
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

Copyright © 2021 Eclipse. All rights reserved.