- call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Calls the given SQL PROCEDURE
which returns the result from the procedure.
- callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Calls the given SQL PROCEDURE
which returns the result from the procedure.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLClient
-
Close the client and release all resources.
- close() - Method in interface io.vertx.ext.sql.SQLClient
-
Close the client
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in interface io.vertx.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in interface io.vertx.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- column(String) - Method in interface io.vertx.ext.sql.SQLRowStream
-
Will convert the column name to the json array index.
- columns() - Method in interface io.vertx.ext.sql.SQLRowStream
-
Returns all column names available in the underlying resultset.
- commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Commits all changes made since the previous commit/rollback.