Skip navigation links
C D G I J M N 

C

close() - Method in interface io.vertx.ext.jdbc.JDBCClient
Close the client
close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
close() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Close the client
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.
createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.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 JDBCClient.createShared(io.vertx.core.Vertx, JsonObject, String) but with the default data source name
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.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 class io.vertx.rxjava.ext.jdbc.JDBCClient

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

getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getConnectionObservable() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Returns a connection that can be used to perform SQL operations on.
getDataSource(JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 

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
 
io.vertx.rxjava.ext.jdbc - package io.vertx.rxjava.ext.jdbc
 

J

JDBCClient - Interface in io.vertx.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
JDBCClient - Class in io.vertx.rxjava.ext.jdbc
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.

JDBCClient(JDBCClient) - Constructor for class io.vertx.rxjava.ext.jdbc.JDBCClient
 

M

maximumPoolSize(DataSource, JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 

N

newInstance(JDBCClient) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
C D G I J M N 
Skip navigation links

Copyright © 2016. All rights reserved.