Package io.resys.thena.docdb.spi.sql
Interface SqlMapper
-
- All Known Implementing Classes:
DefaultSqlMapper
public interface SqlMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objects.Blobblob(io.vertx.mutiny.sqlclient.Row row)Objects.Commitcommit(io.vertx.mutiny.sqlclient.Row row)Objects.Refref(io.vertx.mutiny.sqlclient.Row row)Reporepo(io.vertx.mutiny.sqlclient.Row row)Objects.Tagtag(io.vertx.mutiny.sqlclient.Row row)Objects.Treetree(io.vertx.mutiny.sqlclient.Row row)Objects.TreeValuetreeItem(io.vertx.mutiny.sqlclient.Row row)
-
-
-
Method Detail
-
repo
Repo repo(io.vertx.mutiny.sqlclient.Row row)
-
commit
Objects.Commit commit(io.vertx.mutiny.sqlclient.Row row)
-
tree
Objects.Tree tree(io.vertx.mutiny.sqlclient.Row row)
-
treeItem
Objects.TreeValue treeItem(io.vertx.mutiny.sqlclient.Row row)
-
tag
Objects.Tag tag(io.vertx.mutiny.sqlclient.Row row)
-
ref
Objects.Ref ref(io.vertx.mutiny.sqlclient.Row row)
-
blob
Objects.Blob blob(io.vertx.mutiny.sqlclient.Row row)
-
-