-
Methods Method Description io.vertx.mutiny.ext.sql.SQLConnection.setQueryTimeout(int) instead useSQLConnection.setOptions(SQLOptions)withSQLOptions.setQueryTimeout(int)
| Method | Description |
|---|---|
| io.vertx.mutiny.ext.sql.SQLConnection.setQueryTimeout(int) |
instead use
SQLConnection.setOptions(SQLOptions) with SQLOptions.setQueryTimeout(int) |