Packages | |
io.vertx.ceylon.sql |
Dependencies | ||
ceylon.json | 1.2.2 | |
io.vertx.ceylon.core | 3.2.2 | |
io.vertx.vertx-sql-common | 3.2.1 | |
java.base (jvm) | 8 |
Values | |
resultSet | shared resultSet resultSet |
updateResult | shared updateResult updateResult |
Classes | |
ResultSet | shared ResultSet Represents the results of a SQL query.
It contains a list for the column names of the results, and a list of |
SQLConnection | shared SQLConnection Represents a connection to a SQL database |
UpdateResult | shared UpdateResult Represents the result of an update/insert/delete operation on the database. The number of rows updated is available with getUpdated and any generated keys are available with getKeys. |
resultSet | shared resultSet |
updateResult | shared updateResult |