public class TopiaSqlTableSelectArgument extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableSet<String> |
ids |
| Modifier | Constructor and Description |
|---|---|
protected |
TopiaSqlTableSelectArgument(Iterable<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<String> |
getIds() |
static TopiaSqlTableSelectArgument |
of(Iterable<String> ids) |
static TopiaSqlTableSelectArgument |
of(String... ids) |
protected final com.google.common.collect.ImmutableSet<String> ids
public static TopiaSqlTableSelectArgument of(String... ids)
public static TopiaSqlTableSelectArgument of(Iterable<String> ids)
public com.google.common.collect.ImmutableSet<String> getIds()
Copyright © 2004–2016 CodeLutin. All rights reserved.