Uses of Interface
io.resys.thena.docdb.spi.sql.SqlBuilder.SqlTupleList
-
Packages that use SqlBuilder.SqlTupleList Package Description io.resys.thena.docdb.spi.sql io.resys.thena.docdb.spi.sql.defaults -
-
Uses of SqlBuilder.SqlTupleList in io.resys.thena.docdb.spi.sql
Classes in io.resys.thena.docdb.spi.sql that implement SqlBuilder.SqlTupleList Modifier and Type Class Description classImmutableSqlTupleListImmutable implementation ofSqlBuilder.SqlTupleList.Methods in io.resys.thena.docdb.spi.sql that return SqlBuilder.SqlTupleList Modifier and Type Method Description SqlBuilder.SqlTupleListSqlBuilder.TreeItemSqlBuilder. insertAll(Objects.Tree item)Methods in io.resys.thena.docdb.spi.sql with parameters of type SqlBuilder.SqlTupleList Modifier and Type Method Description static ImmutableSqlTupleListImmutableSqlTupleList. copyOf(SqlBuilder.SqlTupleList instance)Creates an immutable copy of aSqlBuilder.SqlTupleListvalue.ImmutableSqlTupleList.BuilderImmutableSqlTupleList.Builder. from(SqlBuilder.SqlTupleList instance)Fill a builder with attribute values from the providedSqlTupleListinstance. -
Uses of SqlBuilder.SqlTupleList in io.resys.thena.docdb.spi.sql.defaults
Methods in io.resys.thena.docdb.spi.sql.defaults that return SqlBuilder.SqlTupleList Modifier and Type Method Description SqlBuilder.SqlTupleListDefaultTreeItemSqlBuilder. insertAll(Objects.Tree item)
-