Example usage for Java io.vertx.pgclient PgConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
PgConnection | cancelRequest(Handler Send a request cancellation message to tell the server to cancel processing request in this connection. |
void | close() Close the current connection after all the pending commands have been processed. |
void | connect(Vertx vertx, Handler Like #connect(Vertx,PgConnectOptions,Handler) with options build from the environment variables. |
void | connect(Vertx vertx, PgConnectOptions options, Handler Connects to the database and returns the connection if that succeeds. |
void | connect(Vertx vertx, String connectionUri, Handler Like #connect(Vertx,PgConnectOptions,Handler) with options build from connectionUri . |
PgConnection | notificationHandler(Handler Set an handler called when the connection receives notification on a channel. |
PgConnection | query(String sql, Handler |