vertx / io.vertx.ext.sql

Package io.vertx.ext.sql

Types

ResultSetConverter

open class ResultSetConverter

Converter for io.vertx.ext.sql.ResultSet. NOTE: This class has been automatically generated from the io.vertx.ext.sql.ResultSet original class using Vert.x codegen.

SQLOptionsConverter

open class SQLOptionsConverter

Converter for io.vertx.ext.sql.SQLOptions. NOTE: This class has been automatically generated from the io.vertx.ext.sql.SQLOptions original class using Vert.x codegen.

SQLRowStream

interface SQLRowStream : ReadStream<JsonArray>

A ReadStream of Rows from the underlying RDBMS. This class follows the ReadStream semantics and will automatically close the underlying resources if all returned rows are returned. For cases where the results are ignored before the full processing of the returned rows is complete the close method **MUST** be called in order to release underlying resources. The interface is minimal in order to support all SQL clients not just JDBC.

UpdateResultConverter

open class UpdateResultConverter

Converter for io.vertx.ext.sql.UpdateResult. NOTE: This class has been automatically generated from the io.vertx.ext.sql.UpdateResult original class using Vert.x codegen.

Exceptions

RuntimeSQLException

open class RuntimeSQLException : RuntimeException