Class PgTreeQuery
- java.lang.Object
-
- io.resys.thena.docdb.spi.pgsql.builders.PgTreeQuery
-
- All Implemented Interfaces:
ClientQuery.TreeQuery
public class PgTreeQuery extends Object implements ClientQuery.TreeQuery
-
-
Constructor Summary
Constructors Constructor Description PgTreeQuery(io.vertx.mutiny.pgclient.PgPool client, ClientCollections names, SqlMapper sqlMapper, SqlBuilder sqlBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Multi<Objects.Tree>find()io.smallrye.mutiny.Uni<Objects.Tree>id(String tree)
-
-
-
Constructor Detail
-
PgTreeQuery
public PgTreeQuery(io.vertx.mutiny.pgclient.PgPool client, ClientCollections names, SqlMapper sqlMapper, SqlBuilder sqlBuilder)
-
-
Method Detail
-
id
public io.smallrye.mutiny.Uni<Objects.Tree> id(String tree)
- Specified by:
idin interfaceClientQuery.TreeQuery
-
find
public io.smallrye.mutiny.Multi<Objects.Tree> find()
- Specified by:
findin interfaceClientQuery.TreeQuery
-
-