Uses of Class
io.resys.thena.docdb.spi.sql.ImmutableSqlTupleList
-
Packages that use ImmutableSqlTupleList Package Description io.resys.thena.docdb.spi.sql -
-
Uses of ImmutableSqlTupleList in io.resys.thena.docdb.spi.sql
Methods in io.resys.thena.docdb.spi.sql that return ImmutableSqlTupleList Modifier and Type Method Description ImmutableSqlTupleListImmutableSqlTupleList.Builder. build()Builds a newImmutableSqlTupleList.static ImmutableSqlTupleListImmutableSqlTupleList. copyOf(SqlBuilder.SqlTupleList instance)Creates an immutable copy of aSqlBuilder.SqlTupleListvalue.ImmutableSqlTupleListImmutableSqlTupleList. withProps(io.vertx.mutiny.sqlclient.Tuple... elements)Copy the current immutable object with elements that replace the content ofprops.ImmutableSqlTupleListImmutableSqlTupleList. withProps(Iterable<? extends io.vertx.mutiny.sqlclient.Tuple> elements)Copy the current immutable object with elements that replace the content ofprops.ImmutableSqlTupleListImmutableSqlTupleList. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-