Uses of Interface
io.resys.thena.docdb.spi.pgsql.support.ClientWrapper
-
Packages that use ClientWrapper Package Description io.resys.thena.docdb.spi.pgsql io.resys.thena.docdb.spi.pgsql.builders io.resys.thena.docdb.spi.pgsql.support -
-
Uses of ClientWrapper in io.resys.thena.docdb.spi.pgsql
Constructors in io.resys.thena.docdb.spi.pgsql with parameters of type ClientWrapper Constructor Description PgClientQuery(ClientWrapper wrapper, SqlMapper sqlMapper, SqlBuilder sqlBuilder) -
Uses of ClientWrapper in io.resys.thena.docdb.spi.pgsql.builders
Constructors in io.resys.thena.docdb.spi.pgsql.builders with parameters of type ClientWrapper Constructor Description PgClientInsertBuilder(ClientWrapper wrapper, SqlMapper sqlMapper, SqlBuilder sqlBuilder) -
Uses of ClientWrapper in io.resys.thena.docdb.spi.pgsql.support
Classes in io.resys.thena.docdb.spi.pgsql.support that implement ClientWrapper Modifier and Type Class Description classImmutableClientWrapperImmutable implementation ofClientWrapper.Methods in io.resys.thena.docdb.spi.pgsql.support with parameters of type ClientWrapper Modifier and Type Method Description static ImmutableClientWrapperImmutableClientWrapper. copyOf(ClientWrapper instance)Creates an immutable copy of aClientWrappervalue.ImmutableClientWrapper.BuilderImmutableClientWrapper.Builder. from(ClientWrapper instance)Fill a builder with attribute values from the providedClientWrapperinstance.
-