Class DefaultSqlMapper
- java.lang.Object
-
- io.resys.thena.docdb.spi.sql.defaults.DefaultSqlMapper
-
-
Constructor Summary
Constructors Constructor Description DefaultSqlMapper(ClientCollections ctx)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
DefaultSqlMapper
public DefaultSqlMapper(ClientCollections ctx)
-
-
Method Detail
-
commit
public Objects.Commit commit(io.vertx.mutiny.sqlclient.Row row)
-
tree
public Objects.Tree tree(io.vertx.mutiny.sqlclient.Row row)
-
treeItem
public Objects.TreeValue treeItem(io.vertx.mutiny.sqlclient.Row row)
-
tag
public Objects.Tag tag(io.vertx.mutiny.sqlclient.Row row)
-
ref
public Objects.Ref ref(io.vertx.mutiny.sqlclient.Row row)
-
blob
public Objects.Blob blob(io.vertx.mutiny.sqlclient.Row row)
-
-