fun ResultSet(columnNames: Iterable<String>? = null, next: ResultSet? = null, output: JsonArray? = null, results: Iterable<JsonArray>? = null): ResultSet
A function providing a DSL for building io.vertx.ext.sql.ResultSet objects. |
|
fun SQLOptions(autoGeneratedKeys: Boolean? = null, autoGeneratedKeysIndexes: JsonArray? = null, catalog: String? = null, fetchDirection: FetchDirection? = null, fetchSize: Int? = null, queryTimeout: Int? = null, readOnly: Boolean? = null, resultSetConcurrency: ResultSetConcurrency? = null, resultSetType: ResultSetType? = null, schema: String? = null, transactionIsolation: TransactionIsolation? = null): SQLOptions
A function providing a DSL for building io.vertx.ext.sql.SQLOptions objects. |
|
fun UpdateResult(keys: JsonArray? = null, updated: Int? = null): UpdateResult
A function providing a DSL for building io.vertx.ext.sql.UpdateResult objects. |