parameters
SqlTemplate.execute(Object, Handler)
but returns a Future
of the asynchronous resultbatch
.SqlTemplate.executeBatch(List, Handler)
but returns a Future
of the asynchronous resultRow
.JsonObject
to a Tuple
.T
representation of the given row
Row
to an arbitrary T
object.T
object to a Tuple
.Copyright © 2020 Eclipse. All rights reserved.