Package io.vertx.sqlclient.templates
-
Interface Summary Interface Description RowMapper<T> Map aRow
to an arbitraryT
object.SqlTemplate<I,R> An SQL template.TupleMapper<T> Map an arbitraryT
object to aTuple
.
Interface | Description |
---|---|
RowMapper<T> |
Map a
Row to an arbitrary T object. |
SqlTemplate<I,R> |
An SQL template.
|
TupleMapper<T> |
Map an arbitrary
T object to a Tuple . |