| Packages | |
| io.vertx.ceylon.sql | |
| Dependencies | ||
ceylon.json | 1.2.0 | |
io.vertx.ceylon.core | 3.2.0 | |
io.vertx.vertx-sql-common | 3.2.0 | |
java.base (jvm) | 8 | |
| Values | |
resultSet | shared resultSet resultSet |
updateResult | shared updateResult updateResult |
| Classes | |
ResultSet | shared ResultSetRepresents the results of a SQL query.
It contains a list for the column names of the results, and a list of |
SQLConnection | shared SQLConnectionRepresents a connection to a SQL database |
UpdateResult | shared UpdateResultRepresents 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 |