public interface StaticDataAdaptor
| Modifier and Type | Method and Description |
|---|---|
int |
compareStrings(String left,
String right)
Compares strings by DB.
|
List<String> |
selectStaticStrings(List<String> data,
String columnName,
String orderBy)
Selects list of static strings in specified order.
|
List<String> selectStaticStrings(List<String> data, String columnName, String orderBy)
data - List of String to selectcolumnName - name of result columnorderBy - expression to concatenate after "ORDER BY"ListCopyright © 2023 CURS. All rights reserved.