public class QueryUtils extends Object
| Constructor and Description |
|---|
QueryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
valuesQuery(List<String> columns,
List<List<Object>> valuesList)
Build a SQLite query using the VALUES clause to return arbitrary values.
|
Copyright © 2022. All rights reserved.